CTCCoco Posted July 31, 2010 Share 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. Link to comment
Dark Dragon Posted August 1, 2010 Share 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. Link to comment
AcidbRain Posted August 2, 2010 Share 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="... Link to comment
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