Plugin unload: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Redirected page to Server plugins)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{wrongtitle|title=plugin_unload}}
#REDIRECT [[Server plugins]]
'''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==
* [[plugin_load]]
[[Category:Console Commands]]

Latest revision as of 12:45, 5 November 2011

Redirect to: