Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. TEAM_THIEF = DarkRP.createJob("Thief", {
  2. color = Color(150, 86, 10, 255),
  3. model = {"models/code_gs/robber/robberplayer.mdl"},
  4. description = [[The thief is the most basic criminal in Miami. You can lockpick doors in order to
  5. enter other player's bases. Try to take everything you can carry :)]],
  6. weapons = {"lockpick", "m9k_sig_p229r"},
  7. command = "thief",
  8. max = 4,
  9. salary = 50,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. candemote = false,
  14. category = "Citizens",
  15. PlayerSpawn = function(ply)
  16. ply:SetMaxHealth(100)
  17. ply:SetHealth(100)
  18. end
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement