Unfortunately, that is not currently possible. You can only mute and pause the video. We will add that feature in the next update in a few days.
hi I’m having an issue where the loading screen doesn’t go away when it is done loading
Can you try now? We just updated our client.lua
on GitHub. You can download the updated version and try it.
wow thanks for the quick reply will try now
it works now thank you
Is it just a me thing or does anyone else have an issue where when you press the discrd logo on the loading screen the screen just goes black. I have the discord set to my discord invite in the files, But it still gives me a black screen?
This loading screen works very well but I do not have sound, I have deactivated the video but should still have the sound? I do only include the letter after the ‘watch=’
I didn’t quite understand what exactly you mean. But if you need:
To disable video and sound (and have only an image in the background):
You need to set backgroundVideo
to ""
in config.js
. Example:
const backgroundVideo = ""
To disable the video but keep the sound:
You need to set showYTVideo
to false
in config.js
. Example:
const showYTVideo = false
If the video doesn’t show up, or if you don’t have sound, you can try using another YouTube video, as some have iframe restrictions and cannot be loaded.
Player list doesn’t display. How can I fix this? Great loading screen, it just won’t show player list.
In config.js
you need to put your cfx server code in serverCode
Example:
// Your server CODE from fivem. (cfx.re/join/abcdef)
// this ABCDEF is your code, paste it in serverCode.
const serverCode = "******".
maybe nice to add an feature to lower the video music
hey i might be slow but how do you have the “nervera roleplay” to your own server name?
I forgot to set up the config for that. You need to go to index.html
, find
<!-- This is NEVERA text -->
<h1><strong>NEV</strong>ERA</h1>
<!-- This is ROLEPLAY text -->
<p>Role<b>play</b></p>
<!-- And this is description under ROLEPLAY -->
<span>FiveM Roleplay server featuring an extensive collection of custom scripts,
maps, vehicles, unique weapons, and much more.</span>
and change it to whatever you want. (text inside <strong>
and <b>
is colored)
We have a plan to add that in an update in a few days. Thanks for the suggestion.
you are the best thank you so much! ( also very fast reply thank you for that also) <3
I enabled the video but the link was wrong or something but I tried an other one and worked! It is all good now, thank you very much!
please add the option to use mp3 if possible, youtube tends to block so much music its like near impossible to have your own video with a sound you want
Unfortunately we know that, the update should be in 3/4 days.
v1.3 UPDATE
Changelog:
- Added local MP4 (Video) file (config)
- Added volume adjustment
Download v1.3 - GitHub
v1.3
is set as the default branch on GitHub, so you will always download the latest update for the loading screen.