View Single Post
XAT
Member
Join Date: Jul 2011
Old 03-17-2013 , 15:06   Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
Reply With Quote #6

Quote:
Originally Posted by ^SmileY View Post
When i enabled a debug function in plugins.ini, the error don't appears.


Strange, you must be doing something wrong, maybe you have this in amxx.cfg:

PHP Code:
amx_debug 0 
Anyway...

PHP Code:
[AMXXRun time error 7 
PHP Code:
#define AMX_ERR_STACKLOW    7 
So
PHP Code:
#pragma dynamic 32768 
or more should fix it...

Last edited by XAT; 03-17-2013 at 15:08.
XAT is offline