Running CS:S Server

Chad Scene

I made one post
Joined
Apr 3, 2009
Messages
25
Okie, so I have a 24 slot CS:S server, and I want to set it up so i can have 2 configs on one server, A Deathmatch Config, and a Zombie Mod config. And I just use admin and can change them, Does anyone know how to do that or anyone that can help me do that.



Thanks (:
 
Simple. Create any configuration you wish to run and save it as example.cfg . Use the same directory as your server.cfg .

You may name the configurations as anything with a .cfg filetype.

Using the system's console (RCON), run the configuration that you want to use at the time.

Code:
exec example.cfg

To revert back to the default configuration:

Code:
exec server.cfg
 
Back
Top