View difference between Paste ID: 8Bvz1Xtk and RpgBeBFz
SHOW: | | - or go back to the newest paste.
1
//alias'
2
alias fakeuber "voicemenu 1 7;say_team "*** FAKE UBER CHARGE ***"
3
alias maskuber "voicemenu 0 0;say_team "=== CHARGE READY ==="
4
alias down "voicemenu 0 0;say_team "^^^^ MEDIC  UP ^^^^"
5
alias up "voicemenu 0 0;say_team "VVVV MEDIC DOWN VVVV"
6-
alias down "say_team === Medic Down ==="
6+
7-
alias up "say_team === Medic Alive ==="
7+
8
alias +sm1 "bind p "down";bind o "kill"
9
alias -sm1 "bind p "up";unbind o"
10
alias +shiftmask "bind c "maskuber";bind o "kill"
11
alias -shiftmask "bind c "fakeuber";unbind o"
12
13
14
15-
alias +shiftmask "bind c "maskuber";bind o "kill""
15+
16
//binds
17
bind "mouse1" +attack
18-
bind c "fakeuber"
18+
19-
alias +shiftmask "bind p "down";bind o "kill"
19+
20-
alias -shiftmask "bind p "up";unbind o"
20+
bind bind c "fakeuber"
21-
bind p "up"
21+
bind bind p "up"
22
bind rshift "+sm1"
23
bind mouse3 "toggle fov_desired 50 90"
24
bind space +jump
25
26-
//What do
26+
27
echo "*** AbleDelta's Medic CFG is now online ***"
28
29
//What is what do
30
//Mouse1 = Attack1
31
//Mouse2 = Uber And Say "=== Uber Used ==="
32
//Mouse3 = Change FOV from 50(Close) to 90(Far)
33-
//Shift + P = Say "VVVV MEDIC DOWN VVVV"
33+
34
//Shift + C = Say "=== CHARGE READY ==="
35
//P = Say "^^^^ MEDIC  UP ^^^^"
36
//Right Shift + P = Say "VVVV MEDIC DOWN VVVV"