02.04.2010, 12:33
Quote:
Originally Posted by Tirus
Hi,
iґve got a problem with my mysql login: I can only login one time if i disconnect and try to login again, the server crashes. this is my code : http://pastebin.com/92ax3YYD now i made this: Код:
format(query, sizeof(query), "SELECT * FROM `users` WHERE `name` = '%s'", pname2); print("after SELECT"); samp_mysql_query(query); print("after query"); samp_mysql_store_result(); print("after store_result"); samp_mysql_fetch_row(line); print("after fetch row"); |