
Medic CFG
By: a guest on
Feb 1st, 2013 | syntax:
None | size: 1.04 KB | hits: 109 | expires: Never
//alias'
alias fakeuber "voicemenu 1 7;say_team "*** FAKE UBER CHARGE ***"
alias maskuber "voicemenu 0 0;say_team "=== CHARGE READY ==="
alias down "voicemenu 0 0;say_team "^^^^ MEDIC UP ^^^^"
alias up "voicemenu 0 0;say_team "VVVV MEDIC DOWN VVVV"
alias +uber "+attack2; say_team === Uber Used ==="
alias -uber "-attack2"
alias +sm1 "bind p "down";bind o "kill"
alias -sm1 "bind p "up";unbind o"
alias +shiftmask "bind c "maskuber";bind o "kill"
alias -shiftmask "bind c "fakeuber";unbind o"
//binds
bind "mouse1" +attack
bind "mouse2" +uber
bind shift "+shiftmask"
bind bind c "fakeuber"
bind bind p "up"
bind rshift "+sm1"
bind mouse3 "toggle fov_desired 50 90"
bind space +jump
echo "*** AbleDelta's Medic CFG is now online ***"
//What is what do
//Mouse1 = Attack1
//Mouse2 = Uber And Say "=== Uber Used ==="
//Mouse3 = Change FOV from 50(Close) to 90(Far)
//C = Say "*** UBER CHARGE FAKED***"
//Shift + C = Say "=== CHARGE READY ==="
//P = Say "^^^^ MEDIC UP ^^^^"
//Right Shift + P = Say "VVVV MEDIC DOWN VVVV"