From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0x8A694D7A68F8DC38.md

AUDIO Natives

INTERRUPT_CONVERSATION_AND_PAUSE

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 documentation