sourcemod
sourcemod copied to clipboard
Dependency plugin reload without calling OnPluginEnd
Plugin A create a native, Plugin B use it if Plugin A update when map changing by detecting the timestamp changed, Plugin B will recall OnPluginStart without calling OnPluginEnd this is not a bug ? mean the plugin with mem patch cant dependecy any plugin (when i validate patch in OnPluginStart)
(Additional context: Source Scramble provides a way to patch memory, and unpatching is performed when the handle is freed.)
more detail #1911