Advertisement
EARL___

prac.cfg

Oct 18th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 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 0
  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 "L" "noclip"
  21.  
  22. // Bind a key so you can fly around - replace KEY with desired key.
  23.  
  24.  
  25. // Press this once to get all grenades - replace KEY with desired key.
  26. bind "f4" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov"
  27.  
  28. // Bot commands
  29. bot_add_t
  30. bot_add_ct
  31. bot_kick
  32. bot_stop
  33.  
  34. //alias +netg "net_graph 1;+showscores";alias -netg "net_graph 0;-showscores";bind TAB "+netg";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement