Plugin unload: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 5: Line 5:


{{syntax|plugin_unload <id>}}
{{syntax|plugin_unload <id>}}
You will get a confirmation message as follows:
You will get a confirmation message as follows:
  Unloaded plugin "<id>"
  Unloaded plugin "<id>"

Revision as of 15:26, 19 May 2006

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