21 Jun 10, 10:34PM
Go to your AC folders>config>autoexec > and youd write it :
bind "MOUSE2" [ setscope 1; sensitivity $zsens; onrelease [ setscope 0 ; sensitivity $msens ] ]
alias "msens" [1.5]
alias "zsens" [0.5]
you change the 1.5 and 0.5 with what you want.
alias "msens" [1.5] is the sensitivity without the scope
alias "zsens" [0.5] is your scope sensitivity
It worked for me, i hope it will for you.
bind "MOUSE2" [ setscope 1; sensitivity $zsens; onrelease [ setscope 0 ; sensitivity $msens ] ]
alias "msens" [1.5]
alias "zsens" [0.5]
you change the 1.5 and 0.5 with what you want.
alias "msens" [1.5] is the sensitivity without the scope
alias "zsens" [0.5] is your scope sensitivity
It worked for me, i hope it will for you.