(sorry about my poor english. this time i took extra time to make sure i spell everything right and ill try to be more clear about what im asking.)
i would like help with 2 separate scrollwheel scripts. 1 a zoom script and the 2nd a weapon change script.
1. "zoom script"
i want to make a script where when i scroll up (mwheelup) it zooms in
(2x -> 3x -> 6x -> reset/zoomout -> back to 2x and repeat...)
so when i "scroll up" once with MWHEELUP/mousewheelup it zooms in at x2 and if I "scroll up" again it goes to x3 and again x6 and if i "scroll up" one more time with mwheelup it will "reset zoom" and unscope me.
part2 of this script is with MWHEELDOWN. its like opposite(right word?) where if I scroll down it will go to x6, scroll down it will go to x3, scroll down it will go to x2 and scroll down again it will zoom out.
x6 -> x3 -> x2 -> zoom out -> repeat
but i want it so if I scroll up twice (x2 -> x3) then scroll down it will "zoom down" from x3 to x2. so like (scroll up + scroll up + scroll down) = (x2 -> x3 -> x2)
-------------------------------------------------
ok now for 2nd scroll wheel script. i want it so its a different kind of weapon change so i dont miss a weapon when im scrolling
PS: in example below i start with primary, secondary and sidearm, but i start with primary in my hand.
so i need help with a script where if im holding my primary and i scroll down once it will bring out my secondary (UMP, SPAS, MP5K) over my sidearm (RETTA, DE). if im not using a secondary it will bring out my sidearm. BUT if im using a secondary and i scroll down once to bring it out, i want it so that if i scroll down AGAIN (2nd time) it will bring out my sidearm.
and if im using any weapon, secondary, sidearm, knife, nade i want it so that if i scroll up once it will bring out my primary.
so overview is: scroll down once for secondary over sidearm if im carrying it. if yes to carrying secondary then scrolling down again will bring out a sidearm. scrolling down more will do nothing. scroll up once to bring out primary weapon, scrolling up again will do nothing.
--------------
those are my two scripts i need help with. again sorry for my poor english, it isnt my first language. if you could please help me with this it would be most appreciated. thanks