password
#1

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

pPass does not have size, it should look something like this inside your enumerated array[/b]

pawn Код:
enum pInfo
{
pPass[ 129 ] // change the size if needed, its default size for whirpool.
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)