Advertisement
Guest User

Untitled

a guest
May 20th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. // Server configuration
  2. sv_cheats 1
  3. mp_limitteams 0
  4. mp_autoteambalance 0
  5. mp_freezetime 0
  6. mp_roundtime 60
  7. mp_roundtime_defuse 60
  8. mp_roundtime_hostage 60
  9. mp_maxmoney 99999
  10. mp_startmoney 99999
  11. mp_buytime 9999
  12. mp_buy_anywhere 1
  13. ammo_grenade_limit_total 5
  14. sv_infinite_ammo 1
  15. bot_kick
  16. mp_warmup_end
  17.  
  18. // Grenade trajectory commands. Note – these don’t work on dedicated servers.
  19. // For dedicated servers, use SourceMod plugin “Nade tails” instead.
  20. sv_grenade_trajectory 1
  21. sv_grenade_trajectory_time 15
  22.  
  23. // Show bullet impacts
  24. sv_showimpacts 1
  25. sv_showimpacts_time 10
  26.  
  27. mp_restartgame 1
  28.  
  29. bind , give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov
  30.  
  31. // Print out so we know the config has been executed.
  32.  
  33. Say “Practice config enabled”
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement