Advertisement
aeralle

Untitled

Aug 27th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.64 KB | None | 0 0
  1. TEAM_MASTER = DarkRP.createJob("Master Thief", {
  2.     color = Color(238, 99, 99, 255),
  3.     model = "models/player/mossman.mdl",
  4.     description = [[A mindless , heartless person who raids and kills people!]],  -- Job description
  5.     weapons = {lockpick} ,
  6.     command = "masterthief",
  7.     max = 2,
  8.     salary = 130,
  9.     admin = 0,
  10.     vote = false,
  11.     hasLicense = false,
  12.     customCheck = function(ply) return ply:GetUserGroup() == "donator" or ply:IsAdmin() end, -- The extra check function. Enter nil or nothing to not have a restriction
  13.     CustomCheckFailMsg = "This job is VIP only! ask a member or staff how to get VIP rank! "
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement