Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. ///Lungs Warmup
  2.  
  3. sv_cheats 1
  4.  
  5. //Bots
  6. bot_kick
  7.  
  8. //Cheats
  9. sv_alltalk "1"
  10. sv_cheats "1"
  11. sv_deadtalk "1"
  12. sv_full_alltalk "1"
  13. sv_grenade_trajectory "1"
  14. sv_ignoregrenaderadio "0"
  15. sv_infinite_ammo "2" //Allows infinite ammo "1"
  16. sv_noclipspeed "5"
  17. sv_pausable "1"
  18. sv_regeneration_force_on "0" //Headshot only if on "1"
  19. sv_showimpacts "1"
  20. sv_showimpacts_time 4
  21.  
  22. //Grenades
  23. ammo_grenade_limit_flashbang "1"
  24. ammo_grenade_limit_total "5"
  25. sv_grenade_trajectory 1
  26. sv_grenade_trajectory_thickness .3
  27. sv_grenade_trajectory_time 5
  28.  
  29. //Mode
  30. game_type "0"
  31. game_mode "0"
  32.  
  33. //Network [Allows to simulate 128tick]
  34. sv_mincmdrate "128"
  35. sv_minrate "128000"
  36. sv_minupdaterate "128"
  37.  
  38. //Round
  39. mp_autoteambalance "0"
  40. mp_buy_anywhere "1"
  41. mp_buytime "100000"
  42. mp_forcecamera "0"
  43. mp_freezetime "0"
  44. mp_friendlyfire "0"
  45. mp_ignore_round_win_conditions "1"
  46. mp_limitteams "0"
  47. mp_maxmoney "99999"
  48. mp_maxrounds "100"
  49. mp_randomspawn "1"
  50. mp_respawn_immunitytime "0"
  51. mp_respawn_on_death_ct "1"
  52. mp_respawn_on_death_t "1"
  53. mp_respawnwavetime_ct "1"
  54. mp_respawnwavetime_t "1"
  55. mp_round_restart_delay "3"
  56. mp_roundtime "60"
  57. mp_roundtime_defuse "60"
  58. mp_roundtime_hostage "60"
  59. mp_startmoney "99999"
  60. mp_teammates_are_enemies "1"
  61. mp_timelimit 999999
  62.  
  63. //Weapons and Armor
  64. mp_ct_default_secondary
  65. mp_death_drop_defuser "0"
  66. mp_death_drop_grenade "0"
  67. mp_death_drop_gun "1"
  68. mp_free_armor "1"
  69. mp_give_player_c4 "0"
  70. mp_t_default_secondary
  71. mp_weapons_allow_map_placed "1"
  72.  
  73. //Finishing Touches
  74. mp_warmup_end
  75. mp_restartgame 1
  76. bot_dont_shoot "0"
  77. say " ___Warmup Loaded___ "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement