View Single Post
Old 03-22-2008, 09:05 PM   #5
Paft
Beta Tester
 
Paft's Avatar
 
Join Date: Mar 2007
Location: UK - http://forums.fortress-forever.com
Class/Position: [O] Med
Gametype: CTF/Skills
Posts Rated Helpful 67 Times
Isn't the scripts but I know you want to be sure so:

Code:
//Quick SNG and fire       
alias +qfire "use tf_weapon_superng;wait;wait; +attack"
alias -qfire "-attack;lastinv"
bind "MOUSE2" "+qfire"
Code:
//Sniper Zoom
alias r1 "fov 20; wait"
alias r2 "fov 30; wait"
alias r3 "fov 45; wait"
alias r4 "fov 70; wait"
alias r5 "fov 90; wait"
alias r6 "fov 0; wait"
alias zoomin "r5; r4; r3; r2; r1"
alias zoomout "r2; r3; r4; r5; r6"
alias +snipe "zoomin"
alias -snipe "zoomout"
bind MOUSE2 "+snipe"
Oh yeah, I only play on servers in my own region so ping is around 40-70. I know scripts delay more the higher the lag, but this isn't the same.

Last edited by Paft; 03-23-2008 at 01:39 AM.
Paft is offline   Reply With Quote