24.01.2018, 10:56
mysql_tquery: Sends a query which will be executed in another thread and call a callback (if there was one specified) when the execution is successfully finished. - click here
mysql_query: This native sends a non-threaded query to the MySQL server. The SA:MP server (the main PAWN thread) waits until the query has been executed and then returns the stored cache handle. - Click here
Simply use mysql_query (don't forget to delete cache when you don't code anymore to treated) or create public forwarded functions with your actually code.
mysql_query: This native sends a non-threaded query to the MySQL server. The SA:MP server (the main PAWN thread) waits until the query has been executed and then returns the stored cache handle. - Click here
Simply use mysql_query (don't forget to delete cache when you don't code anymore to treated) or create public forwarded functions with your actually code.