[Help] Loading Houses from a .ini file
#3

usage the [ pawn] [/ pawn] tags and for this:
pawn Код:
for(new h = 1; h < sizeof(HouseInfo); h++)
you can use this:
pawn Код:
for(new h = 1; h < MAX_HOUSES; h++)
And on top :
pawn Код:
#define MAX_HOUSES 200 //or something
Reply


Messages In This Thread
[Help] Loading Houses from a .ini file - by Maxips2 - 08.07.2010, 12:52
Re: [Help] Loading Houses from a .ini file - by Maxips2 - 08.07.2010, 14:01
Re: [Help] Loading Houses from a .ini file - by CAR - 08.07.2010, 14:05
Re: [Help] Loading Houses from a .ini file - by Maxips2 - 08.07.2010, 14:07
Re: [Help] Loading Houses from a .ini file - by RichyB - 08.07.2010, 14:10
Re: [Help] Loading Houses from a .ini file - by CAR - 08.07.2010, 14:11
Re: [Help] Loading Houses from a .ini file - by Maxips2 - 08.07.2010, 14:14
Re: [Help] Loading Houses from a .ini file - by TouR - 08.07.2010, 14:18
Re: [Help] Loading Houses from a .ini file - by Maxips2 - 08.07.2010, 14:18
Re: [Help] Loading Houses from a .ini file - by CAR - 08.07.2010, 14:22

Forum Jump:


Users browsing this thread: 1 Guest(s)