View Single Post
==LORD==
Senior Member
Join Date: Aug 2004
Location: Germany
Old 05-26-2014 , 07:14   Re: Server 1.6 crashs
Reply With Quote #16

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
__________________

Karma Karma
==LORD== is offline
Send a message via ICQ to ==LORD==