Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 229 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 229 Bytes

ox_fuel

Get vehicle fuel level

local fuel = GetVehicleFuelLevel(entity)

Yes, really. You can use statebags if you want.

local fuel = Entity(entity).state.fuel

No, we're not adding exports to do this.