Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. TEAM_POLICECHIEF = DarkRP.createJob("Police Chief", {
  2. color = Color(0, 41, 255, 255),
  3. model = {
  4. "models/player/santosrp/male_02_santosrp.mdl",
  5. "models/player/santosrp/male_04_santosrp.mdl",
  6. "models/player/santosrp/male_05_santosrp.mdl",
  7. "models/player/santosrp/male_06_santosrp.mdl",
  8. "models/player/santosrp/male_07_santosrp.mdl",
  9. "models/player/santosrp/male_08_santosrp.mdl",
  10. "models/player/santosrp/male_09_santosrp.mdl"
  11. },
  12. description = [[Kill minorities ]],
  13. weapons = {"cw_g4p_glock17", "cw_ar15", "arrest_stick", "unarrest_stick", "stunstick"},
  14. command = "policec",
  15. max = 1,
  16. salary = 550,
  17. vote = true,
  18. admin = 0,
  19. hasLicense = true,
  20. candemote = true,
  21. category = "Police",
  22. ammo = {
  23. ["9x19"] = 90,
  24. ["556x45"] = 120
  25. },
  26. PlayerSpawn = function(ply)
  27. ply:SetHealth(100)
  28. ply:SetArmor(75)
  29. ply:SetBodygroup(1, 1)
  30. ply:SetBodygroup(2, 1)
  31. ply:SetBodygroup(3, 1)
  32. ply:SetSkin(4)
  33. end
  34. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement