View Single Post
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 05-26-2014 , 09:55   Re: Server 1.6 crashs
Reply With Quote #17

Sorry, I forgot about this thread. I'll put something together this week


Quote:
Originally Posted by ==LORD== View Post
update

here is the fix
Another common message is AMX_ERR_STACKERR, which means your plugin ran out of memory. The fix for this is to increase the default size from 16KB:
#pragma dynamic 32768
https://wiki.alliedmods.net/Debuggin...ins_(AMX_Mod_X)


change
#pragma dynamic 16000
to
#pragma dynamic 32768
That is unrelated to this thread.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).

Last edited by YamiKaitou; 05-26-2014 at 09:55.
YamiKaitou is offline