Advertisement
FlacoBey

Untitled

May 20th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.67 KB | None | 0 0
  1. alias +mfwd "dsp_volume 0;-back;+forward;alias checkfwd +forward"
  2. alias +mback "dsp_volume 0;-forward;+back;alias checkback +back"
  3. alias +mleft "dsp_volume 0;-moveright;+moveleft;alias checkleft +moveleft"
  4. alias +mright "dsp_volume 0;-moveleft;+moveright;alias checkright +moveright"
  5. alias -mfwd "-forward;checkback;alias checkfwd none"
  6. alias -mback "-back;checkfwd;alias checkback none"
  7. alias -mleft "-moveleft;checkright;alias checkleft none"
  8. alias -mright "-moveright;checkleft;alias checkright none"
  9. alias checkfwd "none"
  10. alias checkback "none"
  11. alias checkleft "none"
  12. alias checkright "none"
  13. alias none ""
  14.  
  15. bind "d" +mright
  16. bind "a" +mleft
  17. bind "w" +mfwd
  18. bind "s" +mback
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement