Advertisement
Guest User

Untitled

a guest
May 28th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1.  
  2. //Crosshair
  3. cl_crosshairalpha "255"
  4. cl_crosshaircolor "5"
  5. cl_crosshaircolor_b "255"
  6. cl_crosshaircolor_g "0"
  7. cl_crosshaircolor_r "255"
  8. cl_crosshairdot "1"
  9. cl_crosshairscale "120"
  10. cl_crosshairsize "1"
  11. cl_crosshairgap "-5"
  12. cl_crosshairthickness "1.5"
  13. cl_crosshairusealpha "1"
  14. cl_crosshairstyle "4"
  15. cl_crosshair_dynamic_maxdist_splitratio "0"
  16. cl_crosshair_dynamic_splitalpha_innermod "1"
  17. cl_crosshair_dynamic_splitalpha_outermod "0"
  18. cl_crosshair_dynamic_splitdist "5"
  19. cl_fixedcrosshairgap "4"
  20. cl_crosshairgap_useweaponvalue "0"
  21.  
  22.  
  23. //Bob Movement
  24.  
  25. cl_bob_lower_amt "0"
  26. cl_bob_version "0"
  27. cl_bobamt_lat "0"
  28. cl_bobamt_vert "0"
  29. cl_bobcycle "0"
  30. cl_bobup "0"
  31.  
  32. // Audio
  33.  
  34. snd_mixahead "0.05"
  35. snd_headphone_pan_exponent "2"
  36. volume "0.5"
  37. voice_enable "1"
  38.  
  39. // Rates and Interpolation
  40.  
  41. cl_cmdrate "128"
  42. cl_updaterate "128"
  43. cl_interp "0"
  44. cl_interp_ratio "1"
  45. rate "128000"
  46.  
  47.  
  48. // Mouse commands
  49.  
  50. m_rawinput "1"
  51. m_mouseaccel1 "0"
  52. m_mouseaccel2 "0"
  53. m_yaw "0.022"
  54.  
  55.  
  56. // Miscellaneous
  57.  
  58. cl_autowepswitch "0"
  59. cl_autohelp "0"
  60. cl_showhelp "1"
  61. cl_showfps "0"
  62. cl_righthand "1"
  63. cl_forcepreload "1"
  64. hud_showtargetid "1"
  65. net_graph "0"
  66. net_graphpos "2"
  67. net_graphproportionalfont "0"
  68. mm_dedicated_search_maxping "100"
  69. sensitivity "0.9"
  70. fps_max "999"
  71. fps_max_menu "999"
  72.  
  73.  
  74. //Binds
  75.  
  76. bind N "exec autoexec"
  77. bind I "buy ak47"
  78. bind K "buy awp"
  79. bind J "buy p250"
  80. bind L "buy deagle"
  81. bind P "say .Ready"
  82. bind f11 "volume 0.005"
  83. bind kp_enter "voice_enable 0"
  84.  
  85. "clear"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement