AKL DOCUMENTATION
CtrlK
  • ๐Ÿ‘‹Introduction
  • GUSTI RESOURCES
    • โ›๏ธgusti-minerjob
      • Setup
      • Update
    • ๐Ÿš™gusti-membershipvehicle
    • ๐Ÿ—gusti-butcherjob
    • ๐Ÿ“ฃgusti-iosnotify
      • Setup
      • Usage
    • ๐ŸŒgusti-status-server-web
      • Setup
    • โณgusti-loadscreen
      • Setup
      • Building
    • ๐Ÿ’Žgusti-vipmenu
      • Setup
    • ๐Ÿ› ๏ธgusti-welderloot
      • Common Issues
      • Setup
    • ๐Ÿƒโ€โ™‚๏ธgusti-boostsprint
      • Setup
    • ๐Ÿš€gusti-boostfps
    • ๐Ÿ“นgusti-cctv
      • Setup
    • ๐Ÿ“…gusti-datetime
      • Setup
    • โ˜ข๏ธgusti-radzone
      • Setup
    • ๐Ÿ”ซgusti-hidereticle
    • ๐Ÿš—gusti-givevehicle
      • Setup
      • Usage
    • ๐Ÿ’ฅgusti-duarmemek
      • Setup
      • Usage
    • ๐Ÿ’€gusti-deathscreen
      • Setup
    • ๐Ÿ–Š๏ธgusti-drawtext
      • Setup
  • WEBSITE
    • ๐ŸŒnext-roleplay-v1
      • Installation
      • Configuration
      • Development
  • CODE SNIPPETS
    • Fix Animasi
    • Fix Spam Punch
    • Boost Fps
    • Disable Ambient
    • Send Webhook Messages
    • Spawns GTA V Online Train On Fivem
    • Removing / Adding Limit Map
    • Blacklist Name
    • Item Probability
    • Anti Duplicate Vehicle
    • How To Unbind Keys
Powered by GitBook
On this page
  1. CODE SNIPPETS

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)
PreviousBoost FpsNextSend Webhook Messages

Last updated 2 years ago