Advertisement
emsixteen

EmSixTeen

Aug 10th, 2010
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. // Trying to change binds on mouse3
  2.  
  3. bind "0x00" "+em_bindswitch"
  4. alias "+em_bindswitch" "em_teambinds_escaping"
  5. alias "-em_bindswitch" "em_teambinds"
  6.  
  7. //Regular
  8. alias "em_teambinds" "bind mwheeldown em_teambinds_inlow"
  9.  
  10. alias "em_teambinds_inlow" "say_team enemy IN low testomg"
  11.  
  12. //Escaping
  13. alias "em_teambinds_escaping" "bind mwheeldown em_teambinds_outlow"
  14.  
  15. alias "em_teambinds_outlow" "say_team enemy OUT low testomg"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement