25.02.2017, 14:41
There are few ways, if you have a lot of areas and need to do the same for every one for whatever reason, you can define it so you only need to type it once.
That's the only example I can give you without knowing the context on what you're using it.
pawn Код:
#define IMLAZY array[0],array[1],array[2],array[3]...
pawn Код:
Areas[map] = Area_AddPoly(IMLAZY);

