Advertisement
Guest User

BinderDance

a guest
Jan 18th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. unbind KP_END
  2. unbind KP_DOWNARROW
  3. unbind KP_PGDN
  4. unbind KP_LEFTARROW
  5. unbind KP_5
  6. unbind KP_RIGHTARROW
  7. unbind KP_HOME
  8. unbind KP_UPARROW
  9. unbind KP_PGUP
  10. unbind KP_SLASH
  11. unbind KP_MULTIPLY
  12. unbind KP_DEL
  13. unbind KP_PLUS
  14. echo MAIN KEYBINDINGS
  15.  
  16. // Alert the player the bind has been toggled. Remove if desired
  17. //ulx psay ^
  18.  
  19. bind "KP_END" "act dance"
  20. bind "KP_DOWNARROW" "act zombie"
  21. bind "KP_PGDN" "act robot"
  22. bind "KP_LEFTARROW" "act muscle"
  23. bind "KP_5" "act agree"
  24. bind "KP_RIGHTARROW" "act disagree"
  25. bind "KP_HOME" "act forward"
  26. bind "KP_UPARROW" "act laugh"
  27. bind "KP_PGUP" "act cheer"
  28. bind "KP_SLASH" "act pers"
  29. bind "KP_MULTIPLY" "echo Not in use"
  30. bind "KP_DEL" "echo Not in use"
  31. bind "KP_PLUS" "echo Not in use"
  32. bind DOWNARROW "exec BinderStaff"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement