Configuration
Main Config Options
You can find the configuration options in the config.lua
file. Here's a breakdown of the key configuration options:
Framework: Set the framework to
QBCore
,QBox
, orESX
.Target System: Choose between
ox_target
orqb_target
.Inventory System: Choose between
ox_inventory
,qb_inventory
, oresx_inventory
.Phone System: Choose the phone system you are using:
qs-smartphone
qb-phone
lb-phone
gks-phone
Example Configurations
Config.Framework = 'QBCore' -- Set to 'QBCore', 'QBox', or 'ESX'
Config.TargetSystem = 'ox_target' -- Choose between 'ox_target' or 'qb_target'
Config.InventorySystem = 'ox_inventory' -- Inventory support: 'ox_inventory', 'qb_inventory', or 'esx_inventory'
Config.PhoneSystem = 'qs-smartphone' -- Phone options: 'qs-smartphone', 'qb-phone', 'lb-phone', 'gks-phone'
Config.DiscordWebhook = 'https://your-discord-webhook-url-here'
Last updated