Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. // Quick pistol
  2.  
  3. alias quick_pistol_state 1
  4.  
  5. alias quick_pistol_toggle [
  6. if $quick_pistol_state [ alias quick_pistol_state 0] [alias quick_pistol_state 1]
  7. ]
  8.  
  9. alias quick_pistol [
  10. weapon 1;
  11. attack
  12. ]
  13. ]
  14.  
  15. bind O [quick_pistol_toggle]
  16.  
  17. bind MOUSE2 [ if $editing [ showmenu editing ] [ if $quick_pistol_state [ quick_pistol ] [altaction] ] ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement