Sumss

smoke.cfg

Apr 6th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. // Config for server
  2. sv_cheats 1
  3. sv_infinite_ammo 1
  4. ammo_grenade_limit_total 5
  5. mp_warmup_end
  6. mp_freezetime 0
  7. mp_roundtime 60
  8. mp_roundtime_defuse 60
  9. sv_grenade_trajectory 1
  10. sv_grenade_trajectory_time 10
  11. sv_showimpacts 1
  12. mp_limitteams 0
  13. mp_autoteambalance 0
  14. mp_maxmoney 60000
  15. mp_startmoney 60000
  16. mp_buytime 9999
  17. mp_buy_anywhere 1
  18. mp_restartgame 1
  19.  
  20. // Bind a key so you can fly around - replace KEY with desired key.
  21. bind "KEY" "noclip"
  22.  
  23. // Press this once to get all grenades - replace KEY with desired key.
  24. bind "KEY" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov"
  25.  
  26. // Bot commands
  27. bot_add_t
  28. bot_add_ct
  29. bot_kick
  30. bot_stop
Add Comment
Please, Sign In to add comment