59 lines
2.7 KiB
Lua
59 lines
2.7 KiB
Lua
Config = {}
|
|
Config.Framework = "esx" -- esx, oldesx, qb, oldqb
|
|
Config.SQL = "oxmysql" -- oxmysql, ghmattimysql, mysql-async
|
|
Config.EnableCamShake = true
|
|
Config.HiddenCoords = vector4(129.68159484863, -728.64904785156, 258.15151977539, 157.39585876465)
|
|
Config.Thema = "orange" -- orange , white , purple, blue, green , red
|
|
Config.ServerLogo = "https://images.guns.lol/13ce84134d54a9db53288ce4761e9062fbebdad3/QwKzgg.png"
|
|
Config.DeleteCharacter = false
|
|
Config.Clothes = "codem-appearance" -- default, illenium-appearance, fivem-appearance default = codem-appearance
|
|
Config.Inventory = "codem-inventory" -- qb_inventory, esx_inventory, ox_inventory, codem-inventory, qs_inventory
|
|
Config.UseQBApartments = false -- for qb : If you want your player to spawn at qb apartments after character creation set this value to true, if not set it to false.
|
|
Config.SpawnSelector = false --for esx or qb : After clicking the "Continue" button from the Players UI, set this value to true if you want to use ESX's or QBCore's Spawn Selector, or false if you don't.
|
|
Config.UseMSpawnSelector = false -- esx or qb : If you are using mSpawn Selector and want you to bring this resource after the mMulticharacter Remake resource set this value to true, if not set it to false.
|
|
Config.DefaultSpawn = vector4(-812.23, 182.54, 76.74, 156.5)
|
|
Config.DefaultBucket = 0
|
|
Config.LoutOutPermission = "user" -- user, admin
|
|
Config.MoneyType = "$"
|
|
Config.Prefix = 'char' -- dont changed for esx
|
|
Config.VersionChecker = true
|
|
|
|
Config.Slots = {
|
|
{ tebex = false, id = 1 },
|
|
}
|
|
|
|
Config.PlayerAnimation = {
|
|
['police'] = {
|
|
animationfunctionname = 'PoliceJobAnimation',
|
|
camblur = true,
|
|
near = 0.8,
|
|
fear = 1.8
|
|
},
|
|
['unemployed'] = {
|
|
animationfunctionname = 'CitizenJobAnimation',
|
|
camblur = true,
|
|
near = 0.8,
|
|
fear = 1.8
|
|
},
|
|
['ambulance'] = {
|
|
animationfunctionname = 'AmbulanceJobAnimation',
|
|
camblur = true,
|
|
near = -1.0,
|
|
fear = 1.8
|
|
},
|
|
['mechanic'] = {
|
|
animationfunctionname = 'MechanicJobAnimation',
|
|
camblur = true,
|
|
near = -1.0,
|
|
fear = 3.0
|
|
},
|
|
}
|
|
|
|
Config.AddActiveSlots = {
|
|
{ license = "license:3cf15d59bc1ba303a516c661836462bb86a3d8ca", active_slots = 2 }, -- kyrus Discord ID .: 1027683933002932234
|
|
{ license = "llicense:61857983e0771fd2e9c5f717db7156f923908494",active_slots = 5 }, --Sam Discord ID .: 467068912635215874
|
|
{ license = "license:13ca92651ac1292f90bb323b68cc0b3af13054cd", active_slots = 5 }, -- Steve Discord ID .: 251839774900486145
|
|
}
|
|
|
|
Config.DeleteTable = { users = 'identifier', owned_vehicles = 'owner', billing = 'identifier' } -- for esx
|