06.09.2013, 18:16
Is the MySQL version you're using R7 and above? It seems to use an old include of a_mysql but a script with threaded queries.
Open a_mysql.inc from pawno\include and go at the bottom of it. You'll see the line:
Get the parameters from there.
Open a_mysql.inc from pawno\include and go at the bottom of it. You'll see the line:
pawn Код:
forward OnQueryFinish( ... /* blabla.. */ );