View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 07-01-2015 , 08:00   Re: Socket error (server crash)
Reply With Quote #7

Quote:
Originally Posted by Guxi View Post
I increased heapsize as KliPPy suggested, and declared those variable in global; static scope as HamletEagle suggested. I'll let the plugin roll on 5-10 cs servers for few days to see if it happens again, thanks.
You don't have to both increase the stack/heap size and make all those arrays static local/global. Making them static in local scope would probably be the best choice.
klippy is offline