01 / OVERVIEWStart here
This CommunityOx 1.5.2-based derivative keeps ox_fuel's native and state-bag fuel synchronization plus its ox_inventory economy while adding a default OX Target nozzle workflow. Configure the complete inventory and target stack first, and audit the inherited client-trusting server events before exposing it on a public server.
02 / REQUIREMENTSWhat you need
Requiredox_lib 3.22.0+ and ox_inventory 2.30.0+
Default interactionox_target while config.ox_target is true
Economyox_inventory money item by default; custom economies must override both payment exports
Optional audioInteractSound-compatible provider plus manual OGG installation
Production reviewHarden the inherited client-trusting server events before public use
Resource nameKeep ox_fuel
03 / INSTALLATIONInstall and start
- 01
Place the repository in the FiveM resources folder as ox_fuel.
- 02
Install and configure ox_lib 3.22.0+, ox_inventory 2.30.0+, and ox_target for the default nozzle workflow.
- 03
Review refill, pricing, blip, station, nozzle, hose, fuel-can, and consumption settings in config.lua and data/stations.lua.
- 04
For pump audio, copy the four bundled OGG files into the selected InteractSound-compatible provider and start it before testing.
- 05
Start the dependency stack before ox_fuel, then test pump fueling, fuel cans, cancellation, range cleanup, insufficient funds, and full tanks.
Recommended start orderplain text
ensure oxmysql # when required by your ox_inventory setup
ensure ox_lib
ensure your_framework # when ox_inventory uses one
ensure ox_target # default interaction and nozzle mode
ensure ox_inventory
ensure interact-sound # optional, after installing the bundled OGG files
ensure ox_fuel
ensure your_fuel_bridge # optional custom economy adapter