17.09.2016, 10:17
You can retrieve many rows by using a loop.
If you want help with the list too, post an example of how the list would look like.
pawn Код:
for (new i, j = cache_num_rows(); i != j; i++)
{
// cache functions to retrieve the data.
// "i" will be the rowid.
}