View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-07-2017 , 08:45   Re: SendProxy Manager
Reply With Quote #324

Quote:
Originally Posted by Mitchell View Post
It's only as stable as you make it. SendProxy crashes on sm1.9
You need to set sv_parallel_packentities to 0.

This extension adds a lock into the proxy function which effectively serializes with the main thread, but still calls into the SP VM from the worker threads - which is illegal (and always has been). 1.9 has a check added to make sure that all calls are from the same thread the VM was initialized on.
__________________
asherkin is offline