Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. // Grenade Practice
  2.  
  3. sv_cheats 1
  4. sv_infinite_ammo 1
  5. ammo_grenade_limit_total 5
  6. mp_warmup_end
  7. mp_freezetime 0
  8. mp_roundtime 60
  9. mp_roundtime_defuse 60
  10. sv_grenade_trajectory 1
  11. sv_grenade_trajectory_time 10
  12. sv_showimpacts 1
  13. mp_limitteams 0
  14. mp_autoteambalance 0
  15. mp_maxmoney 60000
  16. mp_startmoney 60000
  17. mp_buytime 9999
  18. mp_buy_anywhere 1
  19. mp_restartgame 1
  20.  
  21. // No Clip
  22. bind "v" "noclip"
  23.  
  24. // Buy
  25. bind "kp_plus" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov"
  26.  
  27. // Bot commands
  28. bot_add_t
  29. bot_add_ct
  30. bot_kick
  31. bot_stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement