Posts: 11
Threads: 3
Joined: Feb 2010
Reputation:
0
Hello!
i have all houses in property.cfg and i can only make 32 houses and when i make over the house dont show up how can i make over 32 houses with property.cfg
Posts: 1,506
Threads: 69
Joined: Feb 2008
Is there a define somewhere? It sounds like GF, I'm sorry but I have no experience with GF, It sucks too much xD
Posts: 1,506
Threads: 69
Joined: Feb 2008
there must be a define somewhere that is used to create the houses.
like #define MAX_HOUSES or something, something that tells the script how many houses to create..
Posts: 11
Threads: 3
Joined: Feb 2010
Reputation:
0
i fix it i know what was the problem look
in my script was
new HouseInfo[35][hInfo];
and new on is
new HouseInfo[MAX_HOUSES][hInfo];
and u need on add this
#define MAX_HOUSES 200
thanks eny way u told me to put in #define MAX_HOUSES 200