Guest User

Untitled

a guest
Jun 7th, 2017
8,333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. // TEAM DEATHMATCH
  2. // Base mode: gamemode_deathmatch.cfg
  3. //
  4. // * Killing enemies is worth team victory points
  5. // * Killing enemies with the DM bonus weapon awards additional victory points
  6. // * The team with the most victory points at the end of the time limit wins.
  7.  
  8. mp_dm_teammode 1
  9. mp_dm_teammode_kill_score 1
  10. mp_dm_teammode_bonus_score 1
  11.  
  12. // Competitive rules for chat -- encourage team communication
  13. sv_talk_enemy_living 0
  14. sv_talk_enemy_dead 0
  15. sv_deadtalk 1
  16.  
  17. // Add warmup to wait for players to connect, since this is a team mode
  18. mp_warmuptime 65
  19.  
  20. // End of game trash talk is enabled.
  21. sv_auto_full_alltalk_during_warmup_half_end 1
Add Comment
Please, Sign In to add comment