12.07.2011, 05:36
It's most likely this line:
If you call any number greater then the array size, it will break the code. (I suck at explaining things)
Try replacing this line:
I get this problem a lot.
pawn Код:
gHouseData[i][EXIST] != 0
Try replacing this line:
pawn Код:
for(new i = 0; i<MAX_HOUSES; i++)