30.05.2009, 13:45
for multiple houses I would suggest you use arrays like..
#define MAX_HOUSES 8 // or how many houses you want
HouseOwned[MAX_HOUSES];
or something like this.
and about that code, it isn't really correct
#define MAX_HOUSES 8 // or how many houses you want
HouseOwned[MAX_HOUSES];
or something like this.
and about that code, it isn't really correct