FiveM空投插件 QBCore ESX

FiveM空投插件 QBCore ESX

Config = {}

Config.Gaujos = {
    'gauja1',
    'gauja2',
    'gauja3',
    'gauja4',
    'gauja5',
    'gauja6',
    'gauja7',
    'gauja8',
    'gauja9',
    'neoficiali_gauja1',
    'neoficiali_gauja2',
    'neoficiali_gauja3',
    'neoficiali_gauja4',
    'neoficiali_gauja5',
    'neoficiali_gauja6',
    'neoficiali_gauja7',
    'neoficiali_gauja8',
    'neoficiali_gauja9',
    'neoficiali_gauja10',
    'neoficiali_gauja11',
    'neoficiali_gauja12',
    'neoficiali_gauja13',
    'neoficiali_gauja14',
    'neoficiali_gauja15',
    'neoficiali_gauja16',
    'neoficiali_gauja17',
    'neoficiali_gauja18',
    'neoficiali_gauja19'
}

Config.Framework = "esx" -- esx - oldesx - qbcore - oldqb
Config.Target = "drawText" -- ox-target - qb-target -- drawText
Config.Locales = {
    ["drop-coming"] = "Airdrop is coming to the city!",
    ["plane-name"] = "Plane",
    ["crate-name"] = "AirDrop",
    ["open-crate"] = "[E] - Open Crate",
    ["time-is-not-up"] = "Time is not up yet!",
    ["no-weapon"] = "You must have a gun in your hand to open the crate!",
    ["cant-while-dead"] = "You cant open the crate because you are dead",
    ["cant-open-in-vehicle"] = "You cant open the crate while in the vehicle",
    ["drop-not-found"] = "Drop not found!",
    ["collected-money"] = "You gaved ~g~$~w~%s from airdrop",
    ["collected-item"] = "You gaved %sx %s from airdrop",
}

Config.pilotModel = "a_c_chimp"
Config.planeSpawnCoords = vector4(-2408.64, 5660.53, 553.9, 230.97)
Config.planeReturnCoords = vector3(2751.87, -5059.77, 357.68)
Config.planeBlips = {sprite = 573, color = 4}
Config.planeModels = {
    "titan",
    "velum",
    "bombushka",
    "blimp",
}
Config.crateModel = "prop_mil_crate_01"
Config.parachuteModel = "p_cargo_chute_s"
Config.crateBlips = {sprite = 94, color = 5}
Config.unlockCooldown = 7 -- 7 min
Config.dropCount = 1
Config.requiredPlayers = 0
Config.airDropCooldown = 3600 -- 60 min
Config.streakChance = 25
Config.streakCount = 3
Config.dropCoords = {
    { coords = vector3(-889.2780, 4808.2295, 300.8981) },
    { coords = vector3(-416.1490, 4689.5747, 258.9284) },
    { coords = vector3(-550.1956, 4189.4243, 190.9137) },
    { coords = vector3(2211.3262, 2073.4048, 130.9070) },
    { coords = vector3(2337.9421, 2546.9009, 46.7048) },
    { coords = vector3(2625.6304, 3659.4902, 101.3481) },
    { coords = vector3(2213.4050, 5596.1108, 52.9086) },
    { coords = vector3(-2491.9822, 807.6789, 286.2168) },
    { coords = vector3(-63.7663, 2317.3000, 149.8909) },
}

Config.minMoney = 1000
Config.maxMoney = 5000
Config.itemCount = math.random(1,3) -- How many items will 1 airdrop contain?
Config.dropItems = { -- {item name, item count}
        {"WEAPON_PISTOL", 2},
        {"WEAPON_SMG", 1},
        {"WEAPON_ASSAULTRIFLE", 1},
        {"armour", 4},
        {"medikit", 2},
        {"ammo-rifle", 500},
        {"ammo-9", 300},
        {"armour", 3},
        {"medikitas", 2},
        {"WEAPON_ASSAULTRIFLE", 3},
        {"ammo-rifle2", 300},
        {"armour", 3},
        {"medikit", 2},
        {"armour", 20},
        {"medikit", 15},
        {"fixkit", 10}, 
}

 

© 版权声明
THE END
喜欢就支持一下吧
点赞8 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片快捷回复

    暂无评论内容