[Code Snippet] Disable Ambient

How to turn off Ambient sound (siren sound and Ped sound on the road), for those of you who don’t want that, use my code below.

Add the code below in any script (Free), or you can create a new one

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

More Code Snippet :

1 Like