Native referenceFiveM

WAIT

0x4EDE34FBADD967A6 SYSTEM
FUNCTION SIGNATURE
void WAIT(int ms);
Property Value
Native Name WAIT
Hash 0x4EDE34FBADD967A6
Return Type void
Parameters ms (int)

Description: ``` Pauses execution of the current script, please note this behavior is only seen when called from one of the game script files(ysc). In order to wait an asi script use "static void WAIT(DWORD time);" found in main.h

Back to SYSTEM