09.07.2009, 08:31
If you have 100 houses, this:
should be:
But yeah, a dynamic system is definitely the way to go. That is one of the reasons scripters have switched to MySQL.
pawn Код:
new HouseInfo[36][hInfo];
0 to 35 = 36 houses
pawn Код:
new HouseInfo[100][hInfo];
0 to 99 = 100 houses