Ox Fuel

Free ox_core ★ 81

ox_fuel provides a lightweight vehicle fuel system that serves as a direct alternative to LegacyFuel while integrating with ox_inventory for item-based refueling and consumption tracking.

Fuel levels are managed through native functions or entity statebags, allowing scripts to read or modify values with Entity(entity).state.fuel. Custom payment handling and money verification functions can be registered to support different economy setups without altering core behavior.

  • Get and set fuel levels via natives or statebags
  • Replace default payment method with server export
  • Override money checks on the client for framework compatibility
  • Designed for ox_inventory item usage
Categories: Vehicles