26.06.2014, 16:12
Are you sure there're rows in the table? What does it print to the console/server log?
pawn Код:
new rows = cache_get_row_count();
printf("rows: %i", rows);
for (new idx; idx != rows; ++idx)