"array must be indexed <variable "iRank">
can some1 fix it fast:
PHP Code:
for(i=1;i<=maxPlayers;i++)
{
sort[count][0] = i;
sort[count][1] = iKills[i];
sort[count][2] = RANKS[iRank][i]; //this line i got problems and cant solve, searched and nothing helped me
count++;
}