Advertisement
docker

CS GO practice settings

Feb 27th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. sv_cheats 1
  2. mp_roundtime_defuse "0" // How many minutes each round of Bomb Defuse takes. If 0 then use mp_roundtime instead.
  3. mp_roundtime_hostage "0" // How many minutes each round of Hostage Rescue takes. If 0 then use mp_roundtime instead.
  4. mp_roundtime 9999
  5. mp_buytime 9999
  6. mp_warmuptime 0
  7. sv_infinite_ammo 2
  8. sv_impulse
  9.  
  10. give weapon_hegrenade
  11. give weapon_flashbang
  12. give weapon_smokegrenade
  13. give weapon_molotov
  14. give weapon_incgrenade
  15. give weapon_ak47
  16.  
  17. sv_showimpacts 1
  18. weapon_debug_show_spread 1
  19.  
  20. bind n "noclip" // fly with pressing n
  21.  
  22. sv_grenade_trajectory 1 // show greande path
  23.  
  24. mp_restartgame 1 // restart to apply time settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement