20.01.2014, 17:35
i am trying to make like when the player register it will write in his file his pass
i made under onplayerregister:
i am using a dialog thats why i put inputtext,but it shows this error:
what to do?
or should i change the inputtext to anything else?
i made under onplayerregister:
pawn Код:
PlayerInfo[playerid][pPass] = inputtext;
pawn Код:
error 006: must be assigned to an array
or should i change the inputtext to anything else?