Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. TEAM_AHSOKA = DarkRP.createJob("Ahsoka Tano", {
  2. color = Color(0, 0, 0, 255),
  3. model = "models/tfa/comm/gg/pm_sw_ahsoka_v1.mdl",
  4. description = [[Apprentice of Anakin Skywalker. You are a padawan.]],
  5. weapons = {"weapon_lightsaber"}, -- You may wanna find a pickpocket swep and add it here.
  6. command = "ahsoka",
  7. max = 0,
  8. salary = 100,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. category = "Jedi",
  13. PlayerLoadout = function(ply)-- this line is added. Remember a comma at the end of above line if it is not there.
  14. ply:SetHealth(500)
  15. ply:SetArmor(0)
  16. end,
  17. })
  18. TEAM_ANAKIN = DarkRP.createJob("Anakin Skywalker", {
  19. color = Color(0, 0, 0, 255),
  20. model = "models/tfa/comm/gg/pm_sw_anakin_v2.mdl",
  21. description = [[You are a member of the Jedi Council. You are secretly very powerful.]],
  22. weapons = {"weapon_lightsaber","unarrest_stick", "arrest_stick"}, -- You may wanna find a pickpocket swep and add it here.
  23. command = "anakin",
  24. max = 0,
  25. salary = 100,
  26. admin = 0,
  27. vote = false,
  28. hasLicense = true,
  29. category = "Jedi",
  30. PlayerLoadout = function(ply)-- this line is added. Remember a comma at the end of above line if it is not there.
  31. ply:SetHealth(750)
  32. ply:SetArmor(0)
  33. end,
  34. })
  35. TEAM_OBIWAN = DarkRP.createJob("Obi-wan Kenobi", {
  36. color = Color(0, 0, 0, 255),
  37. model = "models/tfa/comm/gg/pm_sw_obiwan_alt.mdl",
  38. description = [[You are a member of the Jedi Council.]],
  39. weapons = {"weapon_lightsaber","unarrest_stick", "arrest_stick"}, -- You may wanna find a pickpocket swep and add it here.
  40. command = "obiwan",
  41. max = 0,
  42. salary = 100,
  43. admin = 0,
  44. vote = false,
  45. hasLicense = true,
  46. category = "Jedi",
  47. PlayerLoadout = function(ply)-- this line is added. Remember a comma at the end of above line if it is not there.
  48. ply:SetHealth(750)
  49. ply:SetArmor(0)
  50. end,
  51. })
  52.  
  53. TEAM_SHAAK = DarkRP.createJob("Shaak Ti", {
  54. color = Color(0, 0, 0, 255),
  55. model = "models/tfa/comm/gg/pm_sw_shaakti.mdl",
  56. description = [[You are a member of the Jedi Council.]],
  57. weapons = {"weapon_lightsaber","unarrest_stick", "arrest_stick"}, -- You may wanna find a pickpocket swep and add it here.
  58. command = "shaak",
  59. max = 0,
  60. salary = 100,
  61. admin = 0,
  62. vote = false,
  63. hasLicense = true,
  64. category = "Jedi",
  65. PlayerLoadout = function(ply)-- this line is added. Remember a comma at the end of above line if it is not there.
  66. ply:SetHealth(750)
  67. ply:SetArmor(0)
  68. end,
  69. })
  70. TEAM_MUNDI = DarkRP.createJob("Ki-Adi-Mundi", {
  71. color = Color(0, 0, 0, 255),
  72. model = "models/tfa/comm/gg/pm_sw_mundi.mdl",
  73. description = [[You are a member of the Jedi Council.]],
  74. weapons = {"weapon_lightsaber","unarrest_stick", "arrest_stick"}, -- You may wanna find a pickpocket swep and add it here.
  75. command = "mundi",
  76. max = 0,
  77. salary = 100,
  78. admin = 0,
  79. vote = false,
  80. hasLicense = true,
  81. category = "Jedi",
  82. PlayerLoadout = function(ply)-- this line is added. Remember a comma at the end of above line if it is not there.
  83. ply:SetHealth(750)
  84. ply:SetArmor(0)
  85. end,
  86. })
  87.  
  88. TEAM_FISTO = DarkRP.createJob("Kit Fisto", {
  89. color = Color(0, 0, 0, 255),
  90. model = "models/tfa/comm/gg/pm_sw_fisto.mdl",
  91. description = [[You are a member of the Jedi Council.]],
  92. weapons = {"weapon_lightsaber","unarrest_stick", "arrest_stick"}, -- You may wanna find a pickpocket swep and add it here.
  93. command = "fisto",
  94. max = 0,
  95. salary = 100,
  96. admin = 0,
  97. vote = false,
  98. hasLicense = true,
  99. category = "Jedi",
  100. PlayerLoadout = function(ply)-- this line is added. Remember a comma at the end of above line if it is not there.
  101. ply:SetHealth(750)
  102. ply:SetArmor(0)
  103. end,
  104. })
  105. TEAM_AAYALA = DarkRP.createJob("Aayla Secura", {
  106. color = Color(0, 0, 0, 255),
  107. model = "models/tfa/comm/gg/pm_sw_aayala.mdl",
  108. description = [[You are a member of the Jedi Council.]],
  109. weapons = {"weapon_lightsaber","unarrest_stick", "arrest_stick"}, -- You may wanna find a pickpocket swep and add it here.
  110. command = "aayla",
  111. max = 0,
  112. salary = 100,
  113. admin = 0,
  114. vote = false,
  115. hasLicense = true,
  116. category = "Jedi",
  117. PlayerLoadout = function(ply)-- this line is added. Remember a comma at the end of above line if it is not there.
  118. ply:SetHealth(750)
  119. ply:SetArmor(0)
  120. end,
  121. })
  122. TEAM_YODA = DarkRP.createJob("Master Yoda", {
  123. color = Color(0, 0, 0, 255),
  124. model = "models/tfa/comm/gg/pm_sw_yodanojig.mdl",
  125. description = [[You are a member of the Jedi Council.]],
  126. weapons = {"weapon_lightsaber","unarrest_stick", "arrest_stick"}, -- You may wanna find a pickpocket swep and add it here.
  127. command = "yoda",
  128. max = 0,
  129. salary = 100,
  130. admin = 0,
  131. vote = false,
  132. hasLicense = true,
  133. modelScale = 0.5,
  134. category = "Jedi",
  135. PlayerLoadout = function(ply)-- this line is added. Remember a comma at the end of above line if it is not there.
  136. ply:SetHealth(1250)
  137. ply:SetArmor(0)
  138. end,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement