03.05.2014, 03:29
Quote:
Is there a limit to how many houses that can be stored this way?
|
You can see here:
pawn Код:
for(new h = 0; h < MAX_HOUSES; h++)
{
// code
}
pawn Код:
#define MAX_HOUSES 100
Is there a limit to how many houses that can be stored this way?
|
for(new h = 0; h < MAX_HOUSES; h++)
{
// code
}
#define MAX_HOUSES 100