📌Informations / Typical Errors
This page will give you information about the script. Also are typical Errors listed, so that you can easily fix them!
Possible Installing Issues
If you encounter any issues with the script, here are some troubleshooting steps that you can try!
Kicked after spawning
This error occurs because you have a script that spawns your character in a different location. For example, to select it (multichar). To fix this error, you simply need to change the coordinates in these pre-selector scripts so that they are in the safe zone. Or set S_SV.EntryStartup.manualStartOnly to true in the server side config and use the event below it to start the script after the character spawns.
Failed to verify protected resource...
This error message indicates that the script files may be corrupted, or the .fxap file is missing. To resolve this issue, try these following steps:
Verify that the
.fxapfile is existing in the script folder.Try deleting the script forlder from your server and upload it again.
If the issue persists try to change your FTP client.
You lack the required entitlement to use...
If you see this message, it can be that there is a problem with your Keymaster account. Restart your FiveM server and verify your Keymaster account to resolve it
Possible Script Issues
No such export MakeHelpNotify in resource ...
For this bug, all you need to do is go into the config file and replace the existing notification system with the one on your server.
Last updated