11.07.2012, 21:29
Hmm, I see you forgot some things. mysql_function_query has similar syntaxes as in CallLocalFunction. You didn't even define the values you include. Example:
Understood?
pawn Код:
mysql_function_query(connection,string, false, "OnQueryFinish", "siii",SomeString,SomeInt,SomeOtherInt,SomeLastInt);