Quote:
Originally Posted by voiderest
The cvars are defaulted to make the game behave as normal. You should be able to use them like any other cvar after the plugin is loaded. Should work by just typing it in the console or in cfg files.
If its not working I'm guessing that the cfgs are being ran before the plugins are loaded for some reason. You could always write your own cfg file and exec it once the server is loaded up.
|
Or you could add to your plugin AutoExecConfig(true, "my_plugin_cfg_file") at OnPluginStart. Check Script Functions if your not sure what it does.