18.05.2012, 16:50
If I don't want a callback to be called, for example an INSERT query for registration, what do I put as the callback and stuff in mysql_function_query?
I found this in a_mysql.inc
But what is the syntax..?
I found this in a_mysql.inc
pawn Code:
#define mysql_query(%1,%2,%3,%4) \
mysql_function_query(%4, %1, false, "OnQueryFinish", "siii", %1, %2, %3, %4)