MeetingNotes

Untitled

Feb 9th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. --[[
  2. Staff On Duty ranks
  3. ]]--
  4.  
  5. TEAM_STAFF = DarkRP.createJob("Moderator On Duty", {
  6. color = Color(0, 0, 255, 255),
  7. model = {"models/codmw2/codmw2.mdl"},
  8. description = [[You are a Moderator On Duty, help keep the server clean of rule breakers!]],
  9. weapons = {},
  10. command = "/MOD",
  11. max = 10,
  12. salary = 0,
  13. admin = 1,
  14. vote = false,
  15. hasLicense = false,
  16. candemote = false,
  17. category = "Staff",
  18. })
  19.  
  20. TEAM_STAFF = DarkRP.createJob("Administrator On Duty", {
  21. color = Color(0, 0, 0, 255),
  22. model = {"models/codmw2/codmw2.mdl"},
  23. description = [[You are a Administrator On Duty, help keep the server clean of rule breakers!]],
  24. weapons = {},
  25. command = "/AOD",
  26. max = 15,
  27. salary = 0,
  28. admin = 2,
  29. vote = false,
  30. hasLicense = false,
  31. candemote = false,
  32. category = "Staff",
  33. })
Advertisement
Add Comment
Please, Sign In to add comment