Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. Overrides
  2. {
  3. /**
  4. * By default, commands are registered with three pieces of information:
  5. * 1)Command Name (for example, "csdm_enable")
  6. * 2)Command Group Name (for example, "CSDM")
  7. * 3)Command Level (for example, "changemap")
  8. *
  9. * You can override the default flags assigned to individual commands or command groups in this way.
  10. * To override a group, use the "@" character before the name. Example:
  11. * Examples:
  12. * "@CSDM" "b" // Override the CSDM group to 'b' flag
  13. * "csdm_enable" "bgi" // Override the csdm_enable command to 'bgi' flags
  14. *
  15. * Note that for overrides, order is important. In the above example, csdm_enable overwrites
  16. * any setting that csdm_enable previously had.
  17. *
  18. * You can make a command completely public by using an empty flag string.
  19. */
  20.  
  21. "sm_bury" "o"
  22. "sm_unbury" "o"
  23. "sm_god" "o"
  24. "sm_gravity" "o"
  25. "sm_speed" "o"
  26. "sm_respawn" "o"
  27. "sm_burn" "o"
  28. "sm_hp" "p"
  29. "sm_weapon" "p"
  30. "sm_armour" "p"
  31. "sm_defuser" "p"
  32. "sm_nv" "p"
  33. "sm_helmet" "p"
  34. "sm_team" "q"
  35. "sm_swapteam" "q"
  36. "sm_stats_enabled" "r"
  37. "sm_stats_displaymode" "r"
  38. "sm_stats_reset" "r"
  39. "sm_stats_purge" "r"
  40. "zriot_restrict" "z"
  41. "zriot_unrestrict" "z"
  42. "zriot_setday" "z"
  43. "zriot_zombie" "z"
  44. "zriot_human" "z"
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement