Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MandalorianWarrior = DarkRP.createJob("Mandalorian Warrior", {
- color = Color(70, 38, 168, 255),
- model = {"models/endeavorroleplay/swtor/fixedmandalorian/mandalorian_player.mdl"},
- description = [[A Neo-Crusader who uses a fallen Jedi or Sith's lightsaber to fight.]],
- weapons = {"weapon_lightsaber_jedievent", "suno_holstered"},
- command = "Mandalorianwarrior",
- max = 0,
- salary = 9,
- admin = 0,
- vote = false,
- hasLicense = true,
- candemote = false,
- category = "Mandalorians",
- PlayerSpawn = function(ply)
- ply:SetMaxHealth(2500)
- ply:SetHealth(2500)
- ply:SetArmor(50)
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment