Help with Error
#8

MAX_TREES indicates that is a constant and not an array to get its size. Change to:
pawn Код:
for(new t=0; t < MAX_TREES; t++)
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?
Reply


Messages In This Thread
Help with Error - by ManIsHere - 23.07.2016, 07:53
Re: Help with Error - by SyS - 23.07.2016, 08:00
Re: Help with Error - by ManIsHere - 23.07.2016, 10:09
Re: Help with Error - by Konstantinos - 23.07.2016, 10:13
Re: Help with Error - by ManIsHere - 23.07.2016, 10:14
Re: Help with Error - by Konstantinos - 23.07.2016, 10:19
Re: Help with Error - by ManIsHere - 23.07.2016, 10:23
Re: Help with Error - by Konstantinos - 23.07.2016, 10:32
Re: Help with Error - by VVWVV - 23.07.2016, 10:32
Re: Help with Error - by ManIsHere - 23.07.2016, 10:39

Forum Jump:


Users browsing this thread: 2 Guest(s)