09.03.2012, 21:28
Check the mysql_query macro in the mysql include. I had same problem.
I used it like this:
This would not work by default, so i had to change the macro to this:
I used it like this:
pawn Код:
mysql_query(Query, THREAD_LOADSOMETHING);
pawn Код:
#define mysql_query(%1,%2) \
mysql_function_query(gConnectionhandle, %1, false, "OnQueryFinish", "siii", %1, %2, -1, 1)