19.01.2012, 14:20
error 033: array must be indexed
What does it mean and what is the solution?
is the error line
few lines above that:
What does it mean and what is the solution?
Код:
if(PlayerInfo[i][PhoneNumber] == pnumber)
few lines above that:
PHP код:
new pnumber[128];
if(!sscanf(params, "i[128]", pnumber))