30.03.2013, 09:57
You only need use the cache_* functions if the cache is enabled.
pawn Код:
new
rows,
fields;
cache_get_data(rows, fields);
for(new i; i < rows; i++)
{
// load row data
}