28 Sep 10, 07:03AM
LOL
You guys are weird.
From the default, add this to your settings:
and your button will function that way.
If you want to use it that way while you have the sniper rifle, go into scripts.cfg and delete line 124 from scripts.cfg:
And you'll probably want to bind the scope function to another key.
Also, onrelease [attack] won't do anything in 1.1.
You guys are weird.
From the default, add this to your settings:
[SELECT ALL] Code:
/quicknade_hold 1
If you want to use it that way while you have the sniper rifle, go into scripts.cfg and delete line 124 from scripts.cfg:
[SELECT ALL] Code:
alias altaction_5 [ setscope 1; onrelease [ setscope 0 ] ] // Sniper
[SELECT ALL] Code:
bind "J" [setscope 1; onrelease [setscope 0]]