Advertisement
aesirson

viewmodelswitcher no slot2

Jul 16th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. alias setSlot1 "slot1;<insert slot1 commands here>;alias prevwep setSlot3; alias nextwep setSlot3; alias lastwep setSlot3"
  2. alias setSlot3 "slot3;<insert slot3 commands here>;alias prevwep setSlot1; alias nextwep setSlot1; alias lastwep setSlot1"
  3.  
  4. alias selectSlot1 setSlot1
  5. alias selectSlot3 setSlot3
  6.  
  7. setSlot1
  8. alias lastwep setSlot3
  9.  
  10. bind "1" "selectSlot1"
  11. bind "3" "selectSlot3"
  12.  
  13. bind "q" "lastwep"
  14.  
  15. bind "MWHEELUP" "prevwep"
  16. bind "MWHEELDOWN" "nextwep"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement