12.02.2019, 11:46
Btw, mysql_query (non-threaded query) will freeze your server until the query has been executed.
Try mysql_tquery or mysql_pquery (threaded query) to avoid this.
https://sampwiki.blast.hk/wiki/MySQL
Try mysql_tquery or mysql_pquery (threaded query) to avoid this.
https://sampwiki.blast.hk/wiki/MySQL