Counter-Strike 2

Counter-Strike 2

Not enough ratings
Dynamic Crosshair
By ショーミ・Shomi
How to make your CS:GO crosshair color change while playing.
   
Award
Favorite
Favorited
Unfavorite
Simple
bind "w" "+forward;toggle cl_crosshaircolor 1"; bind "s" "+back;toggle cl_crosshaircolor 2"; bind "a" "+moveleft;toggle cl_crosshaircolor 3"; bind "d" "+moveright;toggle cl_crosshaircolor 4";

Colors
w = green
s = yellow
a = blue
d = cyan
Cycle
bind "w" "+forward; color_change"; bind "s" "+back; color_change"; bind "a" "+moveleft; color_change"; bind "d" "+moveright; color_change"; alias color_change "toggle cl_crosshaircolor 0 1 2 3 4 5";

Explanation
This one will cycle through the colors instead of having 1 key go to 1 color
How to unbind
bind "w" "+forward"; bind "s" "+back"; bind "a" "+moveleft"; bind "d" "+moveright";
5 Comments
ショーミ・Shomi  [author] 11 Feb, 2019 @ 4:19am 
Aliases get reset when you close the game, put it in your autoexec folder.
Aתוד 10 Feb, 2019 @ 2:40am 
when i quit the game and join again it is reseting it help please
wipe 4 Feb, 2019 @ 10:40am 
thanks, ill get this to my favourite and +rep u <3
ショーミ・Shomi  [author] 4 Feb, 2019 @ 2:22am 
I made a new section, hope it helps!
wipe 3 Feb, 2019 @ 2:43am 
how to unbind this?