23.07.2009, 14:51
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
#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

