06.08.2010, 20:35
It looks right to me, but just incase 

pawn Код:
mysql_real_escape_string(pName(playerid), str);
format(str, 128, "SELECT * FROM `playerinfo` WHERE `user` = '%s'", str);
mysql_query(str);
mysql_store_result();

