Advertisement
Guest User

Untitled

a guest
Apr 29th, 2012
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. // Allow killing players for fun after TTT round
  2. ttt_postround_dm 1
  3.  
  4. // Telefrags ftw
  5. ttt_teleport_telefrags 1
  6.  
  7. // Max karma
  8. ttt_karma_max 1500
  9.  
  10. // Ban karmakicked players?
  11. ttt_karma_low_ban 0
  12.  
  13. // Keep karma?
  14. ttt_karma_persist 1
  15.  
  16. // Ban nickchanging players?
  17. ttt_namechange_bantime 0
  18.  
  19. // Give detectives fancy hats
  20. ttt_detective_hats 1
  21.  
  22. // Log data for ttt_print_damagelog?
  23. ttt_log_damage_for_console 1
  24.  
  25. // Prevent some cheats and scripts affecting the gameplay?
  26. sv_scriptenforcer 1
  27.  
  28. // Haste mode in TTT?
  29. ttt_haste 0
  30.  
  31. // Min players for TTT?
  32. ttt_minimum_players 2
  33.  
  34. // Prevent win in TTT?
  35. ttt_debug_preventwin 0
  36.  
  37. // Time limit when not in haste?
  38. ttt_roundtime_minutes 7
  39.  
  40. // Save all damagelogs
  41. ttt_damagelog_save 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement