10.06.2015, 14:04
I don't know what the server is doing after a select, but this might cause your next user to do nothing:
The result of a select is never used so it is possible that a lock is still on the table.
Код:
mysql_format(mysql,str, sizeof(str), "SELECT * FROM `users` WHERE Name = '%s'",PlayerName(playerid)); mysql_function_query(mysql,str,true,"","");