Native referenceRedM

_PAUSE_SCRIPT_THREADS

0x37C1257849DEF24A ANIMSCENE
FUNCTION SIGNATURE
void _PAUSE_SCRIPT_THREADS(`toggle` (BOOL));

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)

Back to ANIMSCENE