17.01.2015, 23:25
Pretty sure all you have to do is:
instead of
pawn Код:
mysql_format(handle, query, sizeof(query), "");
mysql_tquery(handle, query);
pawn Код:
format(query, sizeof(query), "");
mysql_query(query);