Skip nades
#1
Hi,
Is there any way to make the mouse wheel scrolling skip nades?


This is the broken script I have now:
bind "MOUSE4" [universaldelta 1; if (= (curweapon) 8) [universaldelta 1]]]
bind "MOUSE5" [universaldelta -1; if (= (curweapon) 8) [universaldelta -1]]
Thanks given by:


Messages In This Thread
Skip nades - by Mousikos - 17 Mar 14, 03:00PM
RE: Skip nades - by jamz - 17 Mar 14, 04:11PM
RE: Skip nades - by Mousikos - 17 Mar 14, 04:52PM