Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Here ya go, i coded the job all i ask you to add is the lockpick+ then i think it should be fine.
  2.  
  3. Playermodel: https://steamcommunity.com/sharedfiles/filedetails/?id=241187700
  4.  
  5.  
  6. TEAM_CANDIED = DarkRP.createJob("Anon", {
  7. color = Color(0, 0, 0, 255),
  8. model = {"models/player/anon/anon.mdl"},
  9. description = [[]],
  10. weapons = {"spiderman's_swep", "weapon_advancedkeypadcracker", "m9k_mp9", "},
  11. command = "anon",
  12. max = 1,
  13. salary = ,
  14. admin = 0,
  15. vote = false,
  16. hasLicense = false,
  17. candemote = true,
  18. -- CustomCheck
  19. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:54621764" end,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement