// server.cfg // For Counter-Stirke copy to cstrike directory // For Counter-Strike: Source copy to cstrike/cfg directory // More cvars can be found at: http://www.cstrike-planet.com/cvarlist // hostname - Set the name of your server hostname "My Counter-Strike Server" // rcon_password - This allows you to control your server remotely, things like changing maps, kick/ban clients, etc. rcon_password "specialpassword" // mp_buytime - The amount of time to allow purchasing weapons/equipment on round start mp_buytime 0.45 // mp_startmoney - Specify how much money players start off with mp_startmoney 800 // mp_c4timer - How long before the c4 explodes mp_c4timer 45 // mp_timelimit - How long each map should be played before switching levels mp_timelimit 25 // mp_freezetime - How long players are unable to move during round starts mp_freezetime 5 // sv_cheats <0/1> - Whether to allow game cheat commands to be used by clients. 0 = off | 1 = on sv_cheats 0 // sv_maxrate <1000-25000> - The maximum bandwidth rate the server is allowed to transmit to clients sv_maxrate 10000 // sv_pausable <0/1> - Whether to allow clients to pause the server. 0 = off | 1 = on sv_pausable 0 // sv_contact Contact email for server admin sv_contact "admin@domain.com" // sv_region <1-7> - The region of the world to report the server in. // see this page for more codes: http://www.cstrike-planet.com/cvarlist sv_region 0