copper
TD Admin
Someone asked me to share my crosshair. WARNING: DO NOT COME BACK INTO THIS FORUM ASKING ME TO "FIX" YOUR CROSSHAIR IF YOU EXECUTE THIS SCRIPT. Know your settings.
Code:
// CROSSHAIR
crosshair 1
cl_crosshairstyle 4
cl_crosshairusealpha 0
cl_crosshairalpha 255
cl_crosshaircolor 2
cl_crosshairstyle 4
cl_crosshairdot 0
cl_crosshairsize 2
cl_crosshairscale 1
cl_crosshairgap -2
cl_crosshairthickness 0.2
// CROSSHAIR CHANGES COLOR
bind MOUSE1 "+attack; incrementvar cl_crosshaircolor 0 4 1; -attack"
bind "w" "+forward; incrementvar cl_crosshaircolor 0 4 1; -forward"
bind "s" "+back; incrementvar cl_crosshaircolor 0 4 1; -back"
bind "a" "+moveleft; incrementvar cl_crosshaircolor 0 4 1; -moveleft"
bind "d" "+moveright; incrementvar cl_crosshaircolor 0 4 1; -moveright"