Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. TEAM_PT = DarkRP.createJob("[Premium] Pro Thief", {
  2. color = Color(36, 39, 36, 255),
  3. model = {"models/player/group01/cookies114.mdl"},
  4. description = [[You're a Professional Thief that does petty crime, don't get caught!
  5.  
  6. Raid: True
  7. Kidnap / Mug: True
  8. Base: True]],
  9. weapons = {"lockpick", "bb_ak47_alt",},
  10. command = "PT",
  11. max = 15,
  12. salary = 850,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = false,
  16. candemote = true,
  17. customCheck = function(ply) return ply:GetNWString("Donator - Premium") == "Donator - Premium" end,
  18. CustomCheckFailMsg = "Sorry, but this job is Donator Only! If you are Donator talk to a Supervisor!",
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement