Config = {}
Config.Bags = {82} -- 在此处设置您的包 ID
Config.BagWeight = 60 -- 背包容量大小
Config.BagInventory = 'secondary' -- 'expand' 或者 'secondary'
-- 如果 Config.BagInventory Inventory = 'expand' 你不能使用命令 /openbag 和 /stealbag !!!
-- 通过键入 /openbag 命令扩展播放器的库存空间 // 二级库存
Config.OpenKey = 'F2' -- Open key, use letters for FiveM keybinding | default: 'K'
Config.ESXPrefix = "esx" -- this only changes the prefix to core ESX events, not 3rd party scripts | default: "esx"
Config.Blur = false -- Blurs the background | default: true
Config.Delay = 150 -- how long it takes to load inventory in miliseconds | default: 150
Config.DropTimeout = 600 -- how many seconds it takes for a drop to despawn | default: 600 (10 mins)
Config.DropRenderDistance = 2.0 -- drop blip 将渲染多远 | default: 20.0
Config.DropInterval = 60000 -- check drops timeout in miliseconds | default: 60000 (1 min)
Config.WeaponAnimation = true -- Peform an animation on weapon equip/removal | default: true
Config.CloseOnUse = {"hfisek","colabag", "contract","davidoffcigar","cubancigar","bulletproof","firework","fixkit","foodbag","gacha_01","gacha_02","medikit","redw","redwcig","repairkit","weakit","weed"} -- all items in this array when used will close the inventory
Config.CloseOnUseAll = true -- all items when used will close inventory | default: false
Config.UseCharacterName = true -- use character names in give menu | default: true
Config.ClickOutsideToClose = false -- when you click in empty space around the inventory it will close | default: true
Config.UsePlayerID = false -- 这只会在给定菜单中显示玩家 ID,启用它会禁用 UseCharacterName |默认值:假
Config.CanMultipleView = true -- 这将一次只允许 1 名玩家访问库存,这包括掉落 |默认值:假
Config.WeightUnits = "kg" -- Adds units next to weight, set to false to disable | default: "kg"
Config.CloseAnimation = true -- Makes character do animation on inventory close | default: true
Config.Items = true -- toggle items | default: true
Config.Weapons = true -- toggle weapons | default: true
Config.Accounts = {"money", "black_money"} -- ESX accounts to display in the inventory | default: {"money", "black_money"}
Config.Hotbar = true -- toggle hotbar | default: true
Config.HotbarKeys = {157, 158, 160, 164, 165} -- fivem key codes | default: {157, 158, 160, 164, 165}
Config.HotbarSave = false -- toggle hotbar database saving | default: true
Config.WeaponWeights = { -- weapons weights for both player and secondary inventory | template: ["weaponName"] = weight
["WEAPON_PISTOL"] = 10,
["WEAPON_PISTOL50"] = 10,
["WEAPON_SMG"] = 10,
["WEAPON_MICROSMG"] = 10,
["WEAPON_SAWNOFFSHOTGUN"] = 10,
["WEAPON_PUMPSHOTGUN"] = 10,
["WEAPON_BULLPUPRIFLE"] = 10,
["WEAPON_ASSAULTRIFLE"] = 10,
["WEAPON_CARBINERIFLE"] = 10,
["WEAPON_ADVANCEDRIFLE"] = 10,
--绿宝石武器
["WEAPON_COMBATMG"] = 20,
["WEAPON_HATCHET"] = 20,
["WEAPON_MACHETE"] = 20,
--赞助武器
["WEAPON_REVOLVER"] = 50,
["WEAPON_SNIPERRIFLE"] = 50,
["WEAPON_HEAVYSNIPER"] = 50
}
Config.DiscordLogs = true -- 切换DC日志 | 默认值:假
Config.WebhookURL = "https://discordapp.com/api/webhooks/1003685376273166386/rf0KqHyOKqyCHBrHb_DMywrbJh2R6VWaooKqDdyD4S-GU5vSHHsEuc5i0W3gPm9x1moh" -- Discord webhook url
|