09.09.2010, 15:37
I can't fix up ALL my arrays because there are many, I can just minimize them the best I can and use this function to hide the message.
If you take an example like Lux Admin, this function appears in the top of the script, if you remove it you'll see that the memory stacks are bigger than 16k.
So if you got too big codes and therefore a lot of arrays it's impossible to fix this message, you have to first minimize the arrays to the lower value and then use "#pragma dynamic" to hide the message
If you take an example like Lux Admin, this function appears in the top of the script, if you remove it you'll see that the memory stacks are bigger than 16k.
So if you got too big codes and therefore a lot of arrays it's impossible to fix this message, you have to first minimize the arrays to the lower value and then use "#pragma dynamic" to hide the message


