Description: Pauses all script threads except the one that called it.
| Property | Value |
|---|---|
| Native Name | _PAUSE_SCRIPT_THREADS |
| Hash | 0x37C1257849DEF24A |
| Return Type | void |
| Build | 1207 |
| Parameters | toggle (BOOL) |
Parameters
toggle(BOOL)
Usage
Lua (Direct):
PauseScriptThreads(toggle)
Lua (Hash):
Citizen.InvokeNative(0x37C1257849DEF24A, toggle)