2️⃣Config
Framework
framework = 'qbx', --- currently supports 'qbx', 'qb', 'esx', 'custom' (add your code in framework/ folder)Locales
locale = 'en', --- language file to use from locales/ folder (e.g. 'en', 'fr', 'de')Interaction
--- Interaction method
--- 'ox_target' | 'sleepless_interact' | 'qb-target' | 'custom' (add your code in modules/interact.lua)
interaction = 'ox_target', --- its only used if you have the ped enabled to access the uiInventory
Other configs are all listed in the Config Folder read the comments on the configs to understand what they do
Last updated