1. No way to run faster.
2. Only when scoped, press mouse 2.
3. Mouse 2 with sniper will zoom in, otherwise there is no scope. You can script a fovzoom that changes your fov so it feels like a zoom; something likeThen to bind a key to zoom, use Note: you should put all of that into your autoexec.cfg, found in your config folder (check My Documents if on Windows).
2. Only when scoped, press mouse 2.
3. Mouse 2 with sniper will zoom in, otherwise there is no scope. You can script a fovzoom that changes your fov so it feels like a zoom; something like
[SELECT ALL] Code:
sauerzoom = [ getfov = $fov; getsens = $sensitivity; gethudgun = $hudgun; fov 75; hudgun 0; onrelease [ fov $getfov; hudgun $gethudgun ] ]
[SELECT ALL] Code:
bind Z [if $editing [domodifier 2] [sauerzoom]]