SetNitrousIsActive — FiveM Natives
0x465EEA70AF251045 · VEHICLE · all
`` NativeDB Introduced: 3095 ` Activates or deactivates the nitrous system in the specified vehicle, based on the boolean value provided. You can clear the nitrous with CLEAR_NITROUS, if you want to have more control on the nitrous and those settings, use SET_OVERRIDE_NITROUS_LEVEL`
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle whose nitrous system is to be controlled. |
| isActive | BOOL | A boolean value where `true` activates the nitrous system and `false` deactivates it. |
Returns
void