I want to know what is that for
#2

It's because you got higher stack size which also means the size of an array you declared. For example, if you're doing like this under a callback:
pawn Код:
public OnPlayerConnect(playerid)
{
    new myArray[1000], myArray2[2000], myArray3[3000]; //In case if arrays of big sizes are declared, such message will be given.
    return 1;
}
You can also avoid it warning using #pragma dynamic <size>
Reply


Messages In This Thread
I want to know what is that for - by tysanio - 24.02.2014, 05:47
Re: I want to know what is that for - by Lordzy - 24.02.2014, 05:54
Re: I want to know what is that for - by Yves - 24.02.2014, 10:53
Re: I want to know what is that for - by Konstantinos - 24.02.2014, 11:16

Forum Jump:


Users browsing this thread: 1 Guest(s)