Configuration
config.lua
-- █▀▀ █▀▀ █▄░█ █▀▀ █▀█ ▄▀█ █░░
-- █▄█ ██▄ █░▀█ ██▄ █▀▄ █▀█ █▄▄
Config.Framework = "auto" -- esx, qb, auto
--it is recommended to leave it as auto if auto selection doesn't work you can manually select esx or qb!
Config.LogOut = "logout" -- false or command_name
-- Can you return to the character menu with a command while in the game on your server? If you do not want this, mark it as false, if you want to enter the command
Config.Web = "https://debux.tebex.io"
-- Where should I be redirected when I press the website button?
Config.WaitAnim = true
-- Do you want the hold interface to appear in menu transitions?
Config.CharacterBlur = true
-- Should the back of the character be blurred?
Config.Slots = 6 -- (max slot = 10)
-- default slot
Config.Spawn = true
-- Spawn Menu on existing entries or spawn at last location? true or false
Config.SpawnUsing = "debux-spawn"
-- debux-spawn, qb-spawn, other
Config.Inventory = "default"
-- ox_inventory, default, qbv2, quasar, other
Config.Clothing = "illenium-appearance"
-- "qb-clothing", "illenium-appearance", "fivem-appearance", "crm-appearance", "esx_skin"
Config.QBHouse = true
-- Is there anything on your qb-house or server that should be triggered when you enter the game?
-- If you mark Clothing, Inventory, SpawnUsing as other, you can enter trigger or export in the functions section.server_config.lua
Functions
shared_functions.lua
server_functions.lua
client_functions.lua
Last updated