Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. TEAM_POLICEOFFICER = DarkRP.createJob("Police Officer", {
  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", "arrest_stick", "unarrest_stick", "stunstick"},
  14. command = "policeo",
  15. max = 5,
  16. salary = 350,
  17. vote = true,
  18. admin = 0,
  19. hasLicense = true,
  20. candemote = true,
  21. category = "Police",
  22. ammo = {
  23. ["cw_ammo_9x19"] = 90
  24. },
  25. PlayerSpawn = function(ply)
  26. ply:SetMaxHealth(100)
  27. ply:SetHealth(100)
  28. ply:SetArmor(75)
  29. end
  30. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement