| Property | Value |
|---|---|
| Native Name | WAIT |
| Hash | 0x4EDE34FBADD967A6 |
| Return Type | void |
| Build | 1207 |
| 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
### Usage
**Lua (Direct):**
```lua
Wait(ms)
Lua (Hash):
Citizen.InvokeNative(0x4EDE34FBADD967A6, ms)