Animated [crosshairs]
Posted: Thu Jun 09, 2022 2:51 pm
Credit to The Actor's Guild and the author of the content
Code: Select all
///INSTALLATION///
1) Copy the following alias lines AT THE END of your q2config.cfg
//crosshair alias
crosshair 1
alias ani1 "wait; wait; crosshair 2; wait; wait; crosshair 3"
alias +smart_attack "+attack; wait; ani1"
alias -smart_attack "-attack; crosshair 1"
bind mouse1 "+smart_attack"