Advertisement
JustARandomDood

newCommands

Dec 21st, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. alias callMedic voicemenu 0 0
  2. alias sayThanks voicemenu 0 1
  3. alias sayGoGoGo voicemenu 0 2
  4. alias sayIncoming voicemenu 1 0
  5. alias callSpy voicemenu 1 1
  6.  
  7. alias callSentry say "sentry ahead"
  8. alias callSniper say_team "TEAM ALERT: Sniper ahead!"
  9. alias callSticky say_team "TEAM ALERT: Demoman traps around!"
  10. alias callUber say_team "TEAM ALERT: Enemy has Über!"
  11. alias callPyro say_team "TEAM ALERT: INCOMING W+M1 PYRO"
  12.  
  13. alias +newCommands_1 "bind 1 callSentry; bind 2 callSniper; bind 3 callSticky"
  14. alias +newCommands_2 "bind 4 callUber; bind 5 callPyro"
  15.  
  16. alias -newCommands_1 "bind 1 callMedic; bind 2 sayThanks; bind 3 sayGoGoGo"
  17. alias -newCommands_2 "bind 4 sayIncoming; bind 5 callSpy"
  18.  
  19. alias +newCommands "+newCommands_1; +newCommands_2"
  20. alias -newCommands "-newCommands_1; -newCommands_2"
  21.  
  22. bind shift +newCommands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement