05.08.2011, 10:50
Quote:
|
pawn Код:
|
now i wanna know where did you define the other id? and "stext" here too..
EDIT
Quote:
|
I dont want the rcon admin to get the report i want anyone who a mod or admin to get the report, Like level 1 admin level 2 admin level 3 admins ect.. :/
|
if you want the reports for every level admin use this as an e.g.
pawn Код:
stock SendAdminReport(color, const len[]) {
for(new i = 0; i < MAX_PLAYERS; i++) {
if(PlayerInfo[i][AdminLevel] >= 1) SendClientMessage(i, color, len);
}
return 1;
}


