Difference between revisions of "Auto aim bind"

(No difference)

Revision as of 01:34, 21 February 2005

Auto Aim Toggle

Code:
alias aim1 "set autoaim 0; alias aim aim2; echo 'auto aim OFF'"
alias aim2 "set autoaim 1; alias aim aim1; echo 'auto aim ON'"
alias aim "aim1"

Bind the following commands to the key of your choice:

Command Description
aim Toggles autoaim.

Credit

Created by Eldrad.

Last modified on 21 February 2005, at 01:34