Loading content...
Installation
Get the loading screen running in under a minute.
Get the loading screen running in under a minute.
Drop the resource
Place the see_loadingscreen folder in your server's resources directory.
Enable it
Add ensure see_loadingscreen to your server.cfg.
Add your assets
Put your logo, background and music into the assets/ folder, then point config.js at them.
Restart
Restart the server (or run restart see_loadingscreen in the console). Done.
No dependencies — see_loadingscreen is fully standalone.
The screen uses manual shutdown: it stays on until something calls
ShutdownLoadingScreenNui(). Most framework spawn and multichar flows already do this
the moment the player spawns, so it closes on its own. If yours doesn't, call that native
client-side once your player is ready.