So i have this little function which is reloading the default zombieplague.cfg
Now the problem is that i have different config files for every map, which contains a couple different cvar settubgs from the zombieplague.cfg
How can i load not only the zombieplague.cfg but and the config file for the map playing on ?
PHP Code:
public function()
{
// Setting The lighting Settings as before the Mode.
new cfgdir[32]
get_configsdir(cfgdir, charsmax(cfgdir))
server_cmd("exec %s/zombieplague.cfg", cfgdir)
}