21.12.2010, 18:20
yea you are.
Code:
function SendAdminWarning(msg[])
{
for(new i=0; i<MAX_PLAYERS; i++)
{
if(AccountData[i][Admin] > 0)
{
SendClientMessage(i,COLOR_RED,msg);
}
}
}

