Configuration
Page dedicated to how to configure our Multicharacter
Configuration Guide (config.lua)
config.lua)-- Supported options: 'ox_inventory', 'esx', 'qb'
Config.Inventory = 'ox_inventory' Config.Slots = {
{ type = "free" }, -- Slot 1: Available immediately
{ type = "free" }, -- Slot 2: Available immediately
{ type = "paid", url = "https://yourtebex.com/category/slots" }, -- Slot 3: Shows a purchase prompt
{ type = "locked" }, -- Slot 4: Completely hidden until unlocked by an Admin
}Config.Cutscenes = {
-- Slot 1 will load the Agency Office interior with a specific timecycle modifier
[1] = {
name = "fix_agy_int1",
timecycle = "super_lod",
coords = vector3(-1147.0691, -1522.1497, 10.6327)
},
}Last updated

