04.06.2013, 11:17
i don't know to use mysql in samp , but i know how to use mysql in php
and your problem is that you are sending a query while the last one is still "active".
you have to call mysql_free_result ( is it implemented in mysql plugin ? )
if this is not the problem , i cannot help you much sorry
*EDIT*
seem like i was right
http://dev.mysql.com/doc/refman/5.0/...t-of-sync.html
and your problem is that you are sending a query while the last one is still "active".
you have to call mysql_free_result ( is it implemented in mysql plugin ? )
if this is not the problem , i cannot help you much sorry
*EDIT*
seem like i was right
http://dev.mysql.com/doc/refman/5.0/...t-of-sync.html