Trying to make a signal that goes out when patrol helicopter spawns.
RF broadcast on patrol heli spawn
We actually have that on the server I'm playing :-) U need to log to the server console every time a heli spawns. Then u can parse the log and use rftool.enable <frequency> via rcon to broadcast on a given frequency. Unfortunately there is currently no easier way I guess.
So you manually do it each time?
Surely there's a plugin that runs commands when something specific is logged in console.
Right now, our admin has made a script that automatically parses the log file and then calls rftool.enable via rcon.