Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Muting in game scanner audio - intro/outro beeps

Featured Replies

I have found others trying to do the same but nobody with the actual answer to what I am trying to find. 

 

My aim is to mute the police scanner you hear in the background in the police cars so that we just get the LSPDFR radio messages and those from other mods like "Ambient AI Callouts", "xScanner" or "More Radio Chatter". 

 

I have managed to find and mute all the actual radio sounds (police_scanner.rpf) but you still hear the intro/outro sounds. I believe they should be somewhere in resident.rpf but I have searched high and low but cannot find them. frontend.awc is the closest I could find but they are not the right ones. 

 

So unfortunately you can still hear the intro/outro beeps in the background just without the chatter. Has anyone had any luck locating these files in the past? I know they are used by LSPDFR in the audio scanner directory I just cannot find the ones to mute in the rpf files. 

 

https://github.com/waynieoaks/GTAV-BG-POLICE_SCANNER-BGONE

 

  • 3 months later...

So glad there are others that think alike like me! I found a way better police scanner audio that I can use through the vanilla "SELF RADIO" station. Its the ambient police scanner noise in the background that spoils it. But I followed that scanner be gone mod that replaces the scanner sounds with just muted audio and that works like a charm!

  • Author

I just wish I could find the intro / outro beeps so I can get rid of them too and release this as a package but nobody can find them. 😞

  • 1 year later...

Hi all) if youre still alive) in request forum at https://forums.gta5-mods.com/ i found solution from a kind wizard named  Alex106. His message: "Copy and paste this code below in a text editor and save the file with the .cs extension. After that, move it in the "scripts" folder (make sure you have the Script Hook V .NET installed).

 

 

Spoiler

using GTA; using System; namespace DisablePoliceScanner { public class Main : Script { bool Initialized = false; public Main() { Tick += OnTick; } void OnTick(object sender, EventArgs e) { if (!Initialized) { Audio.SetAudioFlag("PoliceScannerDisabled", true); Initialized = true; } } } }


"

And u know what? Its just blow my computer. Joke. Its works!

here is this code(because in the previous message formatting and line wrapping was reset)in the text file

MakeTheCopsSTFU.txt

  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.