Config
Simple explanation on how to install this resource.
1
Main config
Config = {}
Config.DuelGun = 'WEAPON_REVOLVER_CATTLEMAN'
Config.Cooldown = 60 -- seconds
Config.Rewards = {
typeReward = 'cash', -- cash || bank || items
money = 5000,
item = 'bread'
}
Config.Locations = {
{
Position = vec3(2528.26, -591.83, 41.87),
DistanceStart = 20,
SpawnRadius = 10.0,
enablePedHorseRide = true,
horseModels = {"a_c_horse_andalusian_darkbay","a_c_horse_arabian_grey","a_c_horse_belgian_blondchestnut","a_c_horse_breton_sealbrown"},
weaponList = {"WEAPON_REVOLVER_CATTLEMAN"},
pedModel = "g_m_m_unibanditos_01",
amountPeds = 2
},
}
2
Alert Config
Config_Text = {}
Config_Text.Alert = {
header = "Bandits",
content = "Reach your gun cowboy...",
duration = 7000,
surrenderText = "Surrender",
duelText = "Duel"
}
Config_Text.DuelTimer = {
timer = 5,
textTimer = "Duel Starts in:",
duelStartText = "Duel Started!",
targetDrawText = "TARGET"
}
Last updated