08.04.2009, 14:32
This
Or this
I need set the color?
where?
Код:
forward AdministratorMessage(color,const string[],level);
Код:
public AdministratorMessage(color,const string[],level) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if (PlayerInfo[i][pAdmin] >= level) { if(AdminDuty[i] == 1) { SendClientMessage(i, color, string); } } } } return 1; }
where?