Loadingscreen | Music (toggle with space) | Loadbar

i used this loading screen its awesome but when i change the background and load it up in fivem the loading screen is black please help

Did you put the picture name in the __resource.lua?

For those of you who can’t figure out how to change the background image.
Step One - Upload selected image into the panzar-load folder
Step Two - Open keks.css and change the “background-image: url(loading.jpg);”
Step Three - Open __resource.lua and change to this
– Main
‘edit_this.html’,
‘keks.css’,
‘loading.jpg’,

Step Four - Save everything and enjoy!

Make sure the file name is the same everywhere it needs to be!

Add this to your keks.css if you want your image centered, non repeated, and to fill the entire screen

    background-image: url(loading.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

Why don’t I listen to the music?

How do I make it so the music auto plays right away instead of needing to be toggled on?

I have put panzar-load in my server.cfg and have the resource named that too but it still shows the default fx loading screen. :man_shrugging:

isnt this an edit of linxloading?

1 Like

Please do somebody know why the music doesnt work ?

Perfect simple loading screen.

Really liked the loading screen, for those of you having issues with the music and changing the background image, I updated this a bit, and fixed some issues. You can find it here, along with documentation on how to install and how to configure everything. If you run into any issues please let me know and I’ll help you the best I can.

Absolute legend. Appreciate your fix!