Advertisement
Guest User

567th Sgt

a guest
Dec 10th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. TEAM_567PRV = DarkRP.createJob("567th SGT", {
  2. color = Color(0, 0, 255),
  3. model = {"models/player/sono/troopers/navy.mdl"},
  4. description = [[Your A 567th Sgt make your regiment proud.]],
  5. weapons = {"weapon_752_ihr", "weapon_752bf3_t21", " weapon_752bf3_dh17"},
  6. command = "s",
  7. max = 0,
  8. salary = 0,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false,
  13. ammo = {
  14. ["pistol"] = 300000,
  15. ["ar2"] = 300000,
  16. ["357"] = 300000,
  17. ["smg"] = 300000,
  18. },
  19. category = "567th Regiment",
  20. PlayerSpawn = function(ply) ply:SetHealth(375) ply:SetMaxHealth(375) return CLIENT end,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement