setFuel

Set the current fuel level and fuel type for the target vehicle.

-- ARGUMENTS
-- vehicle:  number
-- level:    number
-- type:     string

-- RETURNS
-- nil

exports["ti_fuel"]:setFuel( GetVehiclePedIsIn(PlayerPedId()), 100.0, "RON91" )

Last updated