Advertisement
Guest User

Mara Jade Job

a guest
Jul 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. TEAM_MARA = DarkRP.createJob("Mara Jade", {
  2. color = Color(153, 50, 204),
  3. model = { "models/syntheticgaming/characters/marajade/marajade.mdl"
  4. },
  5. description = [[Mara Jade was born in 17 BBY during a time of great instability as Emperor Palpatine, alias the Sith Lord Darth Sidious, and his apprentice Darth Vader were eliminating the remnants of the Jedi Order.]],
  6. weapons = {"forcechoke, weapon_lightsaber_wos_blade_dual"},
  7. command = "marajade",
  8. max = 1,
  9. salary = 45,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. category = "Inquisitorius",
  14. sortOrder = 5,
  15. PlayerSpawn = function(ply) end,
  16. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement