Common errors
Check common issues to prevent contacting support
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.
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.
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 alsoConfig.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.
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.
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.
Make sure you have downloaded the script esx_progressbar and it's updated to the latest version.
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.
Last updated
Was this helpful?