β½Vehicle fuel
Pre configured scripts
Auto detection of resource
Shared.VehicleFuel = "AUTO DETECT"Auto detection failed
Custom functionality
Last updated
Shared.VehicleFuel = "AUTO DETECT"Last updated
Core.SetVehicleFuel = function(vehicle, amount)
SetVehicleFuelLevel(vehicle, formatFuel(amount)) -- custom or default
end