Guest User

Untitled

a guest
Nov 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. echo "Loading config"
  2. sv_cheats 1
  3. //Enables “cheats”.
  4. god
  5. mp_limitteams 0
  6. //No team limit (e.g. you can have 10 people/bots on CT and 1 guy on T).
  7. mp_autoteambalance 0
  8. //Turns auto team balance off.
  9. mp_roundtime 60
  10. //Maximum roundtime set to 60 minutes.
  11. mp_roundtime_defuse 60
  12. //Same…
  13. mp_maxmoney 60000
  14. //Enables your maximum money to be 60.000 instead of 16.000.
  15. mp_startmoney 60000
  16. //You will start with 60.000 money.
  17. mp_freezetime 0
  18. mp_buytime 9999
  19. //Almost unlimited buytime.
  20. mp_buy_anywhere 1
  21. //You can open the buy menu and buy from anywhere on the map.
  22. sv_infinite_ammo 1
  23. //Gives you infinite ammo and no reload. When practicing recoil patterns, you might want to set this to sv_infinite_ammo 2. This way you will have to reload but sitll have infinite ammo.
  24. ammo_grenade_limit_total 5
  25. //You can now have all 5 grenade types.
  26. bot_kick
  27. //Kicks all the bots. If you want to add bots, check the bot commands below.
  28. mp_warmup_end
  29. //End warmup.
  30. mp_restartgame 1
  31. //After the config is loaded, the server will restart the game after 1 second.
  32. //Practice commands
  33.  
  34. sv_grenade_trajectory 1
  35. //Show a trajectory when you throw grenades. Especially useful when practicing nades.
  36. sv_grenade_trajectory_time 10
  37. //Expands the time where you can see the trajectory to 10 seconds.
  38. sv_showimpacts 1
  39. //Show bullet impacts, especially useful when practicing spread control and recoil patterns.
  40. sv_showimpacts_time 10
  41. echo "Done loading config"
Add Comment
Please, Sign In to add comment