Disable Ambient

How to disable the Ambient sound of Gta V FiveM (Siren sound and ped sound on the road). For those of you who don't want this, you can use the code below.

CreateThread(function() 
  StartAudioScene("CHARACTER_CHANGE_IN_SKY_SCENE");
  SetAudioFlag("PoliceScannerDisabled",true); 
end)

Last updated