Plugin unload

From Valve Developer Community
Revision as of 08:27, 19 May 2006 by FlyingMongoose (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

plugin_unload is used to unload a loaded plugin (depending on the plugin this may be unstable and cause a server to crash.


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"