19.05.2013, 22:02
pawn Код:
GetPlayerName(playerid,Nam,sizeof(Nam));
if(strlen(inputtext) == Nam) return SCM(playerid,red,"ERROR: You can't wire transfer to your self");
Код:
error 033: array must be indexed (variable "Nam") (if(strlen(inputtext) == Nam) return SCM(playerid,red,"ERROR: You can't wire transfer to your self");)


I could've just posted it to you on Skype but if I did others with a similar problem wouldn't find out how you fixed it.