Native referenceRedM

PAUSE_SCRIPTED_CONVERSATION

0x8530AD776CD72B12 AUDIO
FUNCTION SIGNATURE
void PAUSE_SCRIPTED_CONVERSATION(BOOL finishCurrentLine);
Property Value
Native Name PAUSE_SCRIPTED_CONVERSATION
Hash 0x8530AD776CD72B12
Return Type void
Build 1207
Parameters finishCurrentLine (BOOL)

Description: To resume the conversation use RESTART_SCRIPTED_CONVERSATION

Usage

Lua (Direct):

PauseScriptedConversation(finishCurrentLine)

Lua (Hash):

Citizen.InvokeNative(0x8530AD776CD72B12, finishCurrentLine)
Back to AUDIO