From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0x9D64D7405520E3D3.md

AUDIO Natives

STOP_PED_SPEAKING

Property Value
Native Name STOP_PED_SPEAKING
Hash 0x9D64D7405520E3D3
Return Type void
Parameters ped (Ped), shouldDisable (BOOL)

Description: This doesn't stop a piece of dialogue that has been triggered.

This stops the ability to force ambient dialogue if set to true - however setting it to false, then triggering a context, then setting it to true again will allow this.

Nb. This does not sync over the network, it will only affect peds locally. Use STOP_PED_SPEAKING_SYNCED if you need to affect peds on other machines too.

Back to documentation