About This File
Hello everyone,
This resource gives the ability to add Nitro to any car and syncs the effect of the nitro in your exhaust, so you can experience its feeling in-game.
//Server-side player.call('giveNitro', [amount, infinite]); //Client-side mp.events.call('giveNitro', [amount, infinite]); //Note: Nitro charges automatically no matter what value you give.
- Press X in-game to activate the nitro.
What's New in Version 1.1.0 See changelog
Released
- Added missing event (Thanks to Kar for notifying)
- Added infinite nitrous.
// Server-side player.call('giveNitro', [amount, infinite]); // amount: Starting nitro amount, infinite: Boolean // Client-side mp.events.call('giveNitro', amount, infinite); // amount: Starting nitro amount, infinite: Boolean