17.05.2014, 18:24
I meant in your code:
You use the variable "house" as index, replace it with the "total" instead.
pawn Код:
HouseInfo[house][hID] = cache_get_row_int(total, 0);
HouseInfo[house][hEntranceX] = cache_get_row_float(total, 1);
...