Crosshair on/off alias By Guardian aka CORNHOLIO e-mail Guardian@n-jcenter.com -Description- This is a simple alias that turns the crosshair on and off. -Instructions- Simply cut and paste this alias into your autoexec.cfg. This alias is binded to the C key. You may want to change the key binding if it conflits with another key in your config. ------------------------Cut here------------------------------- // Crosshair on/off bind c "cross_r" alias Cross_r Cross_on alias Cross_on "bf ;alias Cross_r Cross_off ;echo Crosshair On;crosshair 1;" alias Cross_off "bf ;alias Cross_r Cross_on ;crosshair 0;echo Crosshair Off" ---------------------------------------------------------------