21.08.2018, 22:43
You need use callback for tquery or Cache with old style to mysql_query
also use LIMIT 1 in query and %e instead of %s if you need mysql_format
also use LIMIT 1 in query and %e instead of %s if you need mysql_format
pawn Код:
new Cache:result = mysql_query(g_SQL, query);
new rows = cache_num_rows();
cache_delete(result);
return rows;
