Native referenceFiveM

INTERRUPT_CONVERSATION_AND_PAUSE

0x8A694D7A68F8DC38 AUDIO
FUNCTION SIGNATURE
void INTERRUPT_CONVERSATION_AND_PAUSE(Ped interrupterPed, char* context, char* voiceName);
Property Value
Native Name INTERRUPT_CONVERSATION_AND_PAUSE
Hash 0x8A694D7A68F8DC38
Return Type void
Parameters interrupterPed (Ped), context (char*), voiceName (char*)

Description: Handles conversation interrupts and pauses, using the code-side system for improved timing and to minimize unfriendly logic interactions.

Parameters

  • interrupterPed (Ped) — the ped speaking
  • context (char*) — the line to use
  • voiceName (char*) — the voicename for the audio asset
Back to AUDIO