Advertisement
c0mmand0117

CSGO Console crosshairtoggle

Dec 29th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. // Additional commands can be added to crosshair1 or crosshair2, mine only makes the crosshair longer for lining up nades then changes back.
  2. // ---------------------------------------------------------
  3. alias "crosshair1" "cl_crosshairsize 4; alias toggle_crosshair crosshair2"
  4. alias "crosshair2" "cl_crosshairsize 999; alias toggle_crosshair crosshair1"
  5. alias "toggle_crosshair" "crosshair2"
  6. bind "CAPSLOCK" "toggle_crosshair"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement