Mouse 2 to throw nade on release
#18
Cheers,

so basically to summarise what I did :

/quicknade_hold 1
thats to enable the quick nade throwing

then to throw nade with mouse 6 button I edited saved.cfg :
bind "MOUSE6" [grenades; altaction]

Then in scripts.cfg I removed the following line :
alias altaction_5 [ setscope 1; onrelease [ setscope 0 ] ] // Sniper

and in saved.cfg I bound mouse 2 (right click) to scope :
bind "MOUSE2" [setscope 1; onrelease [setscope 0]]
and I bound Mouse 3 to melee attack even if carrying another weapon :
bind "MOUSE3" [ [melee]; [attack] ]



Thanks to the ppl who helped
Thanks given by:


Messages In This Thread
Mouse 2 to throw nade on release - by dust - 27 Sep 10, 01:45PM
RE: Mouse 2 to throw nade on release - by dust - 27 Sep 10, 03:01PM
RE: Mouse 2 to throw nade on release - by dust - 27 Sep 10, 04:26PM
RE: Mouse 2 to throw nade on release - by dust - 27 Sep 10, 04:33PM
RE: Mouse 2 to throw nade on release - by dust - 27 Sep 10, 04:49PM
RE: Mouse 2 to throw nade on release - by dust - 27 Sep 10, 06:04PM
RE: Mouse 2 to throw nade on release - by dust - 27 Sep 10, 10:53PM
RE: Mouse 2 to throw nade on release - by dust - 28 Sep 10, 08:08AM