Advertisement
Guest User

Staff

a guest
Feb 6th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. TEAM_STAFF = DarkRP.createJob("Staff on Duty", {
  2. color = Color(255, 0, 0, 255), -- Modify colour
  3. model = "models/player/combine_super_soldier.mdl", -- Change to whatever you want
  4. description = [[You are an admin on duty, You administrate!]],
  5. weapons = {},
  6. command = "staff",
  7. max = 3,
  8. salary = 100,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. customCheck = function(ply) return ply:GetUserGroup() == "Moderator" or ply:GetUserGroup() == "T-Mod" or ply:IsAdmin() end,
  13. CustomCheckFailMsg = "This job is for Admins only!",
  14. category = "Staff",
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement