Skip to content

Instantly share code, notes, and snippets.

@shikharbhardwaj
Created December 9, 2017 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shikharbhardwaj/0ea8bce797f5e30565339466950058ca to your computer and use it in GitHub Desktop.
Save shikharbhardwaj/0ea8bce797f5e30565339466950058ca to your computer and use it in GitHub Desktop.
// We don't want bots.
bot_kick
// Start warmup (till a player connects).
mp_warmup_start
mp_warmup_pausetimer 1
// These make the rounds end and start faster.
mp_round_restart_delay 2
mp_freezetime 2
// Some friendly banter! :D
sv_talk_enemy_living 1
sv_talk_enemy_dead 1
sv_deadtalk 1
sv_cheats 0
// The server will end the game when a player wins more
// than half of the rounds set below.
mp_maxrounds 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment