Mysql function works with numbers but no with letter
#2

Well it doesn't work for strings because you're parsing the variable as an integer...

pawn Код:
pinfo[playerid][pass] = strval(variable);
It should be

pawn Код:
pinfo[playerid][pass] = variable;
Reply


Messages In This Thread
Mysql function works with numbers but no with letter - by Zafire1410 - 05.08.2010, 18:04
Re: Mysql function works with numbers but no with letter - by JaTochNietDan - 05.08.2010, 21:55

Forum Jump:


Users browsing this thread: 1 Guest(s)