Thread: Crosshairs
View Single Post
Old
  (#11)
scorpiomidget is Offline
Senior Member
 
Posts: 352
Join Date: Apr 2002
Location: Notts, UK
  Send a message via MSN to scorpiomidget  
Default 09-04-2002, 03:02 AM

Hobbs your forgiven for saying i was wrong (grin).

As a bonus i'll tell u how to do it using just one key !

// Toggle Crosshair on and off
// Output toggled state to console
bind F11 vstr chair
set chair vstr ui_crosshair
set chair_1 "set chair vstr chair_0;echo CROSSHAIR ON;ui_crosshair 1"
set chair_0 "set chair vstr chair_1;echo CROSSHAIR OFF;ui_crosshair 0"
  
Reply With Quote