Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. alias elo "connect pycelle.dathost.net:27807; password dupa"
  2.  
  3. fps_max 60
  4. cl_forcepreload 1
  5. muzzleflash_light "0"
  6. r_dynamic "0"
  7.  
  8. r_drawtracers_firstperson 0
  9. mat_queue_mode 2
  10.  
  11. cl_hud_bomb_under_radar
  12. cl_showloadout 1
  13. cl_hud_playercount_showcount 1
  14.  
  15. m_customaccel 0
  16. cl_updaterate "128"
  17. cl_cmdrate "128"
  18. cl_interp "0"
  19.  
  20. cl_interp_ratio "2"
  21.  
  22. cl_showhelp 0
  23.  
  24. bind v "use weapon_hegrenade"
  25. bind c "use weapon_flashbang"
  26. bind x "use weapon_smokegrenade"
  27. bind z "use weapon_molotov;use weapon_incgrenade"
  28.  
  29. bind "Mouse3" "use weapon_smokegranade"
  30.  
  31. bind f +voicerecord
  32.  
  33. alias +shh "incrementvar volume 0 1.2 0.05;+speed;r_cleardecals"
  34. alias -shh "incrementvar volume 0 1.2 -0.05;-speed"
  35. bind "shift" "+shh"
  36.  
  37. alias +shhd "incrementvar volume 0 2 0.2;+duck"
  38. alias -shhd "incrementvar volume 0 2 -0.2;-duck"
  39. bind "CTRL" "+shhd"
  40.  
  41. alias "+jumpthrow" "+jump;-attack"
  42. alias "-jumpthrow" "-jump"
  43. bind "t" "noclip"
  44. bind "alt" "+jumpthrow"
  45. bind "h" "say .last"
  46.  
  47.  
  48. bind "CapsLock" "incrementvar cl_radar_scale 0.32 0.56 0.12"
  49.  
  50. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement