CTCCoco Posted July 31, 2010 Posted July 31, 2010 How I can put in race gamemode nitro check and all? I add RACE mode, scroll and I see spawnpoint for car, ok, and I see for add nitro check, car check, etc but Idk how i can change the checkpoint for put nitro or health, etc. Somebody can help me please? Thanks. EDIT: thanks, I know how to do now.
Dark Dragon Posted August 1, 2010 Posted August 1, 2010 the only thing a checkpoint can do is change your vehicle, if you want the players to get nitro there or be repaired you can either add enough pickups there or write a little script to do that.
AcidbRain Posted August 2, 2010 Posted August 2, 2010 Both racepickup and checkpoint elements support the upgrades attribute, where you can define a comma-separated list of vehicle upgrade ids that should be applied when the player's vehicle hits them. The only catch is that if you have a single upgrade, you should add a dummy value so that it can be parsed as a table. Thus, if you want to add a nitro upgrade to a checkpoint, you set the attribute as: <checkpoint upgrades="1010,0" posX="...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now