01.01.2010, 20:40
Hey, I got a problem
Why do I get Error Code 033: Array must be indexed on this?:
Error is placed on the line:
thanks
Why do I get Error Code 033: Array must be indexed on this?:
Error is placed on the line:
pawn Код:
if(pName == HouseInfo[h][hName])
pawn Код:
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,sizeof(pName));
if(pName == HouseInfo[h][hName])