Advertisement
Jakecg

No important

Apr 6th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. TEAM_STAFF = DarkRP.createJob("Staff", {
  2. color = Color(46,187,181),
  3. model = "",
  4. description = [[You are staff]],
  5. weapons = {"med_kit", "weapon_keypadchecker"},
  6. command = "staff",
  7. max = 10,
  8. salary = 100,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. customCheck = function(ply) return ply:GetUserGroup() == "moderator" or ply:GetUserGroup() == "trialmoderator" or ply:IsAdmin() end,
  13.  
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement