Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. TEAM_CT = DarkRP.createJob("Clone Trooper", {
  2. color = Color(209, 209, 209, 255),
  3. model = {"models/player/longshot/ct/trooper/ct_trooper.mdl"},
  4. description = [[You are an unassigned trooper within the republic either rank up within clone troopers ]],
  5. weapons = {"rw_sw_dc17ext","rw_sw_dc15s","weapon_holster","bkeycard"},
  6. command = "clonetrooper",
  7. max = 0,
  8. salary = 0,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. sortOrder = 1,
  14. category = "CT",
  15. ammo = {
  16. ["ar2"] = 1000
  17. },
  18. PlayerSpawn = function(ply)
  19. ply:SetMaxHealth(100)
  20. ply:SetHealth(100)
  21. ply:SetArmor(100)
  22. end
  23. })
  24.  
  25. TEAM_CTSERGEANT = DarkRP.createJob("Clone Trooper Sergeant", {
  26. color = Color(209, 209, 209, 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","rw_sw_dc15s","weapon_holster","bkeycard"},
  30. command = "ctsgt",
  31. max = 0,
  32. salary = 0,
  33. admin = 0,
  34. vote = false,
  35. hasLicense = true,
  36. candemote = false,
  37. sortOrder = 2,
  38. category = "CT",
  39. ammo = {
  40. ["ar2"] = 1000
  41. },
  42. PlayerSpawn = function(ply)
  43. ply:SetMaxHealth(150)
  44. ply:SetHealth(150)
  45. ply:SetArmor(100)
  46. end
  47. })
  48.  
  49. TEAM_CTMEDIC = DarkRP.createJob("Clone Trooper Medic", {
  50. color = Color(209, 209, 209, 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","rw_sw_dc15s","weapon_holster","bkeycard","weapon_bactanade","weapon_bactainjector","weapon_defibrillator"},
  54. command = "ctmedic",
  55. max = 0,
  56. salary = 0,
  57. admin = 0,
  58. vote = false,
  59. hasLicense = true,
  60. candemote = false,
  61. sortOrder = 3,
  62. category = "CT",
  63. ammo = {
  64. ["ar2"] = 1000
  65. },
  66. PlayerSpawn = function(ply)
  67. ply:SetMaxHealth(100)
  68. ply:SetHealth(100)
  69. ply:SetArmor(100)
  70. end
  71. })
  72.  
  73. TEAM_CTENGINEER = DarkRP.createJob("Clone Trooper Engineer", {
  74. color = Color(209, 209, 209, 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","rw_sw_dc15s","weapon_holster","bkeycard","weapon_extinguisher","alydus_fusioncutter","alydus_fortificationbuildertablet"},
  78. command = "ctengineer",
  79. max = 0,
  80. salary = 0,
  81. admin = 0,
  82. vote = false,
  83. hasLicense = true,
  84. candemote = false,
  85. sortOrder = 4,
  86. category = "CT",
  87. ammo = {
  88. ["ar2"] = 1000
  89. },
  90. PlayerSpawn = function(ply)
  91. ply:SetMaxHealth(100)
  92. ply:SetHealth(100)
  93. ply:SetArmor(100)
  94. end
  95. })
  96.  
  97. TEAM_CTPILOT = DarkRP.createJob("501st Pilot", {
  98. color = Color(209, 209, 209, 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","rw_sw_dc15s","weapon_holster","bkeycard"},
  102. command = "ctpilot",
  103. max = 0,
  104. salary = 0,
  105. admin = 0,
  106. vote = false,
  107. hasLicense = true,
  108. candemote = false,
  109. sortOrder = 5,
  110. category = "CT",
  111. ammo = {
  112. ["ar2"] = 1000
  113. },
  114. PlayerSpawn = function(ply)
  115. ply:SetMaxHealth(100)
  116. ply:SetHealth(100)
  117. ply:SetArmor(100)
  118. end
  119. })
  120.  
  121. TEAM_CTOFFICER = DarkRP.createJob("Clone Trooper Officer", {
  122. color = Color(209, 209, 209, 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","rw_sw_dc15s","weapon_holster","bkeycard","rw_sw_z6",rw_sw_dual_dc17ext},
  126. command = "ctofficer",
  127. max = 0,
  128. salary = 0,
  129. admin = 0,
  130. vote = false,
  131. hasLicense = true,
  132. candemote = false,
  133. sortOrder = 6,
  134. category = "CT",
  135. ammo = {
  136. ["ar2"] = 1000
  137. },
  138. PlayerSpawn = function(ply)
  139. ply:SetMaxHealth(200)
  140. ply:SetHealth(200)
  141. ply:SetArmor(100)
  142. end
  143. })
  144.  
  145. TEAM_CTCOMMANDER = DarkRP.createJob("Clone Trooper Commander", {
  146. color = Color(209, 209, 209, 255),
  147. model = {"models/lazarusgaming/lg501stcommander/lg501stcommander.mdl"},
  148. description = [[You are a commander of the 501st Legion, a clone legion specialising in frontline combat and shattering enemy lines through brute force]],
  149. weapons = {"rw_sw_dc17ext","rw_sw_dc15s","weapon_holster","bkeycard",rw_sw_dual_dc17ext},
  150. command = "ctcommander",
  151. max = 0,
  152. salary = 0,
  153. admin = 0,
  154. vote = false,
  155. hasLicense = true,
  156. candemote = false,
  157. sortOrder = 8,
  158. category = "CT",
  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. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement