Guest User

Untitled

a guest
Jan 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. alias +a_back "+back;inc v_back 1;if $v_forward > 0 then -forward"
  2. alias -a_back "-back;inc v_back -1;if $v_forward > 0 then +forward"
  3. alias +a_expl "impulse 7 5 3 2 1;+attack"
  4. alias -a_expl "-attack;impulse 2 1"
  5. alias +a_forward "+forward;inc v_forward 1;if $v_back > 0 then -back"
  6. alias -a_forward "-forward;inc v_forward -1;if $v_back > 0 then +back"
  7. alias +a_gl "impulse 6 2 1;+attack"
  8. alias -a_gl "-attack;impulse 2 1"
  9. alias +a_left "+moveleft;inc v_left 1;if $v_right > 0 then -moveright"
  10. alias -a_left "-moveleft;inc v_left -1;if $v_right > 0 then +moveright"
  11. alias +a_nonexpl "impulse 8 5 3 4 2 1;+attack"
  12. alias -a_nonexpl "-attack;impulse 2 1"
  13. alias +a_right "+moveright;inc v_right 1;if $v_left > 0 then -moveleft"
  14. alias -a_right "-moveright;inc v_right -1;if $v_left > 0 then +moveleft"
  15.  
  16.  
  17. bind a "+a_left"
  18. bind d "+a_right"
  19. bind s "+a_back"
  20. bind w "+a_forward"
  21. bind CTRL "+a_gl"
  22. bind SHIFT "+attack"
  23.  
  24.  
  25. bind MOUSE1 "+a_expl"
  26. bind MOUSE2 "+jump"
  27. bind MOUSE3 "+a_nonexpl"
Add Comment
Please, Sign In to add comment