Complete Scripts
  • 📖COMPLETE DOCS
  • 💻SCRIPTS
    • Complete Carplay
      • Installation
      • Changelog
      • Config
      • Common errors
      • Exports
    • Complete Vision
      • Installation
      • How to use it
      • Common errors
      • Updates
    • Complete Hud
      • Config
      • Common errors
      • Exports
      • Update
    • Complete Hunting
      • Config
      • Common errors
      • Updates
    • Complete Importexport
      • Config
      • Common errors
    • Complete Speedometer
      • Config
      • Common errors
      • Update
      • Exports
    • Complete Daily Bonus
      • Github
      • Common errors
      • Exports
Powered by GitBook
On this page

Was this helpful?

  1. SCRIPTS
  2. Complete Hunting

Common errors

Check common issues to prevent contacting support

You lack the required entitlement to use Complete Hunting

Try restarting your server and make sure your server license key is correct. If you bought the resource on the wrong account, you can transfer it to another account on keymaster.

You renamed the resource

Please do not rename the resource, otherwise the Triggers inside it won't work and you won't be able to use the script correctly.

Animals not spawning or you don't see any blips in the zone

The script has two main type of execution:

  • Using Native animals: native animals are the animals spawned automatically by GTA (not by complete_hunting script); if you are using them in your config (Config.NativeAnimal = true) it means that you won't have any blips on the map appearing, but you will need to find the animals in the game and hunt them. This is the recommended option to use in your game since it's more RP and less stressful for your server to run.

  • Using NON Native animals: non native animals are instead the animals spawned by the script, it means that when you are in a hunting zone the server will start to spawn random animals with a blip on them in the map. To enable them set Config.NativeAnimal = false and also Config.huntAllMap = false.

If you are not seeing any animals in the 99% of the cases is because you are using the Native animals in the settings, not because the script is not working.

Campfire not working

If the campfire is not working, neither the command /campfire, see if Config.UseNativeCampfire is enabled. If true, using that setting you will be able to use only the campfires already existing by default in the map but not spawn your owns. To fix this, just set Config.UseNativeCampfire to false.

"Where do you get hunting weapons?"

The script currently doesn't support a system to get weapons usable only for hunting, so in order to hunt, every player needs to bring their own weapons.

ERROR: No such export Progressbar in resource esx_progressbar

Make sure you have downloaded the script esx_progressbar and it's updated to the latest version.

ERROR: No such export addModel in resource ox_target

This is caused because you have the option Config.UseQTarget = true in the config file. If you are not using the script with the target set this option to false or i will cause errors, instead if you want to use the script with the target make sure to download the latest update od ox_target.

If your error is not here and it has a simple solution, you can comment it so that we can add it.

PreviousConfigNextUpdates

Last updated 1 year ago

Was this helpful?

💻