Loading Screen Timeout

Hey,
is there any way to make my loading screen wait longer, in order to get a.e a full video.
Thank you.
If you need more info I can surely get ya.

You can add this to your fxmanifest.lua:

loadscreen_manual_shutdown "yes"

so that the loading screen does not exit when the loading process is complete.
To exit the loading screen (when the video finishes), run the following native in your client.lua:

ShutdownLoadingScreenNui() --Do this only after the player has spawned

I hope this could help you :+1:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.