16.04.2015, 10:17
It could be a result of a runtime error in one of your callbacks, you need to find where that is and fix it. One option is install the CrashDetect plugin:
https://sampforum.blast.hk/showthread.php?tid=262796
and watch your server log for "Runtime error N: blahblah" errors.
The reason that sampgdk error message is shown is that callback parameters are not popped off the stack by the runtime when such an error happens, so they add up with each call and eventually exceed 32.
https://sampforum.blast.hk/showthread.php?tid=262796
and watch your server log for "Runtime error N: blahblah" errors.
The reason that sampgdk error message is shown is that callback parameters are not popped off the stack by the runtime when such an error happens, so they add up with each call and eventually exceed 32.