📌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!

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:

  1. Verify that the .fxap file is existing in the script folder.

  2. Try deleting the script forlder from your server and upload it again.

  3. 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

Go to line 22 of index.html and replace the attribute value "src" in the source tag with your link. Example:

Use of a Youtube Video:

Paste this code snippet under the line 28. To display a video of your choice. Go to the video. Share it as a embedding. Copy the link. Paste it into the src of this code snippet. And add this at the end of the script: ?controls=0&autoplay=1&mute=1&loop=1

<iframe style="width: 100%; height: 100%; position: absolute;"
        src="https://www.youtube.com/embed/7fSwxzY_PZw?si=y-MAM48xhHOHOYbH?controls=0&autoplay=1&mute=1&loop=1">
</iframe>

Possible Script Issues

Music stops after 5 Seconds

This issue occurs because the music source was manually modified in the index.html file. Such changes bypass the intended logic of the application, which dynamically controls the audio source through JavaScript. As a result, the system no longer behaves as expected. This manual modification is therefore not desired and should be avoided to maintain consistent functionality.

If you cannot find a way to fix the bug, feel free to create a ticket on our Discord

Last updated