24 Jul 10, 03:13AM
Is it possible to set separate sensitivities to each weapon? To be clear, when you have the SMG with "x" sensitivity, it should be able to change it to "y" when SR is picked from the weapon menu. I use three keybinds for this atm. But without messing with keybinds it would be nice to have different sensitivities for each. Something starts with similar to loadcrosshair script maybe?
[SELECT ALL] Code:
alias sensitivitychange [
if (= (curweapon) 0) [sensitivity 2.6] [] //knife
if (= (curweapon) 1) [sensitivity 2.6] [] //pistol
if (= (curweapon) 2) [sensitivity 2.6] [] //shotgun
if (= (curweapon) 3) [sensitivity 1.8] [] //subgun
if (= (curweapon) 5) [sensitivity 2.2] [] //assault rifle
if (= (curweapon) 6) [sensitivity 2.6] [] //grenades
if (= (curweapon) 7) [sensitivity 2.2] [] //sniper rifle