05.08.2010, 21:55
Well it doesn't work for strings because you're parsing the variable as an integer...
It should be
pawn Код:
pinfo[playerid][pass] = strval(variable);
pawn Код:
pinfo[playerid][pass] = variable;