Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1.  
  2. //
  3.  
  4. // JUMPTHROW GRENADES
  5. alias +jumpthrow "+jump;-attack"
  6. alias -jumpthrow "-jump"
  7. bind v +jumpthrow
  8.  
  9. // DISPLAY DAMAGE INFO SCRIPT
  10. developer 0
  11. con_filter_enable 1
  12.  
  13. // CHOOSE PREFERRED COLOR [0-yellow, 1-purple, 2-green, 3-blue,4-orange]
  14. cl_color 2
  15. cl_showloadout 1
  16.  
  17. //CROSSHAIR JW
  18. cl_crosshair_drawoutline "0"
  19. cl_crosshairalpha "200"
  20. cl_crosshaircolor "1"
  21. cl_crosshairdot "0"
  22. cl_crosshairgap "-1"
  23. cl_crosshairgap_useweaponvalue "0"
  24. cl_crosshairsize "4"
  25. cl_crosshairstyle "4"
  26. cl_crosshairthickness "1"
  27. cl_crosshairusealpha "1"
  28.  
  29. // CLIENT PERFORM
  30. rate 128000
  31. fps_max 999
  32.  
  33. // RECOMMENDED HEADPHONES SETTINGS
  34. windows_speaker_config "1"
  35. snd_front_headphone_position "45.0"
  36. snd_rear_headphone_position "90.0"
  37. snd_headphone_pan_exponent "1.2"
  38. snd_headphone_pan_radial_weight "0.5"
  39.  
  40. // BINDS
  41. bind "UPARROW" "net_graph 1"
  42. bind "DOWNARROW" "net_graph 0"
  43. bind c noclip
  44.  
  45. // DISPLAY TEAM INFORMATION
  46. +cl_show_team_equipment
  47.  
  48. // BUY BINDS
  49. bind "KP_INS" "volume 1.0"
  50. bind "KP_Enter" "volume 0.1"
  51. bind "KP_DEL" "volume 0.0"
  52. bind "kp_pgup" "buy awp;"
  53. bind "kp_uparrow" "buy tec9; buy fiveseven; buy vest;"
  54. bind "kp_home" "buy deagle; buy vest;"
  55. bind "kp_rightarrow" "buy ak47; buy m4a1;"
  56. bind "kp_5" "buy vesthelm;"
  57. bind "KP_END" "buy hegrenade"
  58. bind "KP_DOWNARROW" "buy flashbang"
  59. bind "KP_PGDN" "buy smokegrenade"
  60. bind "KP_LEFTARROW" "buy defuser"
  61.  
  62. //
  63. eco config loaded Cx 2017-04-15
  64. // LEAVE THIS ALONE, IT FINALIZES YOUR CONFIG
  65. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement