Advertisement
Guest User

Untitled

a guest
Nov 14th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. TEAM_THIEF = DarkRP.createJob("Thief", {
  2. color = Color(0, 0, 0, 255),
  3. model = {"models/player/arctic.mdl"},
  4. description = [[You raid people and mug them]],
  5. weapons = {"m9k_colt1911"},
  6. command = "/thief",
  7. max = 4,
  8. salary = 75,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = ,
  12. candemote = false,
  13. PlayerSpawn = function(ply)
  14. ply:SetMaxHealth(100)
  15. ply:SetHealth(100)
  16. end
  17. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement