F.A.Q

⚙️ Job Center

Job Required / Must be a job
  • For this go to wais-hunting/config.lua.

  • Find the variable [“required”] = false and change it to true.

  • This way, only people with this job will be able to do the job.

Change the Ped Model / Location
  • For this go to wais-hunting/config.lua.

  • ✔️ Change the Ped Model

    • Edit the "model" field and replace it with any ped model name you want.

    • ["model"] = "mp_m_exarmy_01",

  • ✔️ Change the Ped Location

    • Update the "coords" value with the new position (x, y, z, heading).

🔢 Level

How to Create a New Level?
  • For this go to wais-hunting/config.lua.

  • To create a new level, all you need to do is copy one of the lines from the Config.Levels[“levels”] list, paste it below, and edit the three fields:

  • xp: The total experience points required to reach this level.

  • level: The player's level number.

  • multiplier: This level's special reward multiplier.

What is a Multiplier?
  • The Multiplier applies an additional multiplier to the rewards the player receives upon reaching that level.

  • This multiplier directly affects money, XP, or other rewards.

🧭 Command Configuration

How does it work?

The Config.Commands section defines all the usable commands for the hunting system. Each command has three main properties:

  • command → The actual command players will type in chat.

  • description → A short explanation of what the command does.

  • permission → Who is allowed to use the command.

If permission = nil, anyone can use the command. If permission = "group.admin", only admins (or the group you configured) can use it.


There are no more available yet, please open a ticket if the topics here are not suitable for what you are looking for.

Who developed it / How can I get help

You can recognise our script developers by the short names of the script. Scripts with short name ‘Wais’ are made by Ayazwai.

Last updated