Advertisement
Guest User

Untitled

a guest
May 19th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.79 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. DarkRP custom jobs
  3. ---------------------------------------------------------------------------
  4. This file contains your custom jobs.
  5. This file should also contain jobs from DarkRP that you edited.
  6.  
  7. Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
  8. Once you've done that, copy and paste the job to this file and edit it.
  9.  
  10. The default jobs can be found here:
  11. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
  12.  
  13. For examples and explanation please visit this wiki page:
  14. http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
  15.  
  16. Add your custom jobs under the following line:
  17. ---------------------------------------------------------------------------]]
  18. TEAM_RECRUIT = DarkRP.createJob("UNSC Marine Recruit", {
  19. color = Color(52, 111, 52, 255),
  20. model = {
  21. "models/ishi/halo_rebirth/player/offduty/female/offduty_bella.mdl",
  22. "models/ishi/halo_rebirth/player/offduty/female/offduty_dominique.mdl",
  23. "models/ishi/halo_rebirth/player/offduty/female/offduty_faridah.mdl",
  24. "models/ishi/halo_rebirth/player/offduty/female/offduty_hank.mdl",
  25. "models/ishi/halo_rebirth/player/offduty/female/offduty_katya.mdl",
  26. "models/ishi/halo_rebirth/player/offduty/female/offduty_linda.mdl",
  27. "models/ishi/halo_rebirth/player/offduty/female/offduty_ltd.mdl",
  28. "models/ishi/halo_rebirth/player/offduty/female/offduty_miia.mdl",
  29. "models/ishi/halo_rebirth/player/offduty/female/offduty_mira.mdl",
  30. "models/ishi/halo_rebirth/player/offduty/female/offduty_neca.mdl",
  31. "models/ishi/halo_rebirth/player/offduty/female/offduty_snowy.mdl",
  32. "models/ishi/halo_rebirth/player/offduty/female/offduty_reid.mdl",
  33. "models/ishi/halo_rebirth/player/offduty/female/offduty_tequila.mdl",
  34. "models/ishi/halo_rebirth/player/offduty/female/offduty_wallaby.mdl",
  35. "models/ishi/halo_rebirth/player/offduty/male/offduty_eyecberg.mdl",
  36. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_alfie.mdl",
  37. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_carl.mdl",
  38. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_donnie.mdl",
  39. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_fabrice.mdl",
  40. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_gilberto.mdl",
  41. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_islambek.mdl",
  42. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_john.mdl",
  43. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_jose.mdl",
  44. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_michael.mdl",
  45. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_ray.mdl",
  46. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_rob.mdl",
  47. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_yasser.mdl",
  48. "models/ishi/halo_rebirth/player/offduty/male/offduty_g_yohannes.mdl",
  49. "models/ishi/halo_rebirth/player/offduty/male/offduty_heretic.mdl",
  50. "models/ishi/halo_rebirth/player/offduty/male/offduty_jeffrey.mdl",
  51. "models/ishi/halo_rebirth/player/offduty/male/offduty_snippy.mdl"
  52. },
  53. description = [[The Quarren, also known by the derogatory nickname "Squid Heads," were a humanoid, squid-like species native to the planet Mon Cala, where they coexisted with the Mon Calamari in a tense, albeit peaceful, relationship.]],
  54. weapons = {"salute"},
  55. command = "recruit",
  56. max = 0,
  57. salary = 0,
  58. sortOrder = 1,
  59. admin = 0,
  60. vote = false,
  61. hasLicense = true,
  62. candemote = false,
  63. category = "UNSC: Marines",
  64. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetMaxHealth(100) ply:SetArmor(50) end,
  65. } )
  66.  
  67. TEAM_MARINETROOPER = DarkRP.createJob("UNSC Marine", {
  68. color = Color(52, 111, 52, 255),
  69. model = {
  70. "models/ishi/halo_rebirth/player/marines/male/marine_g_carl.mdl",
  71. "models/ishi/halo_rebirth/player/marines/male/marine_g_donnie.mdl",
  72. "models/ishi/halo_rebirth/player/marines/male/marine_g_fabrice.mdl",
  73. "models/ishi/halo_rebirth/player/marines/male/marine_g_gilberto.mdl",
  74. "models/ishi/halo_rebirth/player/marines/male/marine_g_islambek.mdl",
  75. "models/ishi/halo_rebirth/player/marines/male/marine_g_john.mdl",
  76. "models/ishi/halo_rebirth/player/marines/male/marine_g_jose.mdl",
  77. "models/ishi/halo_rebirth/player/marines/male/marine_g_michael.mdl",
  78. "models/ishi/halo_rebirth/player/marines/female/marine_bella.mdl",
  79. "models/ishi/halo_rebirth/player/marines/female/marine_dominique.mdl",
  80. "models/ishi/halo_rebirth/player/marines/female/marine_faridah.mdl",
  81. "models/ishi/halo_rebirth/player/marines/female/marine_hank.mdl",
  82. "models/ishi/halo_rebirth/player/marines/female/marine_katya.mdl",
  83. "models/ishi/halo_rebirth/player/marines/female/marine_linda.mdl",
  84. "models/ishi/halo_rebirth/player/marines/female/marine_ltd.mdl",
  85. "models/ishi/halo_rebirth/player/marines/female/marine_miia.mdl",
  86. "models/ishi/halo_rebirth/player/marines/female/marine_mira.mdl",
  87. "models/ishi/halo_rebirth/player/marines/female/marine_neca.mdl",
  88. "models/ishi/halo_rebirth/player/marines/female/marine_snowy.mdl",
  89. "models/ishi/halo_rebirth/player/marines/female/marine_reid.mdl",
  90. "models/ishi/halo_rebirth/player/marines/female/marine_tequila.mdl",
  91. "models/ishi/halo_rebirth/player/marines/female/marine_wallaby.mdl",
  92. "models/ishi/halo_rebirth/player/marines/male/marine_eyecberg.mdl",
  93. "models/ishi/halo_rebirth/player/marines/male/marine_g_alfie.mdl",
  94. "models/ishi/halo_rebirth/player/marines/male/marine_g_ray.mdl",
  95. "models/ishi/halo_rebirth/player/marines/male/marine_g_rob.mdl",
  96. "models/ishi/halo_rebirth/player/marines/male/marine_g_yasser.mdl",
  97. "models/ishi/halo_rebirth/player/marines/male/marine_g_yohannes.mdl",
  98. "models/ishi/halo_rebirth/player/marines/male/marine_heretic.mdl",
  99. "models/ishi/halo_rebirth/player/marines/male/marine_jeffrey.mdl",
  100. "models/ishi/halo_rebirth/player/marines/male/marine_snippy.mdl"
  101. },
  102. description = [[UNSC Marine Infantry were the backbone of the UNSC. Their job is to defend United Earth from the Covenant and assault enemy installations. They also are tasked with protecting naval vessels and are under the command of the Unified Ground Command.]],
  103. weapons = {"tfa_hr_swep_assault_rifle", "tfa_rebirth_m6c", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  104. command = "m",
  105. max = 0,
  106. salary = 100,
  107. sortOrder = 2,
  108. admin = 0,
  109. vote = false,
  110. hasLicense = true,
  111. candemote = false,
  112. category = "UNSC: Marines",
  113. PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(200) end,
  114. } )
  115.  
  116. TEAM_MARINEMEDIC = DarkRP.createJob("UNSC Marine Medic", {
  117. color = Color(52, 111, 52, 255),
  118. model = {
  119. "models/ishi/halo_rebirth/player/marines/male/marine_g_carl.mdl",
  120. "models/ishi/halo_rebirth/player/marines/male/marine_g_donnie.mdl",
  121. "models/ishi/halo_rebirth/player/marines/male/marine_g_fabrice.mdl",
  122. "models/ishi/halo_rebirth/player/marines/male/marine_g_gilberto.mdl",
  123. "models/ishi/halo_rebirth/player/marines/male/marine_g_islambek.mdl",
  124. "models/ishi/halo_rebirth/player/marines/male/marine_g_john.mdl",
  125. "models/ishi/halo_rebirth/player/marines/male/marine_g_jose.mdl",
  126. "models/ishi/halo_rebirth/player/marines/male/marine_g_michael.mdl",
  127. "models/ishi/halo_rebirth/player/marines/female/marine_bella.mdl",
  128. "models/ishi/halo_rebirth/player/marines/female/marine_dominique.mdl",
  129. "models/ishi/halo_rebirth/player/marines/female/marine_faridah.mdl",
  130. "models/ishi/halo_rebirth/player/marines/female/marine_hank.mdl",
  131. "models/ishi/halo_rebirth/player/marines/female/marine_katya.mdl",
  132. "models/ishi/halo_rebirth/player/marines/female/marine_linda.mdl",
  133. "models/ishi/halo_rebirth/player/marines/female/marine_ltd.mdl",
  134. "models/ishi/halo_rebirth/player/marines/female/marine_miia.mdl",
  135. "models/ishi/halo_rebirth/player/marines/female/marine_mira.mdl",
  136. "models/ishi/halo_rebirth/player/marines/female/marine_neca.mdl",
  137. "models/ishi/halo_rebirth/player/marines/female/marine_snowy.mdl",
  138. "models/ishi/halo_rebirth/player/marines/female/marine_reid.mdl",
  139. "models/ishi/halo_rebirth/player/marines/female/marine_tequila.mdl",
  140. "models/ishi/halo_rebirth/player/marines/female/marine_wallaby.mdl",
  141. "models/ishi/halo_rebirth/player/marines/male/marine_eyecberg.mdl",
  142. "models/ishi/halo_rebirth/player/marines/male/marine_g_alfie.mdl",
  143. "models/ishi/halo_rebirth/player/marines/male/marine_g_ray.mdl",
  144. "models/ishi/halo_rebirth/player/marines/male/marine_g_rob.mdl",
  145. "models/ishi/halo_rebirth/player/marines/male/marine_g_yasser.mdl",
  146. "models/ishi/halo_rebirth/player/marines/male/marine_g_yohannes.mdl",
  147. "models/ishi/halo_rebirth/player/marines/male/marine_heretic.mdl",
  148. "models/ishi/halo_rebirth/player/marines/male/marine_jeffrey.mdl",
  149. "models/ishi/halo_rebirth/player/marines/male/marine_snippy.mdl"
  150. },
  151. description = [[UNSC Marine Infantry were the backbone of the UNSC. The medics were tasked with tending to the wounded both in combat and at bases.]],
  152. weapons = {"tfa_ishi_m7", "tfa_rebirth_m6c", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  153. command = "mmed",
  154. max = 10,
  155. salary = 200,
  156. sortOrder = 3,
  157. admin = 0,
  158. vote = false,
  159. hasLicense = true,
  160. candemote = false,
  161. category = "UNSC: Marines",
  162. PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(200) end,
  163. } )
  164.  
  165. TEAM_MARINECQB = DarkRP.createJob("UNSC Marine CQB", {
  166. color = Color(52, 111, 52, 255),
  167. model = {
  168. "models/ishi/halo_rebirth/player/marines/male/marine_g_carl.mdl",
  169. "models/ishi/halo_rebirth/player/marines/male/marine_g_donnie.mdl",
  170. "models/ishi/halo_rebirth/player/marines/male/marine_g_fabrice.mdl",
  171. "models/ishi/halo_rebirth/player/marines/male/marine_g_gilberto.mdl",
  172. "models/ishi/halo_rebirth/player/marines/male/marine_g_islambek.mdl",
  173. "models/ishi/halo_rebirth/player/marines/male/marine_g_john.mdl",
  174. "models/ishi/halo_rebirth/player/marines/male/marine_g_jose.mdl",
  175. "models/ishi/halo_rebirth/player/marines/male/marine_g_michael.mdl",
  176. "models/ishi/halo_rebirth/player/marines/female/marine_bella.mdl",
  177. "models/ishi/halo_rebirth/player/marines/female/marine_dominique.mdl",
  178. "models/ishi/halo_rebirth/player/marines/female/marine_faridah.mdl",
  179. "models/ishi/halo_rebirth/player/marines/female/marine_hank.mdl",
  180. "models/ishi/halo_rebirth/player/marines/female/marine_katya.mdl",
  181. "models/ishi/halo_rebirth/player/marines/female/marine_linda.mdl",
  182. "models/ishi/halo_rebirth/player/marines/female/marine_ltd.mdl",
  183. "models/ishi/halo_rebirth/player/marines/female/marine_miia.mdl",
  184. "models/ishi/halo_rebirth/player/marines/female/marine_mira.mdl",
  185. "models/ishi/halo_rebirth/player/marines/female/marine_neca.mdl",
  186. "models/ishi/halo_rebirth/player/marines/female/marine_snowy.mdl",
  187. "models/ishi/halo_rebirth/player/marines/female/marine_reid.mdl",
  188. "models/ishi/halo_rebirth/player/marines/female/marine_tequila.mdl",
  189. "models/ishi/halo_rebirth/player/marines/female/marine_wallaby.mdl",
  190. "models/ishi/halo_rebirth/player/marines/male/marine_eyecberg.mdl",
  191. "models/ishi/halo_rebirth/player/marines/male/marine_g_alfie.mdl",
  192. "models/ishi/halo_rebirth/player/marines/male/marine_g_ray.mdl",
  193. "models/ishi/halo_rebirth/player/marines/male/marine_g_rob.mdl",
  194. "models/ishi/halo_rebirth/player/marines/male/marine_g_yasser.mdl",
  195. "models/ishi/halo_rebirth/player/marines/male/marine_g_yohannes.mdl",
  196. "models/ishi/halo_rebirth/player/marines/male/marine_heretic.mdl",
  197. "models/ishi/halo_rebirth/player/marines/male/marine_jeffrey.mdl",
  198. "models/ishi/halo_rebirth/player/marines/male/marine_snippy.mdl"
  199. },
  200. description = [[UNSC Marine Infantry were the backbone of the UNSC. The medics were tasked with tending to the wounded both in combat and at bases.]],
  201. weapons = {"tfa_ishi_m7", "tfa_rebirth_m6c", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  202. command = "mcqb",
  203. max = 10,
  204. salary = 200,
  205. sortOrder = 4,
  206. admin = 0,
  207. vote = false,
  208. hasLicense = true,
  209. candemote = false,
  210. category = "UNSC: Marines",
  211. PlayerLoadout = function(ply) ply:SetHealth(400) ply:SetMaxHealth(400) ply:SetArmor(350) ply:SetArmor(200) end,
  212. } )
  213.  
  214. TEAM_MARINESUPPORT = DarkRP.createJob("UNSC Marine Support Specialist", {
  215. color = Color(52, 111, 52, 255),
  216. model = {
  217. "models/ishi/halo_rebirth/player/marines/male/marine_g_carl.mdl",
  218. "models/ishi/halo_rebirth/player/marines/male/marine_g_donnie.mdl",
  219. "models/ishi/halo_rebirth/player/marines/male/marine_g_fabrice.mdl",
  220. "models/ishi/halo_rebirth/player/marines/male/marine_g_gilberto.mdl",
  221. "models/ishi/halo_rebirth/player/marines/male/marine_g_islambek.mdl",
  222. "models/ishi/halo_rebirth/player/marines/male/marine_g_john.mdl",
  223. "models/ishi/halo_rebirth/player/marines/male/marine_g_jose.mdl",
  224. "models/ishi/halo_rebirth/player/marines/male/marine_g_michael.mdl",
  225. "models/ishi/halo_rebirth/player/marines/female/marine_bella.mdl",
  226. "models/ishi/halo_rebirth/player/marines/female/marine_dominique.mdl",
  227. "models/ishi/halo_rebirth/player/marines/female/marine_faridah.mdl",
  228. "models/ishi/halo_rebirth/player/marines/female/marine_hank.mdl",
  229. "models/ishi/halo_rebirth/player/marines/female/marine_katya.mdl",
  230. "models/ishi/halo_rebirth/player/marines/female/marine_linda.mdl",
  231. "models/ishi/halo_rebirth/player/marines/female/marine_ltd.mdl",
  232. "models/ishi/halo_rebirth/player/marines/female/marine_miia.mdl",
  233. "models/ishi/halo_rebirth/player/marines/female/marine_mira.mdl",
  234. "models/ishi/halo_rebirth/player/marines/female/marine_neca.mdl",
  235. "models/ishi/halo_rebirth/player/marines/female/marine_snowy.mdl",
  236. "models/ishi/halo_rebirth/player/marines/female/marine_reid.mdl",
  237. "models/ishi/halo_rebirth/player/marines/female/marine_tequila.mdl",
  238. "models/ishi/halo_rebirth/player/marines/female/marine_wallaby.mdl",
  239. "models/ishi/halo_rebirth/player/marines/male/marine_eyecberg.mdl",
  240. "models/ishi/halo_rebirth/player/marines/male/marine_g_alfie.mdl",
  241. "models/ishi/halo_rebirth/player/marines/male/marine_g_ray.mdl",
  242. "models/ishi/halo_rebirth/player/marines/male/marine_g_rob.mdl",
  243. "models/ishi/halo_rebirth/player/marines/male/marine_g_yasser.mdl",
  244. "models/ishi/halo_rebirth/player/marines/male/marine_g_yohannes.mdl",
  245. "models/ishi/halo_rebirth/player/marines/male/marine_heretic.mdl",
  246. "models/ishi/halo_rebirth/player/marines/male/marine_jeffrey.mdl",
  247. "models/ishi/halo_rebirth/player/marines/male/marine_snippy.mdl"
  248. },
  249. description = [[UNSC Marine Support Specialists were marines who were equipped with rocket launchers and frag grenades to help deal heavier blows to the Covenant lines.]],
  250. weapons = {"tfa_halo2_rocket_launcher_anniversary", "tfa_rebirth_m6c", "cross_arms_swep", "salute_swep", "surrender_animation_swep", "halo_frag", "tfa_rebirth_ma5d"},
  251. command = "mss",
  252. max = 10,
  253. salary = 250,
  254. sortOrder = 5,
  255. admin = 0,
  256. vote = false,
  257. hasLicense = true,
  258. candemote = false,
  259. category = "UNSC: Marines",
  260. PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(200) end,
  261. } )
  262.  
  263. TEAM_MARINERIFLEMAN = DarkRP.createJob("UNSC Marine Rifleman", {
  264. color = Color(52, 111, 52, 255),
  265. model = {
  266. "models/ishi/halo_rebirth/player/marines/male/marine_g_carl.mdl",
  267. "models/ishi/halo_rebirth/player/marines/male/marine_g_donnie.mdl",
  268. "models/ishi/halo_rebirth/player/marines/male/marine_g_fabrice.mdl",
  269. "models/ishi/halo_rebirth/player/marines/male/marine_g_gilberto.mdl",
  270. "models/ishi/halo_rebirth/player/marines/male/marine_g_islambek.mdl",
  271. "models/ishi/halo_rebirth/player/marines/male/marine_g_john.mdl",
  272. "models/ishi/halo_rebirth/player/marines/male/marine_g_jose.mdl",
  273. "models/ishi/halo_rebirth/player/marines/male/marine_g_michael.mdl",
  274. "models/ishi/halo_rebirth/player/marines/female/marine_bella.mdl",
  275. "models/ishi/halo_rebirth/player/marines/female/marine_dominique.mdl",
  276. "models/ishi/halo_rebirth/player/marines/female/marine_faridah.mdl",
  277. "models/ishi/halo_rebirth/player/marines/female/marine_hank.mdl",
  278. "models/ishi/halo_rebirth/player/marines/female/marine_katya.mdl",
  279. "models/ishi/halo_rebirth/player/marines/female/marine_linda.mdl",
  280. "models/ishi/halo_rebirth/player/marines/female/marine_ltd.mdl",
  281. "models/ishi/halo_rebirth/player/marines/female/marine_miia.mdl",
  282. "models/ishi/halo_rebirth/player/marines/female/marine_mira.mdl",
  283. "models/ishi/halo_rebirth/player/marines/female/marine_neca.mdl",
  284. "models/ishi/halo_rebirth/player/marines/female/marine_snowy.mdl",
  285. "models/ishi/halo_rebirth/player/marines/female/marine_reid.mdl",
  286. "models/ishi/halo_rebirth/player/marines/female/marine_tequila.mdl",
  287. "models/ishi/halo_rebirth/player/marines/female/marine_wallaby.mdl",
  288. "models/ishi/halo_rebirth/player/marines/male/marine_eyecberg.mdl",
  289. "models/ishi/halo_rebirth/player/marines/male/marine_g_alfie.mdl",
  290. "models/ishi/halo_rebirth/player/marines/male/marine_g_ray.mdl",
  291. "models/ishi/halo_rebirth/player/marines/male/marine_g_rob.mdl",
  292. "models/ishi/halo_rebirth/player/marines/male/marine_g_yasser.mdl",
  293. "models/ishi/halo_rebirth/player/marines/male/marine_g_yohannes.mdl",
  294. "models/ishi/halo_rebirth/player/marines/male/marine_heretic.mdl",
  295. "models/ishi/halo_rebirth/player/marines/male/marine_jeffrey.mdl",
  296. "models/ishi/halo_rebirth/player/marines/male/marine_snippy.mdl"
  297. },
  298. description = [[The UNSC riflemen were marines equiped with DMRs and were known to have strong marksmanship.]],
  299. weapons = {"tfa_hr_swep_dmr", "tfa_rebirth_m6c", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  300. command = "mr",
  301. max = 10,
  302. salary = 250,
  303. sortOrder = 6,
  304. admin = 0,
  305. vote = false,
  306. hasLicense = true,
  307. candemote = false,
  308. category = "UNSC: Marines",
  309. PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(200) end,
  310. } )
  311.  
  312. TEAM_MARINECENGINEER = DarkRP.createJob("UNSC Marine Combat Engineer", {
  313. color = Color(52, 111, 52, 255),
  314. model = {
  315. "models/ishi/halo_rebirth/player/marines/male/marine_g_carl.mdl",
  316. "models/ishi/halo_rebirth/player/marines/male/marine_g_donnie.mdl",
  317. "models/ishi/halo_rebirth/player/marines/male/marine_g_fabrice.mdl",
  318. "models/ishi/halo_rebirth/player/marines/male/marine_g_gilberto.mdl",
  319. "models/ishi/halo_rebirth/player/marines/male/marine_g_islambek.mdl",
  320. "models/ishi/halo_rebirth/player/marines/male/marine_g_john.mdl",
  321. "models/ishi/halo_rebirth/player/marines/male/marine_g_jose.mdl",
  322. "models/ishi/halo_rebirth/player/marines/male/marine_g_michael.mdl",
  323. "models/ishi/halo_rebirth/player/marines/female/marine_bella.mdl",
  324. "models/ishi/halo_rebirth/player/marines/female/marine_dominique.mdl",
  325. "models/ishi/halo_rebirth/player/marines/female/marine_faridah.mdl",
  326. "models/ishi/halo_rebirth/player/marines/female/marine_hank.mdl",
  327. "models/ishi/halo_rebirth/player/marines/female/marine_katya.mdl",
  328. "models/ishi/halo_rebirth/player/marines/female/marine_linda.mdl",
  329. "models/ishi/halo_rebirth/player/marines/female/marine_ltd.mdl",
  330. "models/ishi/halo_rebirth/player/marines/female/marine_miia.mdl",
  331. "models/ishi/halo_rebirth/player/marines/female/marine_mira.mdl",
  332. "models/ishi/halo_rebirth/player/marines/female/marine_neca.mdl",
  333. "models/ishi/halo_rebirth/player/marines/female/marine_snowy.mdl",
  334. "models/ishi/halo_rebirth/player/marines/female/marine_reid.mdl",
  335. "models/ishi/halo_rebirth/player/marines/female/marine_tequila.mdl",
  336. "models/ishi/halo_rebirth/player/marines/female/marine_wallaby.mdl",
  337. "models/ishi/halo_rebirth/player/marines/male/marine_eyecberg.mdl",
  338. "models/ishi/halo_rebirth/player/marines/male/marine_g_alfie.mdl",
  339. "models/ishi/halo_rebirth/player/marines/male/marine_g_ray.mdl",
  340. "models/ishi/halo_rebirth/player/marines/male/marine_g_rob.mdl",
  341. "models/ishi/halo_rebirth/player/marines/male/marine_g_yasser.mdl",
  342. "models/ishi/halo_rebirth/player/marines/male/marine_g_yohannes.mdl",
  343. "models/ishi/halo_rebirth/player/marines/male/marine_heretic.mdl",
  344. "models/ishi/halo_rebirth/player/marines/male/marine_jeffrey.mdl",
  345. "models/ishi/halo_rebirth/player/marines/male/marine_snippy.mdl"
  346. },
  347. description = [[UNSC Marine Combat Engineers were tasked with building fortifications for their fellow marines to take cover behind and help with slow pushes.]],
  348. weapons = {"tfa_hr_swep_assault_rifle", "alydus_fortificationbuildertablet", "tfa_rebirth_m6c", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  349. command = "mce",
  350. max = 10,
  351. salary = 250,
  352. sortOrder = 7,
  353. admin = 0,
  354. vote = false,
  355. hasLicense = true,
  356. candemote = false,
  357. category = "UNSC: Marines",
  358. PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(200) end,
  359. } )
  360.  
  361. TEAM_MARINEGTOOPERATOR = DarkRP.createJob("UNSC Marine GTO Operator", {
  362. color = Color(52, 111, 52, 255),
  363. model = {
  364. "models/ishi/halo_rebirth/player/marines/male/marine_g_carl.mdl",
  365. "models/ishi/halo_rebirth/player/marines/male/marine_g_donnie.mdl",
  366. "models/ishi/halo_rebirth/player/marines/male/marine_g_fabrice.mdl",
  367. "models/ishi/halo_rebirth/player/marines/male/marine_g_gilberto.mdl",
  368. "models/ishi/halo_rebirth/player/marines/male/marine_g_islambek.mdl",
  369. "models/ishi/halo_rebirth/player/marines/male/marine_g_john.mdl",
  370. "models/ishi/halo_rebirth/player/marines/male/marine_g_jose.mdl",
  371. "models/ishi/halo_rebirth/player/marines/male/marine_g_michael.mdl",
  372. "models/ishi/halo_rebirth/player/marines/female/marine_bella.mdl",
  373. "models/ishi/halo_rebirth/player/marines/female/marine_dominique.mdl",
  374. "models/ishi/halo_rebirth/player/marines/female/marine_faridah.mdl",
  375. "models/ishi/halo_rebirth/player/marines/female/marine_hank.mdl",
  376. "models/ishi/halo_rebirth/player/marines/female/marine_katya.mdl",
  377. "models/ishi/halo_rebirth/player/marines/female/marine_linda.mdl",
  378. "models/ishi/halo_rebirth/player/marines/female/marine_ltd.mdl",
  379. "models/ishi/halo_rebirth/player/marines/female/marine_miia.mdl",
  380. "models/ishi/halo_rebirth/player/marines/female/marine_mira.mdl",
  381. "models/ishi/halo_rebirth/player/marines/female/marine_neca.mdl",
  382. "models/ishi/halo_rebirth/player/marines/female/marine_snowy.mdl",
  383. "models/ishi/halo_rebirth/player/marines/female/marine_reid.mdl",
  384. "models/ishi/halo_rebirth/player/marines/female/marine_tequila.mdl",
  385. "models/ishi/halo_rebirth/player/marines/female/marine_wallaby.mdl",
  386. "models/ishi/halo_rebirth/player/marines/male/marine_eyecberg.mdl",
  387. "models/ishi/halo_rebirth/player/marines/male/marine_g_alfie.mdl",
  388. "models/ishi/halo_rebirth/player/marines/male/marine_g_ray.mdl",
  389. "models/ishi/halo_rebirth/player/marines/male/marine_g_rob.mdl",
  390. "models/ishi/halo_rebirth/player/marines/male/marine_g_yasser.mdl",
  391. "models/ishi/halo_rebirth/player/marines/male/marine_g_yohannes.mdl",
  392. "models/ishi/halo_rebirth/player/marines/male/marine_heretic.mdl",
  393. "models/ishi/halo_rebirth/player/marines/male/marine_jeffrey.mdl",
  394. "models/ishi/halo_rebirth/player/marines/male/marine_snippy.mdl"
  395. },
  396. description = [[UNSC Marine Ground-To-Orbit Operators (GTO) were tasked with maintaining a strong communication link with the navy at any nearby bases or in orbit near the planet.]],
  397. weapons = {"tfa_hr_swep_assault_rifle", "tabletcomm", "tfa_rebirth_m6c", "cross_arms_swep", "salute_swep", "surrender_animation_swep", "holocomm"},
  398. command = "mgto",
  399. max = 5,
  400. salary = 250,
  401. sortOrder = 8,
  402. admin = 0,
  403. vote = false,
  404. hasLicense = true,
  405. candemote = false,
  406. category = "UNSC: Marines",
  407. PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(200) end,
  408. } )
  409.  
  410. TEAM_MARINESNIPER = DarkRP.createJob("UNSC Marine Sniper", {
  411. color = Color(52, 111, 52, 255),
  412. model = {
  413. "models/ishi/halo_rebirth/player/marines/male/marine_g_carl.mdl",
  414. "models/ishi/halo_rebirth/player/marines/male/marine_g_donnie.mdl",
  415. "models/ishi/halo_rebirth/player/marines/male/marine_g_fabrice.mdl",
  416. "models/ishi/halo_rebirth/player/marines/male/marine_g_gilberto.mdl",
  417. "models/ishi/halo_rebirth/player/marines/male/marine_g_islambek.mdl",
  418. "models/ishi/halo_rebirth/player/marines/male/marine_g_john.mdl",
  419. "models/ishi/halo_rebirth/player/marines/male/marine_g_jose.mdl",
  420. "models/ishi/halo_rebirth/player/marines/male/marine_g_michael.mdl",
  421. "models/ishi/halo_rebirth/player/marines/female/marine_bella.mdl",
  422. "models/ishi/halo_rebirth/player/marines/female/marine_dominique.mdl",
  423. "models/ishi/halo_rebirth/player/marines/female/marine_faridah.mdl",
  424. "models/ishi/halo_rebirth/player/marines/female/marine_hank.mdl",
  425. "models/ishi/halo_rebirth/player/marines/female/marine_katya.mdl",
  426. "models/ishi/halo_rebirth/player/marines/female/marine_linda.mdl",
  427. "models/ishi/halo_rebirth/player/marines/female/marine_ltd.mdl",
  428. "models/ishi/halo_rebirth/player/marines/female/marine_miia.mdl",
  429. "models/ishi/halo_rebirth/player/marines/female/marine_mira.mdl",
  430. "models/ishi/halo_rebirth/player/marines/female/marine_neca.mdl",
  431. "models/ishi/halo_rebirth/player/marines/female/marine_snowy.mdl",
  432. "models/ishi/halo_rebirth/player/marines/female/marine_reid.mdl",
  433. "models/ishi/halo_rebirth/player/marines/female/marine_tequila.mdl",
  434. "models/ishi/halo_rebirth/player/marines/female/marine_wallaby.mdl",
  435. "models/ishi/halo_rebirth/player/marines/male/marine_eyecberg.mdl",
  436. "models/ishi/halo_rebirth/player/marines/male/marine_g_alfie.mdl",
  437. "models/ishi/halo_rebirth/player/marines/male/marine_g_ray.mdl",
  438. "models/ishi/halo_rebirth/player/marines/male/marine_g_rob.mdl",
  439. "models/ishi/halo_rebirth/player/marines/male/marine_g_yasser.mdl",
  440. "models/ishi/halo_rebirth/player/marines/male/marine_g_yohannes.mdl",
  441. "models/ishi/halo_rebirth/player/marines/male/marine_heretic.mdl",
  442. "models/ishi/halo_rebirth/player/marines/male/marine_jeffrey.mdl",
  443. "models/ishi/halo_rebirth/player/marines/male/marine_snippy.mdl"
  444. },
  445. description = [[UNSC Marine Ground-To-Orbit Operators (GTO) were tasked with maintaining a strong communication link with the navy at any nearby bases or in orbit near the planet.]],
  446. weapons = {"tfa_hr_swep_srs99", "tfa_rebirth_m7d", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  447. command = "msniper",
  448. max = 5,
  449. salary = 250,
  450. sortOrder = 9,
  451. admin = 0,
  452. vote = false,
  453. hasLicense = true,
  454. candemote = false,
  455. category = "UNSC: Marines",
  456. PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(200) end,
  457. } )
  458.  
  459.  
  460.  
  461. TEAM_MARINECREWMAN = DarkRP.createJob("UNSC Marine Crewman", {
  462. color = Color(52, 111, 52, 255),
  463. model = {
  464. "models/ishi/halo_rebirth/player/marines/male/marine_g_carl.mdl",
  465. "models/ishi/halo_rebirth/player/marines/male/marine_g_donnie.mdl",
  466. "models/ishi/halo_rebirth/player/marines/male/marine_g_fabrice.mdl",
  467. "models/ishi/halo_rebirth/player/marines/male/marine_g_gilberto.mdl",
  468. "models/ishi/halo_rebirth/player/marines/male/marine_g_islambek.mdl",
  469. "models/ishi/halo_rebirth/player/marines/male/marine_g_john.mdl",
  470. "models/ishi/halo_rebirth/player/marines/male/marine_g_jose.mdl",
  471. "models/ishi/halo_rebirth/player/marines/male/marine_g_michael.mdl",
  472. "models/ishi/halo_rebirth/player/marines/female/marine_bella.mdl",
  473. "models/ishi/halo_rebirth/player/marines/female/marine_dominique.mdl",
  474. "models/ishi/halo_rebirth/player/marines/female/marine_faridah.mdl",
  475. "models/ishi/halo_rebirth/player/marines/female/marine_hank.mdl",
  476. "models/ishi/halo_rebirth/player/marines/female/marine_katya.mdl",
  477. "models/ishi/halo_rebirth/player/marines/female/marine_linda.mdl",
  478. "models/ishi/halo_rebirth/player/marines/female/marine_ltd.mdl",
  479. "models/ishi/halo_rebirth/player/marines/female/marine_miia.mdl",
  480. "models/ishi/halo_rebirth/player/marines/female/marine_mira.mdl",
  481. "models/ishi/halo_rebirth/player/marines/female/marine_neca.mdl",
  482. "models/ishi/halo_rebirth/player/marines/female/marine_snowy.mdl",
  483. "models/ishi/halo_rebirth/player/marines/female/marine_reid.mdl",
  484. "models/ishi/halo_rebirth/player/marines/female/marine_tequila.mdl",
  485. "models/ishi/halo_rebirth/player/marines/female/marine_wallaby.mdl",
  486. "models/ishi/halo_rebirth/player/marines/male/marine_eyecberg.mdl",
  487. "models/ishi/halo_rebirth/player/marines/male/marine_g_alfie.mdl",
  488. "models/ishi/halo_rebirth/player/marines/male/marine_g_ray.mdl",
  489. "models/ishi/halo_rebirth/player/marines/male/marine_g_rob.mdl",
  490. "models/ishi/halo_rebirth/player/marines/male/marine_g_yasser.mdl",
  491. "models/ishi/halo_rebirth/player/marines/male/marine_g_yohannes.mdl",
  492. "models/ishi/halo_rebirth/player/marines/male/marine_heretic.mdl",
  493. "models/ishi/halo_rebirth/player/marines/male/marine_jeffrey.mdl",
  494. "models/ishi/halo_rebirth/player/marines/male/marine_snippy.mdl"
  495. },
  496. description = [[UNSC Marine Crewmen were in charge of controlling all land vehicles used in assaults and defending the base. ]],
  497. weapons = {"tfa_hr_swep_assault_rifle", "tfa_rebirth_m6c", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  498. command = "mcrew",
  499. max = 5,
  500. salary = 400,
  501. sortOrder = 10,
  502. admin = 0,
  503. vote = false,
  504. hasLicense = true,
  505. candemote = false,
  506. category = "UNSC: Marines",
  507. PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(200) end,
  508. } )
  509.  
  510. TEAM_MARINEPILOT= DarkRP.createJob("UNSC Marine Pilot", {
  511. color = Color(52, 111, 52, 255),
  512. model = {
  513. "models/ishi/halo_rebirth/player/marines/male/marine_g_carl.mdl",
  514. "models/ishi/halo_rebirth/player/marines/male/marine_g_donnie.mdl",
  515. "models/ishi/halo_rebirth/player/marines/male/marine_g_fabrice.mdl",
  516. "models/ishi/halo_rebirth/player/marines/male/marine_g_gilberto.mdl",
  517. "models/ishi/halo_rebirth/player/marines/male/marine_g_islambek.mdl",
  518. "models/ishi/halo_rebirth/player/marines/male/marine_g_john.mdl",
  519. "models/ishi/halo_rebirth/player/marines/male/marine_g_jose.mdl",
  520. "models/ishi/halo_rebirth/player/marines/male/marine_g_michael.mdl",
  521. "models/ishi/halo_rebirth/player/marines/female/marine_bella.mdl",
  522. "models/ishi/halo_rebirth/player/marines/female/marine_dominique.mdl",
  523. "models/ishi/halo_rebirth/player/marines/female/marine_faridah.mdl",
  524. "models/ishi/halo_rebirth/player/marines/female/marine_hank.mdl",
  525. "models/ishi/halo_rebirth/player/marines/female/marine_katya.mdl",
  526. "models/ishi/halo_rebirth/player/marines/female/marine_linda.mdl",
  527. "models/ishi/halo_rebirth/player/marines/female/marine_ltd.mdl",
  528. "models/ishi/halo_rebirth/player/marines/female/marine_miia.mdl",
  529. "models/ishi/halo_rebirth/player/marines/female/marine_mira.mdl",
  530. "models/ishi/halo_rebirth/player/marines/female/marine_neca.mdl",
  531. "models/ishi/halo_rebirth/player/marines/female/marine_snowy.mdl",
  532. "models/ishi/halo_rebirth/player/marines/female/marine_reid.mdl",
  533. "models/ishi/halo_rebirth/player/marines/female/marine_tequila.mdl",
  534. "models/ishi/halo_rebirth/player/marines/female/marine_wallaby.mdl",
  535. "models/ishi/halo_rebirth/player/marines/male/marine_eyecberg.mdl",
  536. "models/ishi/halo_rebirth/player/marines/male/marine_g_alfie.mdl",
  537. "models/ishi/halo_rebirth/player/marines/male/marine_g_ray.mdl",
  538. "models/ishi/halo_rebirth/player/marines/male/marine_g_rob.mdl",
  539. "models/ishi/halo_rebirth/player/marines/male/marine_g_yasser.mdl",
  540. "models/ishi/halo_rebirth/player/marines/male/marine_g_yohannes.mdl",
  541. "models/ishi/halo_rebirth/player/marines/male/marine_heretic.mdl",
  542. "models/ishi/halo_rebirth/player/marines/male/marine_jeffrey.mdl",
  543. "models/ishi/halo_rebirth/player/marines/male/marine_snippy.mdl"
  544. },
  545. description = [[UNSC Marine pilots were tasked with escorting squads of Marines down to the surface or out to any location in which the marines would be fighting in. Having one of the most important roles in the UNSC, it is crucial that they succeed in their mission so that the battle can continue.]],
  546. weapons = {"tfa_rebirth_m6c", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  547. command = "mpilot",
  548. max = 5,
  549. salary = 400,
  550. sortOrder = 11,
  551. admin = 0,
  552. vote = false,
  553. hasLicense = true,
  554. candemote = false,
  555. category = "UNSC: Marines",
  556. PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(200) end,
  557. } )
  558.  
  559. -------------------------------------------------------------------------------
  560. TEAM_ODST = DarkRP.createJob("UNSC Orbital Drop Shock Trooper", {
  561. color = Color(49, 51, 53, 255),
  562. model = {
  563. "models/w4ys3r/halo_redux/odst/male/odst_redux_snippy.mdl",
  564. "models/w4ys3r/halo_redux/odst/male/odst_redux_jeffrey.mdl",
  565. "models/w4ys3r/halo_redux/odst/male/odst_redux_heretic.mdl",
  566. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yohannes.mdl",
  567. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yasser.mdl",
  568. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_rob.mdl",
  569. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_ray.mdl",
  570. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_michael.mdl",
  571. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_jose.mdl",
  572. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_john.mdl",
  573. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_islambek.mdl",
  574. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_gilberto.mdl",
  575. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_fabrice.mdl",
  576. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_donnie.mdl",
  577. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_carl.mdl",
  578. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_alfie.mdl",
  579. "models/w4ys3r/halo_redux/odst/female/odst_redux_reid.mdl",
  580. "models/w4ys3r/halo_redux/odst/female/odst_redux_neca.mdl",
  581. "models/w4ys3r/halo_redux/odst/female/odst_redux_mira.mdl",
  582. "models/w4ys3r/halo_redux/odst/female/odst_redux_katya.mdl",
  583. "models/w4ys3r/halo_redux/odst/female/odst_redux_bella.mdl"
  584. },
  585. description = [[The Orbital Drop Shock Troopers (ODST), informally referred to as Helljumpers, are an elite special operations component of the UNSC Marine Corps and the Corps' rapid reaction force. One of the primary special operations forces of the United Nations Space Command, the ODST are under the administrative and operational control of Naval Special Weapons. The organization is headquartered in the Martian city of Kenosha, Tanais. Its primary training facilities were located on Reach prior to the glassing of the planet.]],
  586. weapons = {"tfa_ishi_m7", "tfa_rebirth_m6cs", "halo_frag", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  587. command = "o",
  588. max = 10,
  589. salary = 300,
  590. sortOrder = 1,
  591. admin = 0,
  592. vote = false,
  593. hasLicense = true,
  594. candemote = false,
  595. category = "UNSC-Marines: Orbital Drop Shock Troopers",
  596. PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(400) end,
  597. } )
  598.  
  599. TEAM_ODSTASSAULT = DarkRP.createJob("UNSC Orbital Drop Shock Assault Trooper", {
  600. color = Color(49, 51, 53, 255),
  601. model = {
  602. "models/w4ys3r/halo_redux/odst/male/odst_redux_snippy.mdl",
  603. "models/w4ys3r/halo_redux/odst/male/odst_redux_jeffrey.mdl",
  604. "models/w4ys3r/halo_redux/odst/male/odst_redux_heretic.mdl",
  605. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yohannes.mdl",
  606. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yasser.mdl",
  607. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_rob.mdl",
  608. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_ray.mdl",
  609. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_michael.mdl",
  610. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_jose.mdl",
  611. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_john.mdl",
  612. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_islambek.mdl",
  613. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_gilberto.mdl",
  614. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_fabrice.mdl",
  615. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_donnie.mdl",
  616. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_carl.mdl",
  617. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_alfie.mdl",
  618. "models/w4ys3r/halo_redux/odst/female/odst_redux_reid.mdl",
  619. "models/w4ys3r/halo_redux/odst/female/odst_redux_neca.mdl",
  620. "models/w4ys3r/halo_redux/odst/female/odst_redux_mira.mdl",
  621. "models/w4ys3r/halo_redux/odst/female/odst_redux_katya.mdl",
  622. "models/w4ys3r/halo_redux/odst/female/odst_redux_bella.mdl"
  623. },
  624. description = [[The Orbital Drop Shock Troopers (ODST), informally referred to as Helljumpers, are an elite special operations component of the UNSC Marine Corps and the Corps' rapid reaction force. One of the primary special operations forces of the United Nations Space Command, the ODST are under the administrative and operational control of Naval Special Weapons. The organization is headquartered in the Martian city of Kenosha, Tanais. Its primary training facilities were located on Reach prior to the glassing of the planet.]],
  625. weapons = {"tfa_ishi_m7", "tfa_rebirth_m6cs", "tfa_rebirth_xbr55s", "halo_frag", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  626. command = "oat",
  627. max = 10,
  628. salary = 300,
  629. sortOrder = 2,
  630. admin = 0,
  631. vote = false,
  632. hasLicense = true,
  633. candemote = false,
  634. category = "UNSC-Marines: Orbital Drop Shock Troopers",
  635. PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(400) end,
  636. } )
  637.  
  638. TEAM_ODSTMKMN = DarkRP.createJob("UNSC Orbital Drop Shock Trooper Marksman", {
  639. color = Color(49, 51, 53, 255),
  640. model = {
  641. "models/w4ys3r/halo_redux/odst/male/odst_redux_snippy.mdl",
  642. "models/w4ys3r/halo_redux/odst/male/odst_redux_jeffrey.mdl",
  643. "models/w4ys3r/halo_redux/odst/male/odst_redux_heretic.mdl",
  644. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yohannes.mdl",
  645. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yasser.mdl",
  646. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_rob.mdl",
  647. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_ray.mdl",
  648. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_michael.mdl",
  649. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_jose.mdl",
  650. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_john.mdl",
  651. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_islambek.mdl",
  652. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_gilberto.mdl",
  653. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_fabrice.mdl",
  654. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_donnie.mdl",
  655. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_carl.mdl",
  656. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_alfie.mdl",
  657. "models/w4ys3r/halo_redux/odst/female/odst_redux_reid.mdl",
  658. "models/w4ys3r/halo_redux/odst/female/odst_redux_neca.mdl",
  659. "models/w4ys3r/halo_redux/odst/female/odst_redux_mira.mdl",
  660. "models/w4ys3r/halo_redux/odst/female/odst_redux_katya.mdl",
  661. "models/w4ys3r/halo_redux/odst/female/odst_redux_bella.mdl"
  662. },
  663. description = [[The Orbital Drop Shock Troopers (ODST), informally referred to as Helljumpers, are an elite special operations component of the UNSC Marine Corps and the Corps' rapid reaction force. One of the primary special operations forces of the United Nations Space Command, the ODST are under the administrative and operational control of Naval Special Weapons. The organization is headquartered in the Martian city of Kenosha, Tanais. Its primary training facilities were located on Reach prior to the glassing of the planet.]],
  664. weapons = {"tfa_ishi_m7", "tfa_rebirth_m6cs", "tfa_hr_swep_srs99", "halo_frag", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  665. command = "omkmn",
  666. max = 5,
  667. salary = 300,
  668. sortOrder = 3,
  669. admin = 0,
  670. vote = false,
  671. hasLicense = true,
  672. candemote = false,
  673. category = "UNSC-Marines: Orbital Drop Shock Troopers",
  674. PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(400) end,
  675. } )
  676.  
  677. TEAM_ODSTCQB = DarkRP.createJob("UNSC Orbital Drop Shock Trooper CQB", {
  678. color = Color(49, 51, 53, 255),
  679. model = {
  680. "models/w4ys3r/halo_redux/odst/male/odst_redux_snippy.mdl",
  681. "models/w4ys3r/halo_redux/odst/male/odst_redux_jeffrey.mdl",
  682. "models/w4ys3r/halo_redux/odst/male/odst_redux_heretic.mdl",
  683. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yohannes.mdl",
  684. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yasser.mdl",
  685. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_rob.mdl",
  686. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_ray.mdl",
  687. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_michael.mdl",
  688. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_jose.mdl",
  689. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_john.mdl",
  690. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_islambek.mdl",
  691. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_gilberto.mdl",
  692. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_fabrice.mdl",
  693. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_donnie.mdl",
  694. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_carl.mdl",
  695. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_alfie.mdl",
  696. "models/w4ys3r/halo_redux/odst/female/odst_redux_reid.mdl",
  697. "models/w4ys3r/halo_redux/odst/female/odst_redux_neca.mdl",
  698. "models/w4ys3r/halo_redux/odst/female/odst_redux_mira.mdl",
  699. "models/w4ys3r/halo_redux/odst/female/odst_redux_katya.mdl",
  700. "models/w4ys3r/halo_redux/odst/female/odst_redux_bella.mdl"
  701. },
  702. description = [[The Orbital Drop Shock Troopers (ODST), informally referred to as Helljumpers, are an elite special operations component of the UNSC Marine Corps and the Corps' rapid reaction force. One of the primary special operations forces of the United Nations Space Command, the ODST are under the administrative and operational control of Naval Special Weapons. The organization is headquartered in the Martian city of Kenosha, Tanais. Its primary training facilities were located on Reach prior to the glassing of the planet.]],
  703. weapons = {"tfa_ishi_m7", "tfa_rebirth_m6cs", "tfa_hr_swep_shotgun", "halo_frag", "cross_arms_swep", "salute_swep", "surrender_animation_swep"},
  704. command = "ocqb",
  705. max = 5,
  706. salary = 300,
  707. sortOrder = 4,
  708. admin = 0,
  709. vote = false,
  710. hasLicense = true,
  711. candemote = false,
  712. category = "UNSC-Marines: Orbital Drop Shock Troopers",
  713. PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(400) end,
  714. } )
  715.  
  716. TEAM_ODSTMED = DarkRP.createJob("UNSC Orbital Drop Shock Trooper Medic", {
  717. color = Color(49, 51, 53, 255),
  718. model = {
  719. "models/w4ys3r/halo_redux/odst/male/odst_redux_snippy.mdl",
  720. "models/w4ys3r/halo_redux/odst/male/odst_redux_jeffrey.mdl",
  721. "models/w4ys3r/halo_redux/odst/male/odst_redux_heretic.mdl",
  722. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yohannes.mdl",
  723. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yasser.mdl",
  724. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_rob.mdl",
  725. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_ray.mdl",
  726. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_michael.mdl",
  727. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_jose.mdl",
  728. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_john.mdl",
  729. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_islambek.mdl",
  730. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_gilberto.mdl",
  731. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_fabrice.mdl",
  732. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_donnie.mdl",
  733. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_carl.mdl",
  734. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_alfie.mdl",
  735. "models/w4ys3r/halo_redux/odst/female/odst_redux_reid.mdl",
  736. "models/w4ys3r/halo_redux/odst/female/odst_redux_neca.mdl",
  737. "models/w4ys3r/halo_redux/odst/female/odst_redux_mira.mdl",
  738. "models/w4ys3r/halo_redux/odst/female/odst_redux_katya.mdl",
  739. "models/w4ys3r/halo_redux/odst/female/odst_redux_bella.mdl"
  740. },
  741. description = [[The Orbital Drop Shock Troopers (ODST), informally referred to as Helljumpers, are an elite special operations component of the UNSC Marine Corps and the Corps' rapid reaction force. One of the primary special operations forces of the United Nations Space Command, the ODST are under the administrative and operational control of Naval Special Weapons. The organization is headquartered in the Martian city of Kenosha, Tanais. Its primary training facilities were located on Reach prior to the glassing of the planet.]],
  742. weapons = {"tfa_ishi_m7", "tfa_rebirth_m6cs", "halo_frag", "cross_arms_swep", "salute_swep", "surrender_animation_swep", "weapon_medkit"},
  743. command = "omed",
  744. max = 5,
  745. salary = 300,
  746. sortOrder = 5,
  747. admin = 0,
  748. vote = false,
  749. hasLicense = true,
  750. candemote = false,
  751. category = "UNSC-Marines: Orbital Drop Shock Troopers",
  752. PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(400) end,
  753. } )
  754.  
  755. TEAM_ODSTHEAVY = DarkRP.createJob("UNSC Orbital Drop Shock Trooper Medic", {
  756. color = Color(49, 51, 53, 255),
  757. model = {
  758. "models/w4ys3r/halo_redux/odst/male/odst_redux_snippy.mdl",
  759. "models/w4ys3r/halo_redux/odst/male/odst_redux_jeffrey.mdl",
  760. "models/w4ys3r/halo_redux/odst/male/odst_redux_heretic.mdl",
  761. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yohannes.mdl",
  762. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yasser.mdl",
  763. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_rob.mdl",
  764. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_ray.mdl",
  765. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_michael.mdl",
  766. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_jose.mdl",
  767. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_john.mdl",
  768. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_islambek.mdl",
  769. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_gilberto.mdl",
  770. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_fabrice.mdl",
  771. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_donnie.mdl",
  772. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_carl.mdl",
  773. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_alfie.mdl",
  774. "models/w4ys3r/halo_redux/odst/female/odst_redux_reid.mdl",
  775. "models/w4ys3r/halo_redux/odst/female/odst_redux_neca.mdl",
  776. "models/w4ys3r/halo_redux/odst/female/odst_redux_mira.mdl",
  777. "models/w4ys3r/halo_redux/odst/female/odst_redux_katya.mdl",
  778. "models/w4ys3r/halo_redux/odst/female/odst_redux_bella.mdl"
  779. },
  780. description = [[The Orbital Drop Shock Troopers (ODST), informally referred to as Helljumpers, are an elite special operations component of the UNSC Marine Corps and the Corps' rapid reaction force. One of the primary special operations forces of the United Nations Space Command, the ODST are under the administrative and operational control of Naval Special Weapons. The organization is headquartered in the Martian city of Kenosha, Tanais. Its primary training facilities were located on Reach prior to the glassing of the planet.]],
  781. weapons = {"tfa_ishi_m7", "tfa_rebirth_m6cs", "halo_frag", "cross_arms_swep", "salute_swep", "surrender_animation_swep", "tfa_rebirth_m41"},
  782. command = "oh",
  783. max = 5,
  784. salary = 300,
  785. sortOrder = 5,
  786. admin = 0,
  787. vote = false,
  788. hasLicense = true,
  789. candemote = false,
  790. category = "UNSC-Marines: Orbital Drop Shock Troopers",
  791. PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(400) end,
  792. } )
  793.  
  794. TEAM_ODSTAIRASSAULT = DarkRP.createJob("UNSC Orbital Drop Shock Air Assault Trooper ", {
  795. color = Color(49, 51, 53, 255),
  796. model = {
  797. "models/w4ys3r/halo_redux/odst/male/odst_redux_snippy.mdl",
  798. "models/w4ys3r/halo_redux/odst/male/odst_redux_jeffrey.mdl",
  799. "models/w4ys3r/halo_redux/odst/male/odst_redux_heretic.mdl",
  800. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yohannes.mdl",
  801. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yasser.mdl",
  802. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_rob.mdl",
  803. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_ray.mdl",
  804. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_michael.mdl",
  805. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_jose.mdl",
  806. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_john.mdl",
  807. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_islambek.mdl",
  808. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_gilberto.mdl",
  809. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_fabrice.mdl",
  810. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_donnie.mdl",
  811. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_carl.mdl",
  812. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_alfie.mdl",
  813. "models/w4ys3r/halo_redux/odst/female/odst_redux_reid.mdl",
  814. "models/w4ys3r/halo_redux/odst/female/odst_redux_neca.mdl",
  815. "models/w4ys3r/halo_redux/odst/female/odst_redux_mira.mdl",
  816. "models/w4ys3r/halo_redux/odst/female/odst_redux_katya.mdl",
  817. "models/w4ys3r/halo_redux/odst/female/odst_redux_bella.mdl"
  818. },
  819. description = [[The Orbital Drop Shock Troopers (ODST), informally referred to as Helljumpers, are an elite special operations component of the UNSC Marine Corps and the Corps' rapid reaction force. One of the primary special operations forces of the United Nations Space Command, the ODST are under the administrative and operational control of Naval Special Weapons. The organization is headquartered in the Martian city of Kenosha, Tanais. Its primary training facilities were located on Reach prior to the glassing of the planet.]],
  820. weapons = {"tfa_ishi_m7", "tfa_rebirth_m6cs", "halo_frag", "cross_arms_swep", "salute_swep", "surrender_animation_swep", "weapon_medkit"},
  821. command = "oaa",
  822. max = 5,
  823. salary = 300,
  824. sortOrder = 7,
  825. admin = 0,
  826. vote = false,
  827. hasLicense = true,
  828. candemote = false,
  829. category = "UNSC-Marines: Orbital Drop Shock Troopers",
  830. PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(400) end,
  831. } )
  832.  
  833. TEAM_ODSTAIRASSAULTMKMN = DarkRP.createJob("UNSC Orbital Drop Shock Air Assault Marksman ", {
  834. color = Color(49, 51, 53, 255),
  835. model = {
  836. "models/w4ys3r/halo_redux/odst/male/odst_redux_snippy.mdl",
  837. "models/w4ys3r/halo_redux/odst/male/odst_redux_jeffrey.mdl",
  838. "models/w4ys3r/halo_redux/odst/male/odst_redux_heretic.mdl",
  839. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yohannes.mdl",
  840. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_yasser.mdl",
  841. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_rob.mdl",
  842. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_ray.mdl",
  843. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_michael.mdl",
  844. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_jose.mdl",
  845. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_john.mdl",
  846. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_islambek.mdl",
  847. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_gilberto.mdl",
  848. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_fabrice.mdl",
  849. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_donnie.mdl",
  850. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_carl.mdl",
  851. "models/w4ys3r/halo_redux/odst/male/odst_redux_g_alfie.mdl",
  852. "models/w4ys3r/halo_redux/odst/female/odst_redux_reid.mdl",
  853. "models/w4ys3r/halo_redux/odst/female/odst_redux_neca.mdl",
  854. "models/w4ys3r/halo_redux/odst/female/odst_redux_mira.mdl",
  855. "models/w4ys3r/halo_redux/odst/female/odst_redux_katya.mdl",
  856. "models/w4ys3r/halo_redux/odst/female/odst_redux_bella.mdl"
  857. },
  858. description = [[The Orbital Drop Shock Troopers (ODST), informally referred to as Helljumpers, are an elite special operations component of the UNSC Marine Corps and the Corps' rapid reaction force. One of the primary special operations forces of the United Nations Space Command, the ODST are under the administrative and operational control of Naval Special Weapons. The organization is headquartered in the Martian city of Kenosha, Tanais. Its primary training facilities were located on Reach prior to the glassing of the planet.]],
  859. weapons = {"tfa_ishi_m7", "tfa_rebirth_xbr55s", "tfa_rebirth_m6cs", "halo_frag", "cross_arms_swep", "salute_swep", "surrender_animation_swep", "weapon_medkit"},
  860. command = "oaam",
  861. max = 3,
  862. salary = 300,
  863. sortOrder = 8,
  864. admin = 0,
  865. vote = false,
  866. hasLicense = true,
  867. candemote = false,
  868. category = "UNSC-Marines: Orbital Drop Shock Troopers",
  869. PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(400) end,
  870. } )
  871.  
  872. ----------------------------------------------------------------
  873.  
  874.  
  875. --[[---------------------------------------------------------------------------
  876. Define which team joining players spawn into and what team you change to if demoted
  877. ---------------------------------------------------------------------------]]
  878. GAMEMODE.DefaultTeam = TEAM_RECRUIT
  879. --[[---------------------------------------------------------------------------
  880. Define which teams belong to civil protection
  881. Civil protection can set warrants, make people wanted and do some other police related things
  882. ---------------------------------------------------------------------------]]
  883. GAMEMODE.CivilProtection = {
  884. [TEAM_POLICE] = true,
  885. [TEAM_CHIEF] = true,
  886. [TEAM_MAYOR] = true,
  887. }
  888. --[[---------------------------------------------------------------------------
  889. Jobs that are hitmen (enables the hitman menu)
  890. ---------------------------------------------------------------------------]]
  891. DarkRP.addHitmanTeam(TEAM_MOB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement