View Single Post
psychonic

BAFFLED
Join Date: May 2008
Old 12-29-2011 , 12:04   Re: SourceMod 1.4.1 Released
#21

Quote:
Originally Posted by disawar1 View Post
somthing wrong with linux stable branch 1.4.2-hg3452
That's an issue with a plugin that you are running. CreateEntityByName can now only be called in or after OnMapStart and in or before OnMapEnd.

Using the function between maps comes with risk of crashing the server. This causes that error in a very small number of plugins that used that function in OnPluginStart (which would normally be called right after the server started the first map, and not have an issue).

Contact the author of the plugin named as the error source.
psychonic is offline