Disable police radio Dispatch in game

hey,

Could you please help me figure out how to disable the Police Dispatch Radio in police cars, I cant find any script that helps me and the Dispatch in game is really annoying, could someone send me a link to the script that stops the Police Dispatch.

Try vBasic. It has that feature plus many more…

i did that and followed all of the instructions but it came up in the log file:

######################## vBasic ########################

     YOU HAVE NOT CONFIGURED THE CONVARS CORRECTLY,

  VBASIC WILL BE DISABLED UNTIL THE CONVARS ARE FIXED.




        PLEASE CHECK THE GITHUB WIKI FOR HELP.

        https://github.com/TomGrobbe/vBasic/wiki

########################################################

Did you move start vBasic to the rest of your start resources?

Edit: I did at first. start vBasic must be where it is in the copy paste. So all the conversation activate beforehand.

yeah, I moved it and restarting the server now

1 Like

It should work now.

it still doesnt work, It has the first 5 seconds of the police call then it cuts out, Its very annoying

I would say to take it to Vespura’s topic and ask there -[Release] vBasic v4.1 | Basic server settings/configuration

Also remember to delete your “Server Cache” every time you add or change something in your resources file!!!

false my g…

Look here: Disable police radio station on server

Bumping a thread 4 years later… OMG!!

If anyone still can’t figure this out, make a __resource.lua and add past the code

-- Set the resource manifest 
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'

-- Add a client script 
client_script 'client.lua'

Then make a client.lua and paste the code

SetAudioFlag('PoliceScannerDisabled', true)

This will disable the police scanner for all EMS vehicles :slightly_smiling_face:

Edit: Make a file and call it whatever you want, then put the .lua files from before into the file, finally start or ensure whatever you named the file in your server.cfg