10.12.2015, 19:07
Quote:
1) Are you trying to get the house IDs to start at 1 instead of 0?
2) I would recommend making your house count a global variable that is intialized in LoadHouses() because your houseids are likely to become unstable without it. |
2. Could you provide me with an example of how could this be implemented?