Guest User

Untitled

a guest
Jan 6th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. MandalorianWarrior = DarkRP.createJob("Mandalorian Warrior", {
  2. color = Color(70, 38, 168, 255),
  3. model = {"models/endeavorroleplay/swtor/fixedmandalorian/mandalorian_player.mdl"},
  4. description = [[A Neo-Crusader who uses a fallen Jedi or Sith's lightsaber to fight.]],
  5. weapons = {"weapon_lightsaber_jedievent", "suno_holstered"},
  6. command = "Mandalorianwarrior",
  7. max = 0,
  8. salary = 9,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. category = "Mandalorians",
  14. PlayerSpawn = function(ply)
  15. ply:SetMaxHealth(2500)
  16. ply:SetHealth(2500)
  17. ply:SetArmor(50)
  18. end
  19. })
Advertisement
Add Comment
Please, Sign In to add comment