04.07.2013, 07:08
Quote:
replace ur format to my
Код:
format(string,sizeof(string),"%sLevel %d: %s [ID: %d] - %s\n", string, TeamInfo[i][LGDTeam], n, i, GetPlayerNameExt(i)); |
pawn Код:
C:\Documents and Settings\user\Desktop\Team.pwn(179) : error 033: array must be indexed (variable "LGDTeam")
C:\Documents and Settings\user\Desktop\Team.pwn(181) : error 033: array must be indexed (variable "LGDTeam")
pawn Код:
if(TeamInfo[i][LGDTeam] < 1) continue; //before change is : if(Playerinfo[i][LGDTeam] <1) continue;
pawn Код:
format(string,sizeof(string),"%sLevel %d: %s [ID: %d] - %s\n", string, TeamInfo[i][LGDTeam], n, i, GetPlayerNameExt(i));