22.12.2013, 18:40
You're using an older version of an include, but a newer version of the plugin.
I suggest you to do this:
Make sure you update your include AND plugin to MySQL R7 to be able to use it.
I suggest you to do this:
pawn Код:
#if defined mysql_query
#undef mysql_query
#endif
#define mysql_query(%0) \
(mysql_function_query(1, %0, false, "OnQueryFinish", ""))
forward OnQueryFinish(); public OnQueryFinish() {}