09.05.2020, 13:13
If the cache was not active, `LoadBounties` would not be called. But I have seen it again I think, for an unknown reason `cache_num_rows` returned different results according to that author.
For now enable log ALL and use this:
For now enable log ALL and use this:
pawn Code:
new rows = cache_num_rows();
if(rows>0)
{
new target, hitprice;
for(new i; i<rows; i++)