Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias callMedic voicemenu 0 0
- alias sayThanks voicemenu 0 1
- alias sayGoGoGo voicemenu 0 2
- alias sayIncoming voicemenu 1 0
- alias callSpy voicemenu 1 1
- alias callSentry say "sentry ahead"
- alias callSniper say_team "TEAM ALERT: Sniper ahead!"
- alias callSticky say_team "TEAM ALERT: Demoman traps around!"
- alias callUber say_team "TEAM ALERT: Enemy has Über!"
- alias callPyro say_team "TEAM ALERT: INCOMING W+M1 PYRO"
- alias +newCommands_1 "bind 1 callSentry; bind 2 callSniper; bind 3 callSticky"
- alias +newCommands_2 "bind 4 callUber; bind 5 callPyro"
- alias -newCommands_1 "bind 1 callMedic; bind 2 sayThanks; bind 3 sayGoGoGo"
- alias -newCommands_2 "bind 4 sayIncoming; bind 5 callSpy"
- alias +newCommands "+newCommands_1; +newCommands_2"
- alias -newCommands "-newCommands_1; -newCommands_2"
- bind shift +newCommands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement