v10networkscom / saltychat-fivem

FiveM implementation of Salty Chat (TeamSpeak 3 based Voice Plugin)
https://gaming.v10networks.com
GNU General Public License v3.0
70 stars 64 forks source link

Command joinradio moved everybody in every channel #125

Closed belmond86 closed 2 years ago

belmond86 commented 2 years ago

On the most RP Servers are some radio channels private and for job usage only (PD channel 1, MD channel 3 ...). Without that job is it impossible to joint that radio channel. If now someone type /joinradio 1, he can enter the PD channel without having the job.

I think that is a bug. Is it possible to update the saltychat Scripts, that some channels can be prevented to join for random users?

BlackFlash5 commented 2 years ago

/joinradio is a command used for debugging purposes and is only available in debug builds. In case you build the solution yourself, you should use the release preset on production servers instead of debug. The very first step of our setup steps links to our automated releases which are build using the release preset and doesn't include debug commands.