House limit - 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: House limit (
/showthread.php?tid=87920)
House limit -
Jamould - 23.07.2009
Just wondering if theres a house limit for Pen1.I have 35 houses but when I add the 36th one it just says the 35th house twice on Samp-server.exe and when I go ingame the house doesnt work. Its basically adding the 35th house twice.Ive already changed hinfo to 36. I even tried removing all the houses and just adding the 36th one and it worked fine but when I add it after the 35 houses it doesnt work
Re: House limit -
refshal - 23.07.2009
Ask in the script's thread.
Re: House limit -
Jamould - 23.07.2009
I have. Several times
Re: House limit -
refshal - 23.07.2009
Then wait for an answer, or look through the script in Pawno. Questions like this, related to a script belongs in the related scripts's threads.
Re: House limit -
iLinx - 23.07.2009
most scripts like that have something like
#DEFINE MAX_HOUSES
or something similar.
if it does try changing the number after the define to the max houses you have,
ex : 36 houses
#DEFINE MAX_HOUSES 36
tbh though ive never worked with pen1 or gf, but im guessing thats how they would sort them :P
Re: House limit -
Jamould - 23.07.2009
Yeah it does it has hinfo which I said I already changed