property help
#1

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
Reply
#2

Is there a define somewhere? It sounds like GF, I'm sorry but I have no experience with GF, It sucks too much xD
Reply
#3

Quote:
Originally Posted by Mike Garber
Посмотреть сообщение
Is there a define somewhere? It sounds like GF, I'm sorry but I have no experience with GF, It sucks too much xD
no there is no where define
Reply
#4

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..
Reply
#5

Quote:
Originally Posted by Mike Garber
Посмотреть сообщение
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..
ok i added the #define MAX_HOUSES 200 put still i cant make over 32
Reply
#6

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)