Native referenceFiveM

GET_NO_LOADING_SCREEN

0x18C1270EA7F199BC SCRIPT
FUNCTION SIGNATURE
BOOL GET_NO_LOADING_SCREEN(/* parameters not documented */);
Property Value
Native Name GET_NO_LOADING_SCREEN
Hash 0x18C1270EA7F199BC
Return Type BOOL

Examples

SetNoLoadingScreen(true)
print(GetNoLoadingScreen()) -- will return true
Back to SCRIPT