Advertisement
YamatoD

CSGO Smoke Pratice Config

Jun 27th, 2019
659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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.  
  15. mp_maxmoney 60000;
  16. mp_startmoney 60000;
  17. mp_buytime 9999;
  18. mp_buy_anywhere 1;
  19. mp_restartgame 1
  20.  
  21. // Bind a key so you can fly around - replace KEY with desired key.
  22. bind "KEY" "noclip"
  23.  
  24. // Press this once to get all grenades - replace KEY with desired key.
  25. bind "KEY" "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