31.08.2010, 12:23
I was making a new /changename command and I got this error:
I think the error might be here, I dont know...
Код:
error 033: array must be indexed (variable "PName")
Код:
new PName[MAX_PLAYER_NAME]; strmid(PlayerInfo[playerid][PName], result, 0, strlen(result), 255);