Wise Scripts Docs
ShopDiscord
  • 👋Welcome
  • 💻 Scripts
    • 🚙Wise Garage
      • Installation
      • Database
      • Events
      • Example Configs
        • Main
        • Garages
        • Impounds
    • 🖥️Wise Hud
      • Installation
      • Example Configs
        • Main
    • 🦌Wise Hunting
      • Installation
      • Example Configs
        • Main
        • Animals
        • Huntareas
        • Market
    • 🔫Wise Gungame
      • Installation
      • Setup for Ambulancejob
    • 👥Wise Faction
      • Installation
      • Exports
      • Events
      • Setup FFA & Gangwar
      • Example Configs
        • Main
        • FFA
        • Gangwar
        • Robbery
        • Shop
        • Missions
    • 🔔Wise Notify
      • Installation
      • Exports & Triggers
      • ESX Replacements
    • ⚠️Wise Report
      • Installation
    • 🎮Wise Lifeinvader
      • Installation
  • 🏡PROPS
    • 🪨Wise Ore Props Pack
    • ✨Wise Crystal Props Pack
  • 🧟‍♂️PEDS
    • 🎃HALLOWEEN Pumpkin Monster
    • 🎃HALLOWEEN MR Bright
Powered by GitBook
On this page
  1. 💻 Scripts
  2. Wise Hunting
  3. Example Configs

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"
    }
  }
}
PreviousAnimalsNextMarket

Last updated 6 months ago

🦌