[MAX_OBJECTS] ?
#1

Is there something like [MAX_PLAYERS] but for objects ?
Example:

PHP Code:
new CollectAB[MAX_OBJECTS];
CollectAB[Tree] = 1
I hope you understood me, Thanks,
Reply
#2

yeah there is its 1000 i belive or you can just define you own too
pawn Code:
@define MAX_SOMETHINGELSE  1234
then you can use your custom one
pawn Code:
new array[MAX_SOMETHINGELSE];
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)