In Source, when you want to load server plugins you have to create an "addon" folder and in it, put as many .vdf files as there are plugins to load, each file having a particuliar syntax which I find unpractical.
If you want to do things in a more metamod-like way, i.e. one single config file for all your plugins, just use the autoexec.cfg
Quote:
// begin autoexec.cfg
plugin_load "../../source plugins/release/pmtools2.dll"
plugin_load "../../source plugins/release/bot_plugin.dll"
// EOF
|
it's no rocket science, but I thought I'd share this one