Advertisement
eeZy

Autoexec

Oct 19th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. //Crosshair
  2. cl_crosshair_drawoutline "0"
  3. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  4. cl_crosshair_dynamic_splitalpha_innermod "1"
  5. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  6. cl_crosshair_dynamic_splitdist "7"
  7. cl_crosshair_outlinethickness "1"
  8. cl_crosshairalpha "8888"
  9. cl_crosshaircolor "4"
  10. cl_crosshaircolor_b "255"
  11. cl_crosshaircolor_g "255"
  12. cl_crosshaircolor_r "0"
  13. cl_crosshairdot "0"
  14. cl_crosshairgap "-3"
  15. cl_crosshairgap_useweaponvalue "0"
  16. cl_crosshairscale "600"
  17. cl_crosshairsize "2"
  18. cl_crosshairstyle "4"
  19. cl_crosshairthickness "0.9"
  20. cl_crosshairusealpha "1"
  21.  
  22. //Viewmodel
  23. cl_viewmodel_shift_left_amt "0.500000";
  24. cl_viewmodel_shift_right_amt "0.250000";
  25. viewmodel_fov "68.000000";
  26. viewmodel_offset_x "0.100000";
  27. viewmodel_offset_y "1.100000";
  28. viewmodel_offset_z "-2.0";
  29. viewmodel_presetpos "0";
  30. cl_bob_lower_amt "5.000000";
  31. cl_bobamt_lat "0.400000";
  32. cl_bobamt_vert "0.250000";
  33. cl_bobcycle "0.98";
  34.  
  35. // TOGGLE VOICE IN-GAME
  36. bind "mouse3" "clutchtoggle"
  37. alias "clutchtoggle" "clutchon"
  38. alias "clutchon" "voice_enable 0; say_team voice_enable 0; alias clutchtoggle clutchoff;playvol buttons\blip1 0.5"
  39. alias "clutchoff" "voice_enable 1; say_team voice_enable 1; alias clutchtoggle clutchon;playvol buttons\blip2 0.5"
  40.  
  41. //Binds
  42. bind "KP_END" "buy vest"
  43. bind "KP_DOWNARROW" "buy vesthelm"
  44. bind "KP_PGDN" "buy flashbang; buy smokegrenade; buy flashbang; buy hegrenade"
  45. bind "KP_LEFTARROW" "buy tec9;buy fiveseven"
  46. bind "KP_5" "buy defuser"
  47. bind "KP_HOME" "buy ak47; buy m4a4"
  48. bind "KP_UPARROW" "buy awp; buy tec9; buy fiveseven"
  49. bind "y" "say You MAD bro?"
  50. bind "h" "say Why so eZ?"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement