10.10.2011, 08:28
Not tested, because i don't know your admin system, but this should work
Btw, I don't recommend you to use your current /aduty thing, because it doesn't detects if you are a admin or not, it just puts you on duty regardless of the rank
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
if(IsPlayerConnected(i))
{
if(PlayerInfo[playerid][pAdminLevel] >= 1)
{
SendClientMessage(i, COLOR, "YOURMESSAGE");