Advertisement
Guest User

Untitled

a guest
Oct 21st, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. // Crosshair
  2.  
  3. cl_crosshairusealpha "1"
  4. cl_crosshairalpha "200"
  5. cl_crosshaircolor "5"
  6. cl_crosshaircolor_b "255"
  7. cl_crosshaircolor_g "255"
  8. cl_crosshaircolor_r "255"
  9. cl_crosshairdot "1"
  10. cl_crosshairstyle "4"
  11. cl_crosshairscale "0"
  12. cl_crosshairsize "7"
  13. cl_crosshairthickness "0.5"
  14. cl_crosshair_drawoutline "1"
  15. cl_crosshair_outlinethickness "1"
  16. cl_crosshairgap "5"
  17.  
  18. echo "Crosshair settings loaded"
  19.  
  20. // Bingings
  21.  
  22. bind "F3" "buy m4a1; buy ak47"
  23. bind "F11" "voice_enable 0"
  24. bind "F12" "voice_enable 1"
  25. bind kp_end "buy hegrenade"
  26. bind kp_downarrow "buy flashbang"
  27. bind kp_pgdn "buy smokegrenade"
  28.  
  29. echo "Bindings loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement