Native referenceFiveM

SHUTDOWN_LOADING_SCREEN

0x078EBE9809CCD637 SCRIPT
FUNCTION SIGNATURE
void SHUTDOWN_LOADING_SCREEN(/* parameters not documented */);
Property Value
Native Name SHUTDOWN_LOADING_SCREEN
Hash 0x078EBE9809CCD637
Return Type void

Description: Shuts down the loading screen and switches to normal game view. Should only be used by spawnmanager or similar resources after loading and spawning the player ped. If no script does this, the game is stuck in the infamous bridge screen with the "Awaiting scripts" text and loading circle at the bottom right corner.

Examples

ShutdownLoadingScreen()
Back to SCRIPT