1
Paintball 2 Discussion / Re: the old school zoom in and zoom out
« on: March 12, 2004, 07:09:27 PM »
For a good zoom script you need to lower sensitivity, mightI recommend this one I have lying around from a different game
bind "mouse2" +snipe
alias +snipe "norm_set;snipe_set"
alias -snipe "re_set"
alias snipe_set "hand 2;fov 10;sensitivity 1"
alias norm_set "set _hand $hand;set _fov $fov;set _sens $sensitivity"
alias re_set "set hand $_hand;set fov $_fov;set sensitivity $_sens"
Its fully functional in Pb I tried it before I posted.
Snipperdag
bind "mouse2" +snipe
alias +snipe "norm_set;snipe_set"
alias -snipe "re_set"
alias snipe_set "hand 2;fov 10;sensitivity 1"
alias norm_set "set _hand $hand;set _fov $fov;set _sens $sensitivity"
alias re_set "set hand $_hand;set fov $_fov;set sensitivity $_sens"
Its fully functional in Pb I tried it before I posted.
Snipperdag