Huntareas

Config.HuntAreas = {
  {
    name = "Cow/Deer Area",
    spawnInterval = 5,
    maxAnimals = 10,
    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"
    }
  },
  {
    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"
    }
  }
}

Last updated