15.06.2016, 00:06
Well its just stack and heap size in cells or something like that. In other words, amount of memory you need for your script and such. Something related to that to be honest.
You can set it to like 10000 or more, depends how much you need
This "problem" can cause other problems in the future such as script wont load certain things etc. Just increase the #pragma dynamic and it should resolve the problem temporarly.
Look into your script and see where you might have made a mistake with string sizes etc.
Theres even a tutorial about this, I recommend that you check it out.
https://sampforum.blast.hk/showthread.php?tid=569978
You can set it to like 10000 or more, depends how much you need
PHP Code:
#pragma dynamic 10000
Look into your script and see where you might have made a mistake with string sizes etc.
Theres even a tutorial about this, I recommend that you check it out.
https://sampforum.blast.hk/showthread.php?tid=569978