Cheers,
so basically to summarise what I did :
thats to enable the quick nade throwing
then to throw nade with mouse 6 button I edited saved.cfg :
Then in scripts.cfg I removed the following line :
and in saved.cfg I bound mouse 2 (right click) to scope :
and I bound Mouse 3 to melee attack even if carrying another weapon :
Thanks to the ppl who helped
so basically to summarise what I did :
[SELECT ALL] Code:
/quicknade_hold 1
then to throw nade with mouse 6 button I edited saved.cfg :
[SELECT ALL] Code:
bind "MOUSE6" [grenades; altaction]
Then in scripts.cfg I removed the following line :
[SELECT ALL] Code:
alias altaction_5 [ setscope 1; onrelease [ setscope 0 ] ] // Sniper
and in saved.cfg I bound mouse 2 (right click) to scope :
[SELECT ALL] Code:
bind "MOUSE2" [setscope 1; onrelease [setscope 0]]
[SELECT ALL] Code:
bind "MOUSE3" [ [melee]; [attack] ]
Thanks to the ppl who helped