Plugin unload: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Redirected page to Server plugins)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
plugin_unload is used to unload a loaded plugin (depending on the plugin this may be unstable and cause a server to crash.
#REDIRECT [[Server plugins]]
----
After using [[plugin_print]] to determin plugin ID's if you want to unload a plugin you must type the following (in this instance we're unloading plugin #0)
 
plugin_unload 0
----
You will get a confirmation message as follows:
Unloaded plugin "0"
----
To load a new plugin use [[plugin_load]]

Latest revision as of 12:45, 5 November 2011

Redirect to: