14.06.2015, 16:07
pawn Код:
// global:
new HousesLoaded;
// In OnHousesLoad public function:
HousesLoaded = cache_get_row_count();
for(new x; x != HousesLoaded; ++x)
// In the above command:
for(new a; a != HousesLoaded; ++a)
pawn Код:
if (a >= sizeof HouseInfo) break;