04.06.2014, 17:38
Quote:
Try replacing the SendClientMessageToAll with
Код:
forward ABroadCast(color,const string[],level); Код:
public ABroadCast(color,const string[],level) { //FuncLog("ABroadCast"); foreach(Player,i) { if (playerInfo[i][pAdmin] >= level) { SendClientMessage(i, color, string); } } print(string); return 1; } |
: error 017: undefined symbol "i"
: error 017: undefined symbol "i"