From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0xA018A12E5C5C2FA6.md

AUDIO Natives

INTERRUPT_CONVERSATION

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 documentation