From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0xAB6781A5F3101470.md

AUDIO Natives

STOP_PED_SPEAKING_SYNCED

Property Value
Native Name STOP_PED_SPEAKING_SYNCED
Hash 0xAB6781A5F3101470
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.

The ped will also be prevented from speaking on remote machines. Use STOP_PED_SPEAKING if you just want to affect the local machine.

Back to documentation