Advertisement
Guest User

BinderStaff

a guest
Jan 18th, 2020
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 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 STAFF KEYBINDINGS
  15.  
  16. // Alert the player the bind has been toggled. Remove if desired
  17. //ulx psay ^
  18.  
  19. bind "KP_END" "say Mic/chat spam is against the rules. It can result in a gag/mute if you continue."
  20. bind "KP_DOWNARROW" "say Do not ghost. Giving [location/props away as a dead hunter or as a prop, other than just yourself including false hints."
  21. bind "KP_PGDN" "say Spectator is for staff only. Please leave and join a team with f1 or f2."
  22. bind "KP_LEFTARROW" "say Type !shop or press f3 to open the shop and purchase additional skins/weapons, etc."
  23. bind "KP_5" "say Team switching is illegal without staff permission unless it is the 1st round or you are joining your friend(s). Please go back to your original team by pressing f1 or f2."
  24. bind "KP_RIGHTARROW" "say For a guide on how to play, press F1."
  25. bind "KP_HOME" "say If you are stuck, do !stuck or !unstuck. If it doesn't work, let a staff member know so you can be teleported."
  26. bind "KP_UPARROW" "say For a list of the server rules, type !motd in the chat."
  27. bind "KP_PGUP" "say Please get out of unassigned and join a team by pressing f1 or f2."
  28. bind "KP_SLASH" "say To bet - Press y or hold tab, drag mouse to 2x and click bet!"
  29. bind "KP_MULTIPLY" "say C to taunt. f3 for shop. X for mic. R for rotation lock. !spots for illegal spots. !motd for rules. !stuck if stuck."
  30. bind "KP_DEL" "say To mute a player(s), select TAB click his/her name, click MUTE in the top right. Please do not mute staff as you may miss important information"
  31. bind "KP_PLUS" "echo Not used"
  32. bind DOWNARROW "exec BinderDance"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement