3ybx

L4D2 DSP_Volume

Jul 23rd, 2015 (edited)
6,016
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. bind "W" "+mfwd"
  2. bind "A" "+mleft"
  3. bind "S" "+mback"
  4. bind "D" "+mright"
  5.  
  6. alias +mfwd "dsp_volume 0;-back;+forward;alias checkfwd +forward"
  7. alias +mback "dsp_volume 0;-forward;+back;alias checkback +back"
  8. alias +mleft "dsp_volume 0;-moveright;+moveleft;alias checkleft +moveleft"
  9. alias +mright "dsp_volume 0;-moveleft;+moveright;alias checkright +moveright"
  10. alias -mfwd "-forward;checkback;alias checkfwd none"
  11. alias -mback "-back;checkfwd;alias checkback none"
  12. alias -mleft "-moveleft;checkright;alias checkleft none"
  13. alias -mright "-moveright;checkleft;alias checkright none"
  14. alias checkfwd "none"
  15. alias checkback "none"
  16. alias checkleft "none"
  17. alias checkright "none"
  18. alias none ""
Advertisement
Add Comment
Please, Sign In to add comment