[HELP] How to enable the breathe sound when swimming underwater?

Hello, I didn’t find any topic on this subject so here I am.

I have a scuba diving script for ESX that gives me a scuba outfit that is currently my drawable 125 for undershirt (scuba air tank), and the entire swimming outfit.
I can’t figure out why I don’t have the “breathe” sound when I swim underwater, even if the SetEnableScuba native is enabled for my ped. Do you have any idea on how to fix this ?

Thanks !

Make sure to enable SetPedConfigFlag (specific flag you need is 135) as well as SetAudioFlag("SuppressPlayerScubaBreathing", false) just in case

This doesn’t work. But I figured out how to patch the issue. I have to use the native SetPedScubaGearVariation().

1 Like