05.09.2012, 18:46
You suggest you to look on the include zcmd.
Basicly this is how the code will look:
Basicly this is how the code will look:
pawn Код:
for(new pID; pID < MAX_PLAYERS; pID++; )
{
if(PlayerInfo[pID][Admin])
{
SendClientMessage(pID, 0x0, "Admin Message here!");
}
}