How to fix this
#4

Quote:
Originally Posted by dEcooR
Посмотреть сообщение
replace ur format to my

Код:
format(string,sizeof(string),"%sLevel %d: %s [ID: %d] - %s\n", string, TeamInfo[i][LGDTeam], n, i, GetPlayerNameExt(i));
oke , and i have an eror again .
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")
this is on line 179
pawn Код:
if(TeamInfo[i][LGDTeam] < 1) continue; //before change is : if(Playerinfo[i][LGDTeam] <1) continue;
and this on line 181
pawn Код:
format(string,sizeof(string),"%sLevel %d: %s [ID: %d] - %s\n", string, TeamInfo[i][LGDTeam], n, i, GetPlayerNameExt(i));
Reply


Messages In This Thread
How to fix this - by [IND]Crazy - 04.07.2013, 03:57
Re: How to fix this - by [IND]Crazy - 04.07.2013, 05:02
Re: How to fix this - by dEcooR - 04.07.2013, 06:56
Re: How to fix this - by [IND]Crazy - 04.07.2013, 07:08
Re: How to fix this - by Goldilox - 04.07.2013, 07:37
Re: How to fix this - by dEcooR - 04.07.2013, 08:14
Re: How to fix this - by [IND]Crazy - 04.07.2013, 08:25

Forum Jump:


Users browsing this thread: 1 Guest(s)