2️⃣Config
Config the resource as you wish
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 uiUI Access
Other configs are all listed in the Config Folder read the comments on the configs to understand what they do
Last updated