06.02.2013, 08:28
so like
thanks
Code:
format(str, sizeof(str), "SELECT `password` FROM `player` WHERE `username` = `%s`", Name); mysql_query(str);

