Posts: 3,351
Threads: 780
Joined: Jan 2010
Quote:
Originally Posted by pds2k12
pawn Код:
SendClientMessageToAdmin(adminlvl, exception, colour, message[]) { foreach(Player, i) { if(Info[i][AdminLevel] >= adminlvl && i != exception && Info[i][Security]) SendClientMessage(i, colour, message); } }
I don't get what's the exception for but oh-well, try the code I gave, also make sure you're using the latest version of foreach
|
We have a double admin login called security, thats what is used for.