🧩Exports and Events

You need specific Exports or Events for your Scripts? Here is your way to go!

Export to get the fuel level of a vehicle

-- vehicle = vehicle object 
exports["S-Fuel"]:GetFuel(vehicle)

Export to set the fuel level for a vehicle

-- vehicle = vehicle object
-- fuelpercent = fuel in %
exports["S-Fuel"]:SetFuel(vehicle, fuelpercent)
circle-info

If you need a Export that is not listed above, feel free to open a ticket at our Discord, so that we can implement your new Export in no time!

Last updated