02.04.2010, 10:54
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:
and the last sentence in the Log is after store_result why does it crash at "fetch_row" ?
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");