Native referenceFiveM

INTERRUPT_CONVERSATION

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

Description: Handles conversation interrupts, 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