Nitro System

getNitro

This export will return nitro value in vehicle.

exports['p_mechanicjob']:getNitro(entity) -- return number value 0-100

hasNitroSystem

With this export you can check if vehicle has installed nitro system.

lib.callback.await('p_mechanicjob:nitro:HasNitroSystem', false, plate)

ForceSaveNitro

With this export you can manually save nitro of vehicle

TriggerServerEvent('p_mechanicjob:nitro:SaveNitro', netId)

Last updated