Snapshot 3X alias By Guardian aka CORNHOLIO e-mail Guardian@n-jcenter.com -Description- This alias zooms in 3X and snaps a screenshot and stays zoomed in until you let go of the key, at witch time it snaps another screenshot. This sounds strange but it is very efective for taking good screenshots of someone getting fraged. This works for me becuase I have ? snipe2 alias binded to my SHIFT key and I use it alot. I also hope to use for map editing too. -Instructions- Simply cut and paste this alias into your autoexec.cfg. This alias is binded to the S key. You may want to change the key binding if it conflicts with another key in your config. ------------------------Cut here------------------------------- // Camera Zoom 3X bind s "+snap3" alias +snap3 "fov 70.00 ;sensitivity 4.00 ;wait ;fov 58.00 ;sensitivity 3.25 ;wait ;fov 45.00 ;sensitivity 2.50 ;wait ;fov 32.00 ;sensitivity 1.74 ;wait ;fov 20.00 ;sensitivity 1.00 ;wait ;+mlook ;screenshot ;bf ;echo Camera Zoom 3X" alias -snap3 "screenshot ;bf ;fov 32.00 ;sensitivity 1.75 ;wait ;fov 45.00 ;sensitivity 2.50 ;wait ;fov 58.00 ;sensitivity 3.25 ;wait ;fov 70.00 ;sensitivity 4.00 ;wait ;fov 90.00 ;sensitivity 5.00 ;wait; -mlook" ---------------------------------------------------------------