07.06.2009, 05:41
I'm trying to make it so when a player logs in, if they have a warning on them it sends a message to all admins online saying something like "[WARN] Player XX has a live warning issued by another admin. I haven't been able to figure out how to send it to all admins using aBroadcast or any other way. Here is the check I use to see if the player is warned.
Quote:
if(PlayerInfo[playerid][pWarn] = 1) { |