Advertisement
Guest User

Naval Personnel Code

a guest
Feb 28th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. --]]
  2. TEAM_NAVAL = DarkRP.createJob("Naval Personnel", {
  3. color = Color(0, 0, 0, 255),
  4. model = {"model/player/scifi_female_o2.mdl"},
  5. description = [[You are to train new crew members and help teach them about the ship.]],
  6. weapons = {"halo_tfa_magnum2"},
  7. command = "navalpersonnel",
  8. max = 10,
  9. salary = ,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = true,
  13. candemote = false,
  14. category = "Naval",
  15. ammo = {
  16. ["pistol"] = 48
  17. },
  18. PlayerSpawn = function(ply)
  19. ply:SetMaxHealth(100)
  20. ply:SetHealth(100)
  21. ply:SetArmor(0)
  22. end
  23. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement