24.05.2016, 21:01
Something like this, But don't copy/paste, i think i miss some things, cuz i'm on phone :3
PHP код:
stock SendAdminMessage(color, message[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(Player[i][pAdmin] >= 4)
{SendClientMessage(i, color, msssage);}
}
}