21.06.2014, 11:33
That's why I directed you to that link to see the example:
pawn Код:
new Cache:result = mysql_query(...);
// cache functions to check whether there are rows and if so, retrieve the data..
cache_delete(result);

