[Release] TFRP/NoPixel loading screen modification (NEW VERSION) - KingRich/@ImportantHippo

you are wrong, look at his github and the one you linked and see for yourself.

This should take care of all the arguing I believe.

How to delete this commands left up side
like: upvoking meow1234… INIT SESSION
all the commands whats come to left corner
help me ;(

wasn’t it apart of the package the former developer of FamilyRP released? It’s stupid to re-release people’s work tho.

someone?

How do I remove the log. Kinda annoying

Fixed it

Remove this line from index the whole line
<div id="log" class="log">Error initializing log</div>

How can i disable the zoom?

How would I go about adding a music player where I can go and change songs?

Loading Progress is to fast.
Progress is 100% but i still have to wait.

My loading screen now flashes when the picture is zooming in after a fivem update. Any way ti fix this?

did you find a fix?

I just changed to a different loading screen for now.

same…

Anyone know how to disable the zoom ?

Yeah how do i disable the zoom? Is there also a way to make the loading bar just 1 big bar?

Edited mine to how i like it, looks dope eh?

Remove this

function updateBackground()
{
    var i = 0;
    currentProgressWeightedSum = 0;
    while(i < currentProgress.length)
    {
        currentProgressWeightedSum += currentProgress[i]*loadingWeights[i];
        i++;
    }
    document.querySelector('#background').style.transform = String.format('scale({0})', minScale + diffScale * currentProgressWeightedSum);
    document.querySelector('#background').style.backgroundPosition = String.format('{0}px {1}px', backgroundPositionEnd[0] * currentProgressWeightedSum, backgroundPositionEnd[1] * currentProgressWeightedSum);
}

and then this updateBackground(); in function updateProgress() then it wont zoom.

Hey if i remove the whole thing then it unzoomed but then the bar dousent load in eny fixes or help please