property help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: property help (
/showthread.php?tid=163943)
property help -
m2spy2 - 29.07.2010
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
Re: property help -
Mike Garber - 29.07.2010
Is there a define somewhere? It sounds like GF, I'm sorry but I have no experience with GF, It sucks too much xD
Re: property help -
m2spy2 - 29.07.2010
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
Re: property help -
Mike Garber - 29.07.2010
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..
Re: property help -
m2spy2 - 29.07.2010
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
Re: property help -
m2spy2 - 29.07.2010
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