17 Mar 14, 03:00PM
Hi,
Is there any way to make the mouse wheel scrolling skip nades?
This is the broken script I have now:
Is there any way to make the mouse wheel scrolling skip nades?
This is the broken script I have now:
[SELECT ALL] Code:
bind "MOUSE4" [universaldelta 1; if (= (curweapon) 8) [universaldelta 1]]]
bind "MOUSE5" [universaldelta -1; if (= (curweapon) 8) [universaldelta -1]]