anyone knows what this error means?
#4

you got some huge arrays declared (local inside a callback):
pawn Код:
new Array[MAX_PLAYERS][256];
or you got a bunch of if/else if's in a row.
to enlarge your stack/heap size, goto the pawno editors' menu "Build" > "Run options", search for the box "With these parameters...", and change the "-r" to "-r -S8192", or better "-r -S16384" when required.
Reply


Messages In This Thread
anyone knows what this error means? - by jeremy8810 - 19.07.2012, 14:47
Re: anyone knows what this error means? - by [KHK]Khalid - 19.07.2012, 14:48
Re : anyone knows what this error means? - by JakeMiller - 19.07.2012, 14:49
Re: anyone knows what this error means? - by Babul - 19.07.2012, 15:03
Re: anyone knows what this error means? - by jeremy8810 - 19.07.2012, 15:16

Forum Jump:


Users browsing this thread: 1 Guest(s)