Plugin unload

From Valve Developer Community
Revision as of 15:25, 19 May 2006 by Ts2do (talk | contribs)
Jump to navigation Jump to search

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

Usage

After using plugin_print to determin plugin ID's if you want to unload a plugin you must type the following.

Syntax: plugin_unload <id> You will get a confirmation message as follows:

Unloaded plugin "<id>"

See Also