15.01.2015, 12:02
this
will thrown the error:
mysql_tquery_inline requires 4 params, so it should be:
Someone should edit the tutorial.
pawn Code:
mysql_tquery_inline(getMySQLHandle(), query, using inline OnAccountDataReceived);
Code:
error 017: undefined symbol "mysql_tquery_inline"
pawn Code:
mysql_tquery_inline(getMySQLHandle(), query, using inline OnAccountDataReceived, "");