thunder-speedlimiter/Exports and Events

Client Exports

Nitro

Inform the script when nitro is activated so the maximum speed limit is ignored.
When the vehicle slows down and drops below its speed limit, the limiter is reapplied until the next nitro activation.
We recommend adding a cooldown time before the next nitro activation to prevent abuse.

-- true: boolean - true or false
exports["thunder-speedlimiter"]:ToggleNitro(true)

On this page