stack error
hello. i Have this code:
PHP Code:
Code:
L 05/09/2021 - 19:12:31: [AMXX] Displaying debug trace (plugin "ceva.amxx", version "unknown")PHP Code:
some ideas ? I m doing same thing in same way in another plugin and it s working |
Re: stack error
You will get the same error on those lines too:
PHP Code:
So, a stack error is thrown when you are declaring a big size variable locally, declare it globally and the error will disappear. From my tests, I've discovered that you can declare a local variable with a maximum size of ~2100. Edit: You don't need to assign that much size for just some locations and names, use 64 instead, should be more than enough |
Re: stack error
Oh, thanks, i didn't know that! Solved.
Also, thank you for your reading files method from mvp plugin. |
| All times are GMT -4. The time now is 02:39. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.