Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.35 KB | None | 0 0
  1. TEAM_501ST = DarkRP.createJob("501st Trooper", {
  2. color = Color(0, 41, 255, 255),
  3. model = {"models/lazarusgaming/lg501sttrooper/lg501sttrooper.mdl"},
  4. description = [[You are a trooper of the 501st Legion, a clone legion specialising in frontline combat and shattering enemy lines through brute force]],
  5. weapons = {"rw_sw_dc17ext","weapon_holster","bkeycard","rw_sw_dc15a","rw_sw_z6"},
  6. command = "501sttrooper",
  7. max = 0,
  8. salary = 0,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. sortOrder = 1,
  14. category = "501st",
  15. ammo = {
  16. ["ar2"] = 1000
  17. },
  18. PlayerSpawn = function(ply)
  19. ply:SetMaxHealth(150)
  20. ply:SetHealth(150)
  21. ply:SetArmor(100)
  22. end
  23. })
  24.  
  25. TEAM_501SERGEANT = DarkRP.createJob("501st Sergeant", {
  26. color = Color(0, 41, 255, 255),
  27. model = {"models/lazarusgaming/lg501sttrooper/lg501sttrooper.mdl"},
  28. description = [[You are a Non-Commissioned Officer of the 501st Legion, a clone legion specialising in frontline combat and shattering enemy lines through brute force]],
  29. weapons = {"rw_sw_dc17ext","weapon_holster","bkeycard","rw_sw_dc15a","rw_sw_z6"},
  30. command = "501stsgt",
  31. max = 0,
  32. salary = 0,
  33. admin = 0,
  34. vote = false,
  35. hasLicense = true,
  36. candemote = false,
  37. sortOrder = 2,
  38. category = "501st",
  39. ammo = {
  40. ["ar2"] = 1000
  41. },
  42. PlayerSpawn = function(ply)
  43. ply:SetMaxHealth(150)
  44. ply:SetHealth(150)
  45. ply:SetArmor(150)
  46. end
  47. })
  48.  
  49. TEAM_501STMEDIC = DarkRP.createJob("501st Medic", {
  50. color = Color(0, 41, 255, 255),
  51. model = {"models/doublehexgaming/dhg501sttrooper/dhg501sttrooper.mdl"},
  52. description = [[You are a medical trooper of the 501st Legion, a clone legion specialising in frontline combat and shattering enemy lines through brute force]],
  53. weapons = {"rw_sw_dc17ext","weapon_holster","bkeycard","rw_sw_dc15a","rw_sw_z6","weapon_bactanade","weapon_bactainjector","weapon_defibrillator"},
  54. command = "501stmedic",
  55. max = 0,
  56. salary = 0,
  57. admin = 0,
  58. vote = false,
  59. hasLicense = true,
  60. candemote = false,
  61. sortOrder = 3,
  62. category = "501st",
  63. ammo = {
  64. ["ar2"] = 1000
  65. },
  66. PlayerSpawn = function(ply)
  67. ply:SetMaxHealth(150)
  68. ply:SetHealth(150)
  69. ply:SetArmor(100)
  70. end
  71. })
  72.  
  73. TEAM_501STENGINEER = DarkRP.createJob("501st Engineer", {
  74. color = Color(0, 41, 255, 255),
  75. model = {"models/doublehexgaming/dhg501sttrooper/dhg501sttrooper.mdl"},
  76. description = [[You are a Engineer of the 501st Legion, a clone legion specialising in frontline combat and shattering enemy lines through brute force]],
  77. weapons = {"rw_sw_dc17ext","weapon_holster","bkeycard","rw_sw_dc15a","rw_sw_z6","weapon_extinguisher","alydus_fusioncutter","alydus_fortificationbuildertablet"},
  78. command = "501stengineer",
  79. max = 0,
  80. salary = 0,
  81. admin = 0,
  82. vote = false,
  83. hasLicense = true,
  84. candemote = false,
  85. sortOrder = 4,
  86. category = "501st",
  87. ammo = {
  88. ["ar2"] = 1000
  89. },
  90. PlayerSpawn = function(ply)
  91. ply:SetMaxHealth(150)
  92. ply:SetHealth(150)
  93. ply:SetArmor(100)
  94. end
  95. })
  96.  
  97. TEAM_501PILOT = DarkRP.createJob("501st Pilot", {
  98. color = Color(0, 41, 255, 255),
  99. model = {"models/lazarusgaming/lg501sttrooper/lg501sttrooper.mdl"},
  100. description = [[You are a pilot of the 501st Legion, a clone legion specialising in frontline combat and shattering enemy lines through brute force]],
  101. weapons = {"rw_sw_dc17ext","weapon_holster","bkeycard","rw_sw_dc15a","rw_sw_z6"},
  102. command = "501stpilot",
  103. max = 0,
  104. salary = 0,
  105. admin = 0,
  106. vote = false,
  107. hasLicense = true,
  108. candemote = false,
  109. sortOrder = 5,
  110. category = "501st",
  111. ammo = {
  112. ["ar2"] = 1000
  113. },
  114. PlayerSpawn = function(ply)
  115. ply:SetMaxHealth(150)
  116. ply:SetHealth(150)
  117. ply:SetArmor(100)
  118. end
  119. })
  120.  
  121. TEAM_501STOFFICER = DarkRP.createJob("501st Officer", {
  122. color = Color(0, 41, 255, 255),
  123. model = {"models/lazarusgaming/lg501sttorrentcompany/lg501sttorrentcompany.mdl"},
  124. description = [[You are an officer of the 501st Legion, a clone legion specialising in frontline combat and shattering enemy lines through brute force]],
  125. weapons = {"rw_sw_dc17ext","weapon_holster","bkeycard","rw_sw_dc15a","rw_sw_z6",rw_sw_dual_dc17ext},
  126. command = "501stofficer",
  127. max = 0,
  128. salary = 0,
  129. admin = 0,
  130. vote = false,
  131. hasLicense = true,
  132. candemote = false,
  133. sortOrder = 6,
  134. category = "501st",
  135. ammo = {
  136. ["ar2"] = 1000
  137. },
  138. PlayerSpawn = function(ply)
  139. ply:SetMaxHealth(250)
  140. ply:SetHealth(250)
  141. ply:SetArmor(150)
  142. end
  143. })
  144.  
  145. TEAM_501STCAPTAINREX = DarkRP.createJob("501st Captain Rex", {
  146. color = Color(0, 41, 255, 255),
  147. model = {"models/lazarusgaming/lg501strex/lg501strex.mdl"},
  148. description = [[You are a captain of the 501st Legion, a clone legion specialising in frontline combat and shattering enemy lines through brute force]],
  149. weapons = {"rw_sw_dc17ext","weapon_holster","bkeycard","rw_sw_dc15a","rw_sw_z6",rw_sw_dual_dc17ext},
  150. command = "501stcaptainrex",
  151. max = 0,
  152. salary = 0,
  153. admin = 0,
  154. vote = false,
  155. hasLicense = true,
  156. candemote = false,
  157. sortOrder = 7,
  158. category = "501st",
  159. ammo = {
  160. ["ar2"] = 1000
  161. },
  162. PlayerSpawn = function(ply)
  163. ply:SetMaxHealth(250)
  164. ply:SetHealth(250)
  165. ply:SetArmor(150)
  166. end
  167. })
  168.  
  169. TEAM_501STCOMMANDER = DarkRP.createJob("501st Commander", {
  170. color = Color(0, 41, 255, 255),
  171. model = {"models/lazarusgaming/lg501stcommander/lg501stcommander.mdl"},
  172. description = [[You are a commander of the 501st Legion, a clone legion specialising in frontline combat and shattering enemy lines through brute force]],
  173. weapons = {"rw_sw_dc17ext","weapon_holster","bkeycard","rw_sw_dc15a","rw_sw_z6",rw_sw_dual_dc17ext},
  174. command = "501stcommander",
  175. max = 0,
  176. salary = 0,
  177. admin = 0,
  178. vote = false,
  179. hasLicense = true,
  180. candemote = false,
  181. sortOrder = 8,
  182. category = "501st",
  183. ammo = {
  184. ["ar2"] = 1000
  185. },
  186. PlayerSpawn = function(ply)
  187. ply:SetMaxHealth(250)
  188. ply:SetHealth(250)
  189. ply:SetArmor(200)
  190. end
  191. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement