emsixteen

EmSixTeen

Aug 11th, 2010
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. // Trying to change binds on button press
  2.  
  3. bind "mouse3" "+em_bindswitch"
  4. alias "+em_bindswitch" "em_bindset_alt"
  5. alias "-em_bindswitch" "em_bindset_reg"
  6.  
  7. // Regular
  8. alias "em_bindset_reg" "bind mwheeldown em_tb_inlow ; bind mwheelup em_tb_inhigh ; bind kp_leftarrow em_tb_inleft ; bind kp_rightarrow em_tb_inright ; bind kp_5 em_tb_inwater"
  9.  
  10. alias "em_tb_inlow" "say_team ^1## ENEMY/EFC ^3IN LOW"
  11. alias "em_tb_inhigh" "say_team ^1## ENEMY/EFC ^3IN HIGH"
  12. alias "em_tb_inleft" "say_team ^1## ENEMY/EFC ^3IN LEFT"
  13. alias "em_tb_inright" "say_team ^1## ENEMY/EFC ^3IN RIGHT"
  14. alias "em_tb_inwater" "say_team ^1## ENEMY/EFC ^5IN WATER"
  15.  
  16. alias "em_tb_yaavail" "say_team ^3YA AVAILBLE"
  17. alias "em_tb_raavail" "say_team ^1RA AVAILABLE"
  18. alias "em_tb_mhavail" "say_team ^4MH AVAILABLE"
  19. alias "em_tb_puavail" "say_team ^1GO TO QUAD/RUSH POWERUP"
  20.  
  21. // Alternative
  22. alias "em_bindset_alt" ""
  23. //bind mwheeldown em_tb_outlow ;
  24. //bind mwheelup em_tb_outhigh ;
  25. //bind kp_leftarrow em_tb_outleft ;
  26. //bind kp_rightarrow em_tb_outright ;
  27. //bind kp_5 em_tb_outwater ;
  28. //"
  29.  
  30. //alias "em_tb_outlow" "say_team ^1## ENEMY/EFC ^5OUT LOW"
  31. //alias "em_tb_outhigh" "say_team ^1## ENEMY/EFC ^5OUT HIGH"
  32. //alias "em_tb_outleft" "say_team ^1## ENEMY/EFC ^5OUT LEFT"
  33. //alias "em_tb_outright" "say_team ^1## ENEMY/EFC ^5OUT RIGHT"
  34. //alias "em_tb_outwater" "say_team ^1## ENEMY/EFC ^5OUT WATER"
  35.  
  36. //alias "em_tb_yataken" "say_team ^3YA TAKEN (+20s)"
  37. //alias "em_tb_rataken" "say_team ^1RA TAKEN (+20s)"
  38. //alias "em_tb_mhtaken" "say_team ^4MH TAKEN (+30s)"
  39. //alias "em_tb_putaken" "say_team ^6QUAD/POWERUP TAKEN (+2min)"
Add Comment
Please, Sign In to add comment