Advertisement
marcinhuUu

m-Investigation/config_commands

Sep 17th, 2022
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. --------------------------
  2. -- Commands
  3. --------------------------
  4. Config.Commands = {
  5. PersonalEvidences = { -- Enable command to open personal evidences?
  6. Enable = true,
  7. Command = "personalevidences",
  8. Description = "Open your personal evidences",
  9. },
  10. GeneralEvidences = { -- Enable command to open general evidences?
  11. Enable = true,
  12. Command = "generalevidences",
  13. Description = "Open the general evidences",
  14. },
  15. TestGSR = {
  16. Enable = true,
  17. Command = "gsr",
  18. },
  19. WashGSR = {
  20. Enable = true,
  21. Command = "washgsr",
  22. }
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement