Base Resource
fuel
The supplied manifest describes this resource as “VCore - Fuel”.
Introduction
The supplied manifest describes this resource as “VCore - Fuel”.
3Client Lua
2Server Lua
10Exports
2Events
0SQL tables
No manifest UI page detected.
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
banking | Manifest dependency | Included in Base |
core | Manifest dependency | Included in Base |
inventory | Manifest dependency | Included in Base |
logs | Manifest dependency | Included in Base |
polyzone | Manifest dependency | Included in Base |
player_fuelstations | Referenced by source | External / optional reference |
Cross-resource export calls
| Resource | Functions called |
|---|---|
banking | DepositToPrimaryAccount, GetPrimaryAccountBalance, WithdrawFromPrimaryAccount |
core | getCoreObject |
inventory | AddItem, GetItemAmount, GetPlayerItems, RemoveItem, UpdateItemMetadata |
logs | Log |
player_fuelstations | GetFuelOffer, ReleaseFuel, ReserveFuel, SettleFuel |
Installation / Start Order
The supplied server.cfg enables this resource in the Core systems stage at enabled-resource position 27. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
server.cfg
ensure fuelConfiguration
Config files
- No dedicated config file detected.
Top-level config keys detected
No Config/VCOREConfig keys detected by the audit.
Events, Exports & Callbacks
Exports
Client exports6
GetFuelGetFuelTypeSetFuelSetFuelTypegetFuelsetFuel
Server exports4
GetDefaultFuelGetFuelInitializeVehicleSetFuel
Callbacks
Server callbacks6
fuel:server:beginfuel:server:beginCanRefillfuel:server:beginJerryCanfuel:server:buyJerryCanfuel:server:finishfuel:server:getRefillableJerryCan
Registered network events
Client registered events1
fuel:client:useJerryCan
Server registered events1
fuel:server:cancel
Commands
Client commands1
fueltype
Database / SQL
No resource-local SQL file was detected.
No CREATE TABLE statements detected inside this resource.
The root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 3 |
| Server Lua | 2 |
| Other/shared Lua | 3 |
| JavaScript | 0 |
| HTML | 0 |
| CSS | 0 |
| SQL | 0 |
Troubleshooting
- Confirm all manifest dependencies are started before
fuel. - Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
- If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
- If the UI fails, verify the resource's NUI files and
ui_pagewhen one is declared.

