Housing Script
#6

Quote:
Originally Posted by Nathan_Taylor
Посмотреть сообщение
Is there a limit to how many houses that can be stored this way?
You define how many houses you want to have.

You can see here:

pawn Код:
for(new h = 0; h < MAX_HOUSES; h++)
{
// code
}
I loop through "MAX_HOUSES"' value, which is 100.

pawn Код:
#define MAX_HOUSES 100
It won't loop higher than 100 so any house that has an ID higher than 100 won't get loaded ingame.
Reply


Messages In This Thread
Housing Script - by Nathan_Taylor - 03.05.2014, 03:14
Re: Housing Script - by Dignity - 03.05.2014, 03:19
Re: Housing Script - by Nathan_Taylor - 03.05.2014, 03:21
Re: Housing Script - by Dignity - 03.05.2014, 03:24
Re: Housing Script - by Nathan_Taylor - 03.05.2014, 03:27
Re: Housing Script - by Dignity - 03.05.2014, 03:29

Forum Jump:


Users browsing this thread: 1 Guest(s)