General Information
Most errors are caused by a bad update or config edits. If you encounter an error not listed here, always try a clean default config first before opening a support ticket.
Dependencies
ox_libRequired
UI utilities, notifications, shared functionsoxmysqlRequired
Database driver for profiles, tracks and lobbiesSupported Frameworks
Auto-detect
default
"auto"ESX
es_extended
"esx"QBCore
qb-core
"qb"QBox
qbx_core
"qbox"Standalone
no framework
"standalone"Supported Inventories
Auto-detect only works with the inventories listed below. If you use a different inventory, set the value manually and implement the bridge in src/server/bridge/inventories/.
Auto-detect
default
"auto"ox_inventory
"ox_inventory"qb-inventory
"qb-inventory"lj-inventory
"lj-inventory"mf-inventory
"mf-inventory"codem-inventory
"codem-inventory"core_inventory
"core_inventory"FAQ
Where do I find the config file?
The config is located at the root of the resource:
bablo-racing/config.lua. It is not escrowed and is fully editable.Which framework is auto-detected?
The resource checks if
es_extended, qb-core, or qbx_core is started and uses the first one it finds. If none are found it falls back to standalone.Players can’t open the tablet — what’s wrong?
Make sure the
racing_tablet item exists in your inventory and that the client.export field points to bablo-racing.openApp. If Config.General.OpenByCommand is true, the keybind set in Config.General.OpenKey will also work without an item.The database tables are missing or broken
Set
Config.Env.AutoRepairDB = true in config.lua. On next resource start the resource will create or repair missing tables automatically.How do I disable the racing tablet item requirement?
Set
Config.General.OpenByCommand = true and players can open the app with the keybind (default F5) without needing the item.