15.07.2014, 13:27
It depends on the query. If it's INSERT/UPDATE:
if it's SELECT, you need cache and a callback (with or without parameters) so you'll load the data there.
For more information, read AndreT's tutorial about threaded queries: https://sampforum.blast.hk/showthread.php?tid=337810
pawn Код:
mysql_function_query(sql, query, false, "", "");
For more information, read AndreT's tutorial about threaded queries: https://sampforum.blast.hk/showthread.php?tid=337810