12.12.2012, 10:05
Howdy people, i've got a question i got this function:
I use it for the /a chat but i was wondering, could i also use this for like sending CMDS to the admins like
If someone could make it like that i'd be happy!
pawn Код:
stock SendMessageToAdmins(text[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PInfo[i][Level] > 1)
{
SendClientMessage(i, blue, text);
}
}
}
pawn Код:
SendMessageToAdmins(msg);
Код:
Admin Biess has used the command SETLEVEL
Код:
Admin Biess has banned user Test