Plugin load

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

plugin_load is used to load a plugin after the server is started (some plugins may not work, or cause instability when doing this).


To use it (must be server side) you must input the following: plugin_load {serverplugin}


{serverplugin} = A DLL or SO file that rests in the addons directory, you must *NOT* put in the file extension when using plugin_load.