Configuration Basics
Config File Structure
Config = {}
-- Framework Selection
-- 'standalone' = No framework required, money system only (no inventory script needed)
-- Other options: esx, oldesx, qb, oldqb, vrp, vrp2
Config.Framework = 'qb'
-- Language
Config.Locale = 'en' -- Available: 'en', 'tr', 'de', 'fr', 'pt', 'ru', 'ar'
-- Currency Display
Config.CurrencyUnit = '$' -- Options: '$', '€', '₺'
-- Database Resource
Config.SQL = "oxmysql" -- Options: 'oxmysql', 'mysql-async', 'ghmattimysql'
-- Inventory System (only for framework modes)
Config.Inventory = "qb_inventory" -- Options: 'qb_inventory', 'esx_inventory', 'ox_inventory', 'qs_inventory', 'tgiann-inventory', 'codem-inventory'
-- Interaction System
Config.InteractionHandler = 'drawtext' -- Options: 'drawtext', 'ox-target', 'qb-target'
-- Debug Mode
Config.Debug = false -- Set to true for developmentFramework Settings
Selecting Your Framework
Inventory Settings
Supported Inventory Systems
System
Config Value
Interaction Settings
System
Config Value
Description
Clothing System
Supported Clothing Scripts
System
Config Value
Vehicle Key System
System
Auto-detected
Fuel System
Job Settings
Debug Settings
Commands
UI Positions
Best Practices
Need Help?
Last updated

