Pagers going off continuously after frequency change
Ive gotten numerous reports from players that when they set pagers to the 4765 and 4786 frequencies for the oil rigs, the Pagers start going off continuously. When applying the frequencies to an RF reciever, there is an odd white noise associated with those frequencies.

I noticed that there was additions of RF associated hooks added on the Sept 3rd oxide update, and I was wondering if there were any known issues with any of those hooks having negative interactions with the game, and the Oil Rig frequencies in specific.

<
  • Patch for September 3rd Rust update (protocol 2256.198.1)
  • Added object OnRfListenerAdd(IRFObject rfObject, int frequency) hook
  • Added object OnRfListenerRemove(IRFObject rfObject, int frequency) hook
  • Added object OnRfBroadcasterAdd(IRFObject rfObject, int frequency) hook
  • Added object OnRfBroadcasterRemove(IRFObject rfObject, int frequency) hook
  • Added void OnRfListenerAdded(IRFObject rfObject, int frequency) hook
  • Added void OnRfListenerRemoved(IRFObject rfObject, int frequency) hook
  • Added void OnRfBroadcasterAdded(IRFObject rfObject, int frequency) hook
  • Added void OnRfBroadcasterRemoved(IRFObject rfObject, int frequency) hook
>
No, those hooks would not do anything unless plugins do something with them.

Gotcha. Appreciate the information. 

So its probably something to do with a plugin we are utilizing. This will be a task to figure out which plugin, and how to fix.

Either way, thank you!

If you have a plugin using them, then the hooks are likely the cause as there is an issue with returning with the change ones where it doesn't actually cancel, which we are working on a fix for.
Im guessing that there is a plugin in which we have loaded, which utilizes the hooks, but not that Im aware of, at least for the purpose of RF devices. 

Im going to run through and do a unload one by one, to try and narrow, which plugin could be causing the issue. Hopefully this will net a result. If not, Ill be scratching my head even more, haha.
The issue is that the pagers are continuously going off 24/7, even if no one is actively activating the crate at large or small oil.

Im aware that those are reserved frequencies, and cannot be set by players. But there seems to be no remedy for the issue we are experiencing.
crowing
The issue is that the pagers are continuously going off 24/7, even if no one is actively activating the crate at large or small oil.

Did you ever find a fix to this? I'm experiencing the same issue.

Same happening to me now

I'm having the same issue here. I only use admin related mods and have not configured any hooks. I will let you know if i find the culprit