Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. cl_radar_scale "0.4"
  2. cl_radar_always_centered "0"
  3. cl_disablefreezecam "1"
  4. zoom_sensitivity_ratio_mouse "1"
  5. cl_timeout "1337"
  6.  
  7. cl_crosshair_drawoutline "1"
  8.  
  9. cl_crosshair_dynamic_maxdist_splitratio "0.0"
  10.  
  11. cl_crosshair_dynamic_splitalpha_innermod "1"
  12.  
  13. cl_crosshair_dynamic_splitalpha_outermod "0.300000"
  14.  
  15. cl_crosshair_dynamic_splitdist "5"
  16.  
  17. cl_crosshair_outlinethickness "1"
  18.  
  19. cl_crosshairalpha "255"
  20.  
  21. cl_crosshaircolor "0"
  22.  
  23. cl_crosshaircolor_b "50"
  24.  
  25. cl_crosshaircolor_g "250"
  26.  
  27. cl_crosshaircolor_r "50"
  28.  
  29. cl_crosshairdot "1"
  30.  
  31. cl_crosshairgap "-2.500000"
  32.  
  33. cl_crosshairgap_useweaponvalue "0"
  34.  
  35. cl_crosshairscale "0"
  36.  
  37. cl_crosshairsize "0"
  38.  
  39. cl_crosshairstyle "3"
  40.  
  41. cl_crosshairthickness "1.000000"
  42.  
  43. cl_crosshairusealpha "1"
  44.  
  45. cl_fixedcrosshairgap "1000"
  46. //bind "kp_end" "sv_cheats 1; noclip; give weapon_hegrenade; give weapon_flashbang; give weapon_smokegrenade"
  47. //alias "scout" "buy ssg08"
  48.  
  49. // Shooting with the mousewheel on / off script. To toggle, press down the mousewheel
  50.  
  51. // Activation of the default mode
  52. //mwheel_mode_inv
  53.  
  54. // Definition of the used aliases
  55. //alias "mwheel_mode" "mwheel_mode_shoot"
  56. //alias "mwheel_mode_inv" "bind mwheelup invprev; bind mwheeldown invnext; bind mouse1 +attack; alias mwheel_mode mwheel_mode_shoot;echo mwheel_mode set to cycle through the loadout"
  57. //alias "mwheel_mode_shoot" "bind mouse1 scout; bind mouse4 +attack; bind mouse4 +attack; alias mwheel_mode mwheel_mode_inv; echo mwheel_mode set to primary attack"
  58.  
  59. // Toggle shooting via scrolling the mousewheel on / off
  60. //bind "mouse3" "mwheel_mode"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement