20 lines
641 B
INI
20 lines
641 B
INI
//*********** Help Lines
|
|
|
|
alias "-crosshairsmoke" "cl_crosshairsize 4;cl_crosshairdot 0;cl_crosshairgap -1"
|
|
alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 10"
|
|
|
|
// Change the first line so that crosshairsize, dot and gap are the same as your own crosshair settings.
|
|
// Dont change the second line.
|
|
|
|
bind "u" "+crosshairsmoke"
|
|
|
|
//************** Clear Bloodsplatter, bulletholes, etc.
|
|
bind "y" "r_cleardecals"
|
|
|
|
//************** Net Graph on tab
|
|
|
|
net_graph "1"
|
|
net_graphheight "9999"
|
|
alias "+scorenet" "+showscores; net_graphheight 0"
|
|
alias "-scorenet" "-showscores; net_graphheight 9999"
|
|
bind "TAB" "+scorenet" |