Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. //Mute Bind
  2. bind "pgup" "voice_enable 1"
  3. bind "pgdn" "voice_enable 0"
  4.  
  5. //Buy Binds
  6. bind "kp_uparrow" "buy fiveseven; buy tec9;"
  7. bind "kp_leftarrow" "buy defuser;"
  8. bind "kp_5" "buy vesthelm;"
  9. bind "kp_slash" "buy ak47; buy m4a1;"
  10. bind "kp_home" "buy awp;"
  11. bind "kp_pgup" "buy famas; buy galilar;"
  12.  
  13. //Crosshair
  14. cl_crosshair_drawoutline "1.000000"
  15. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  16. cl_crosshair_dynamic_splitalpha_innermod "1"
  17. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  18. cl_crosshair_dynamic_splitdist "7"
  19. cl_crosshair_outlinethickness "1.000000"
  20. cl_crosshair_sniper_show_normal_inaccuracy "0"
  21. cl_crosshair_sniper_width "1"
  22. cl_crosshair_t "0.000000"
  23. cl_crosshairalpha "200.000000"
  24. cl_crosshaircolor "5"
  25. cl_crosshaircolor_b "0"
  26. cl_crosshaircolor_g "255"
  27. cl_crosshaircolor_r "255"
  28. cl_crosshairdot "1.000000"
  29. cl_crosshairgap "1.000000"
  30. cl_crosshairgap_useweaponvalue "0"
  31. cl_crosshairscale "0"
  32. cl_crosshairsize "5.000000"
  33. cl_crosshairstyle "4.000000"
  34. cl_crosshairthickness "1.500000"
  35. cl_crosshairusealpha "1"
  36. cl_fixedcrosshairgap "3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement