Mango.
Install by grabbing the correct archive for your server platform (.zip
for Windows, .tar.gz
for Linux — the archives only contain binaries for their specific platform).
(2020/06/19) package-sm19.zip
is a Windows build that should work with SourceMod 1.9+; package.zip
was built against 1.10 and reportedly not working on 1.9.
Also install sourcescramble_manager.smx
for the manager plugin, if you intend to use the autopatching mechanism.
Added
MemoryBlock.Disown()
native; when called, the memory block will not be freed when the handle to it is destroyed (or the plugin is unloaded).