Huntareas
Config.HuntAreas = {
{
name = "Cow/Deer Area",
spawnInterval = 5,
maxAnimals = 20,
position = vector3(-1453.1859, 4640.0811, 51.2587),
radius = 150,
blip = {
active = true,
radialblip = true,
color = 50,
size = 1.4,
sprite = 141
},
animals = {
"deer",
"cow"
},
weaponWhitelist = {
"weapon_sniperrifle",
"weapon_assaultrifle",
"weapon_wise_hunting_shotgun",
"weapon_wise_hunting_sniper",
"weapon_wise_hunting_sniper2"
}
},
{
name = "Lion Area",
spawnInterval = 3,
maxAnimals = 10,
position = vector3(-179.6747, 4674.1865, 171.2702),
radius = 100,
blip = {
active = true,
radialblip = true,
color = 60,
size = 1.4,
sprite = 463
},
animals = {
"lion"
},
weaponWhitelist = {
"weapon_sniperrifle",
"weapon_wise_hunting_shotgun",
"weapon_wise_hunting_sniper",
"weapon_wise_hunting_sniper2"
}
}
}
Last updated