Fuel

If using a Fuel script is on you to add the needed export in client/editable/_functions.lua line 6. This function gets triggered for both test and buy events after the vehicle gets spawned.

function SetFuel(vehicle)
    -- Your addFuel export/event here:
    
end

Last updated