23.07.2016, 10:32
MAX_TREES indicates that is a constant and not an array to get its size. Change to:
About the redefinition of constants, if you want to re-define something you have to use #undef symbol_here. In some cases, you have to define them before the necessary includes as well.
INI_NEW_LINE is defined as "\n", why would you want to change that?
pawn Код:
for(new t=0; t < MAX_TREES; t++)
INI_NEW_LINE is defined as "\n", why would you want to change that?