Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. -- Code generated with help from: TCB's DarkRP 2.5 Tools | www.thecodingbeast.com
  2. TEAM_THIEF = DarkRP.createJob("Thief", {
  3. color = Color(255, 255, 255, 255),
  4. model = {"models/player/arctic.mdl"},
  5. description = [[You are a Thief. Your objective is to break into peoples houses and steal. You can also mug people for no more than 1000. When you are mugging you have to advert and the same goes for breaking into peoples homes. ]],
  6. weapons = {"lockpick","keypad_cracker"},
  7. command = "thief",
  8. max = 3,
  9. salary = 30,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13.  
  14. -- Insert customCheck here if you have one and want one.
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement