// Use this file to configure your DEDICATED server. // This config file is executed on server start. // disable autoaim sv_aim 0 // disable clients' ability to pause the server pausable 0 // default server name. Change to "Bob's Server", etc. hostname "Counter-Strike Source Server" // rcon_password // Default: "" (rcon disabled) // Sets the password for remote console (rcon) access. From your client you // can then type 'rcon_password thesamepassword' in the client console and // execute commands on the server by prefixing them with 'rcon ', e.g. // 'rcon status', 'rcon kick Player'. By default this setting is commented // out so that new servers don't have a default password. rcon_password headcrab // maximum client movement speed sv_maxspeed 320 // 20 minute timelimit mp_timelimit 20 sv_cheats 0 // load ban files exec listip.cfg exec banned.cfg