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.
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
########################################################
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
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