How to broadcast the message to global chat?Solved
foreach (BasePlayer _player in BasePlayer.activePlayerList) if (_player.IsAdmin && prob >
 
What to do for all to see
I would assume remove the _player.IsAdmin && code.
Locked automatically