SC_AngelScript
SC_AngelScript copied to clipboard
[Request] Built-In hook PluginReloaded()
trafficstars
Would be nice to have a separate procedure for when as_reloadplugin(s) is called for the plugin instead of having to take care of it when it first loads. Such as defining a Scheduler object twice on first load, and having to redefine it on as_reloadplugin(s).
a workaround for now:
alias asr "clear; as_reloadplugins; restart"
this makes plugins debugable, while staying on the server
Either this should be a PluginUnloaded() Hook or you are doing something wrong.