Advertisement
jordan3012000

Untitled

Jul 23rd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 107.20 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. DarkRP custom jobs
  3. ---------------------------------------------------------------------------
  4.  
  5. This file contains your custom jobs.
  6. This file should also contain jobs from DarkRP that you edited.
  7.  
  8. Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
  9. Once you've done that, copy and paste the job to this file and edit it.
  10.  
  11. The default jobs can be found here:
  12. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
  13.  
  14. For examples and explanation please visit this wiki page:
  15. http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
  16.  
  17.  
  18. Add jobs under the following line:d
  19. ---------------------------------------------------------------------------]]
  20.  
  21. TEAM_CADET = DarkRP.createJob("Cadet", {
  22. color = Color(200, 222, 0, 255),
  23. model = {"models/player/tiki/white.mdl"},
  24. description = [[You have enrolled on a training program within the First Order. Please wait for a trainer!]],
  25. weapons = {"tfaf11d2017_training","keys"},
  26. command = "cadet",
  27. max = 0,
  28. salary = 0,
  29. admin = 0,
  30. vote = false,
  31. hasLicense = false,
  32. category = "Recruitment",
  33. candemote = false,
  34. skins = {0},
  35. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(200) end,
  36. bodygroups = {
  37. ["No Bodygroups Allowed"] = {0},
  38.  
  39. }
  40.  
  41. -- Insert customCheck here if you have one and want one.
  42. })
  43.  
  44. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  45. STORM TROOPERS
  46. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  47.  
  48. TEAM_STCOMMAND = DarkRP.createJob("Stormtrooper Command Officer", {
  49. color = Color(201, 201, 201, 255),
  50. model = {"models/legend/fn_exo/fn_exo.mdl","models/imperial_officer/navy/admiral/ad_m.mdl","models/imperial_officer/isb/operative/op_m.mdl"},
  51. description = [[Congratulations! You are a Stormtrooper Command Officer.]],
  52. weapons = {"clone_card_c3","keys","bf2017_f11stnco","bf2017_se44c","stunstick","weapon_cuff_shock","weapon_rpw_binoculars_nvg","rw_sw_dlt19","sfw_riotbaton","weapon_vj_flaregun","weapon_lfsmissilelauncher"},
  53. command = "stcommand",
  54. max = 4,
  55. salary = 1250,
  56. admin = 0,
  57. vote = false,
  58. hasLicense = false,
  59. category = "FN Stormtroopers",
  60. sortOrder = 0,
  61. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  62. bodygroups = {
  63. ["Body"] = {0, 1, 2},
  64. ["Legs"] = {0, 1},
  65. ["Belt"] = {0, 1, 2, 3},
  66. ["Armor"] = {0, 1},
  67. ["Hat"] = {0, 1, 2, 3},
  68. }
  69. })
  70.  
  71. TEAM_STCOMMANDING = DarkRP.createJob("Stormtrooper Commanding Officer", {
  72. color = Color(201, 201, 201, 255),
  73. model = {"models/legend/fn_co/fn_co.mdl","models/imperial_officer/msc/grey/grey_m.mdl","models/dusty/playermodels/theforceawakens/phasma/phasma_playermodel.mdl"},
  74. description = [[Congratulations! You are a Stormtrooper Commanding Officer.]],
  75. weapons = {"clone_card_c3navy","keys","bf2017_se44c","stunstick","weapon_cuff_shock","weapon_plasmanade","sfw_phasma","weapon_rpw_binoculars_nvg","bf2017_f11stnco","rw_sw_dlt19","sfw_riotbaton","weapon_smallcombineshield","weapon_lfsmissilelauncher"},
  76. command = "stcommanding",
  77. max = 1,
  78. salary = 1000,
  79. admin = 0,
  80. vote = false,
  81. hasLicense = false,
  82. category = "FN Stormtroopers",
  83. sortOrder = 0,
  84. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  85. bodygroups = {
  86. ["Cape/Pauldron"] = {0, 3},
  87. ["Body"] = {0, 1, 2},
  88. ["Legs"] = {0, 1},
  89. ["Belt"] = {0, 1, 2, 3},
  90. ["Armor"] = {0, 1},
  91. ["Hat"] = {0, 1, 2, 3},
  92. }
  93. })
  94.  
  95. TEAM_STEXECUTIVE = DarkRP.createJob("Stormtrooper Executive Officer", {
  96. color = Color(201, 201, 201, 255),
  97. model = {"models/legend/fn_exo/fn_exo.mdl","models/imperial_officer/msc/grey/grey_m.mdl","models/player/star_wars_the_force_awakens/captain_phasma/dusty/first_order_trooper_captain_white.mdl"},
  98. description = [[Congratulations! You are the Stormtrooper Executive Officer.]],
  99. weapons = {"clone_card_c2","keys","bf2017_f11stnco","bf2017_se44c","stunstick","weapon_cuff_shock","weapon_plasmanade","weapon_rpw_binoculars_nvg","rw_sw_dlt19","sfw_riotbaton","weapon_smallcombineshield","weapon_lfsmissilelauncher"},
  100. command = "stexecutive",
  101. max = 1,
  102. salary = 750,
  103. admin = 0,
  104. vote = false,
  105. hasLicense = false,
  106. category = "FN Stormtroopers",
  107. sortOrder = 1,
  108. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  109. bodygroups = {
  110. ["Body"] = {0, 1, 2},
  111. ["Legs"] = {0, 1},
  112. ["Belt"] = {0, 1, 2, 3},
  113. ["Armor"] = {0, 1},
  114. ["Hat"] = {0, 1, 2, 3},
  115. }
  116. })
  117.  
  118. TEAM_STCOMMISSIONED = DarkRP.createJob("Stormtrooper Commissioned Officer", {
  119. color = Color(201, 201, 201, 255),
  120. model = {"models/legend/fn_lt/fn_lt.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  121. description = [[Congratulations! You are a Stormtrooper Commissioned Officer.]],
  122. weapons = {"clone_card_c2","keys","bf2017_f11stnco","bf2017_se44c","stunstick","weapon_cuff_shock","weapon_rpw_binoculars_nvg","sfw_riotbaton","weapon_lfsmissilelauncher"},
  123. command = "stcommissioned",
  124. max = 9,
  125. salary = 500,
  126. admin = 0,
  127. vote = false,
  128. hasLicense = false,
  129. category = "FN Stormtroopers",
  130. sortOrder = 2,
  131. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  132. bodygroups = {
  133. ["Body"] = {0, 1, 2},
  134. ["Legs"] = {0, 1},
  135. ["Belt"] = {0, 1, 2, 3},
  136. ["Armor"] = {0, 1},
  137. ["Hat"] = {0, 1, 2, 3},
  138. }
  139. })
  140.  
  141. TEAM_STSPECIALIST = DarkRP.createJob("Stormtrooper Executioner Trooper", {
  142. color = Color(201, 201, 201, 255),
  143. model = {"models/grady/fo_executioner_stormtrooper/fo_executioner_stormtrooper.mdl"},
  144. description = [[Congratulations! You are an honorary Executioner Trooper.]],
  145. weapons = {"clone_card_c1","keys","bf2017_se44","stunstick","sfw_esword","tfa_f11_shadow","weapon_cuff_tactical","zeus_flashbang"},
  146. command = "stspecialist",
  147. max = 2,
  148. salary = 350,
  149. admin = 0,
  150. vote = false,
  151. hasLicense = false,
  152. category = "FN Stormtroopers",
  153. sortOrder = 3,
  154. PlayerSpawn = function(ply) ply:SetMaxHealth(900) ply:SetHealth(900) ply:SetArmor (400) end,
  155. skins = {0},
  156. bodygroups = {
  157. ["Pauldron"] = {0},
  158. ["Pouch"] = {0},
  159. }
  160. })
  161.  
  162. TEAM_STNONCOMMISSIONED = DarkRP.createJob("Stormtrooper Non-Commissioned Officer", {
  163. color = Color(201, 201, 201, 255),
  164. model = {"models/legend/fn_sgt/fn_sgt.mdl"},
  165. description = [[Congratulations! You are a Stormtrooper Non-Commissioned Officer.]],
  166. weapons = {"clone_card_c1","keys","bf2017_f11stnco","bf2017_se44","stunstick","sfw_riotbaton"},
  167. command = "stnoncommissioned",
  168. max = 0,
  169. salary = 350,
  170. admin = 0,
  171. vote = false,
  172. hasLicense = false,
  173. category = "FN Stormtroopers",
  174. sortOrder = 4,
  175. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  176. })
  177.  
  178. TEAM_ST = DarkRP.createJob("Stormtrooper", {
  179. color = Color(201, 201, 201, 255),
  180. model = {"models/legend/fn_trp/fn_trp.mdl"},
  181. description = [[You have now registered as a member of the First Order. Reclaim what is rightfully ours and make sure the First Order emerges victorious!]],
  182. weapons = {"clone_card_c1","keys","bf2017_f11","tfa_swch_dc17"},
  183. command = "st",
  184. max = 0,
  185. salary = 100,
  186. admin = 0,
  187. vote = false,
  188. hasLicense = false,
  189. category = "FN Stormtroopers",
  190. sortOrder = 5,
  191. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  192. skins = {0},
  193. })
  194.  
  195. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  196. 51st Legion
  197. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  198.  
  199.  
  200. TEAM_51STCOMMAND = DarkRP.createJob("51st Command Officer", {
  201. color = Color(0, 0, 255, 255),
  202. model = {"models/legend/51st_exo/51st_exo.mdl","models/imperial_officer/navy/admiral/ad_m.mdl","models/imperial_officer/isb/operative/op_m.mdl"},
  203. description = [[Congratulations! You are a 51st Command Officer.]],
  204. weapons = {"clone_card_c3","keys","rw_sw_t21","tfa_dlt19_extended","bf2017_se44c","zeus_thermaldet","hmg","hmg1","realistic_hook","bf2017_fwmb10","weapon_physgun","weapon_rpw_binoculars_nvg","alydus_fortificationbuildertablet","alydus_fusioncutter","weapon_molotov_c","weapon_vj_flaregun"},
  205. command = "51stcommand",
  206. max = 4,
  207. salary = 1250,
  208. admin = 0,
  209. vote = false,
  210. hasLicense = false,
  211. category = "51st Assault Infantry",
  212. sortOrder = 0,
  213. PlayerSpawn = function(ply) ply:SetMaxHealth(800) ply:SetHealth(800) ply:SetArmor (400) end,
  214. bodygroups = {
  215. ["Body"] = {0, 1, 2},
  216. ["Legs"] = {0, 1},
  217. ["Belt"] = {0, 1, 2, 3},
  218. ["Armor"] = {0, 1},
  219. ["Hat"] = {0, 1, 2, 3},
  220. }
  221. })
  222.  
  223. TEAM_51STCOMMANDING = DarkRP.createJob("51st Commanding Officer", {
  224. color = Color(0, 0, 255, 255),
  225. model = {"models/legend/51st_co/51st_co.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  226. description = [[Congratulations! You are the 51st Commanding Officer.]],
  227. weapons = {"clone_card_c3","keys","rw_sw_t21","bf2017_se44c","zeus_thermaldet","hmg","hmg1","realistic_hook","bf2017_fwmb10","weapon_physgun","weapon_rpw_binoculars_nvg","alydus_fortificationbuildertablet","alydus_fusioncutter","weapon_molotov_c"},
  228. command = "51stcommanding",
  229. max = 1,
  230. salary = 1000,
  231. admin = 0,
  232. vote = false,
  233. hasLicense = false,
  234. category = "51st Assault Infantry",
  235. sortOrder = 1,
  236. PlayerSpawn = function(ply) ply:SetMaxHealth(800) ply:SetHealth(800) ply:SetArmor (400) end,
  237. bodygroups = {
  238. ["Body"] = {0, 1, 2},
  239. ["Legs"] = {0, 1},
  240. ["Belt"] = {0, 1, 2, 3},
  241. ["Armor"] = {0, 1},
  242. ["Hat"] = {0, 1, 2, 3},
  243. }
  244. })
  245.  
  246. TEAM_51STEXECUTIVE = DarkRP.createJob("51st Executive Officer", {
  247. color = Color(0, 0, 255, 255),
  248. model = {"models/legend/51st_exo/51st_exo.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  249. description = [[Congratulations! You are the 51st Executive Officer.]],
  250. weapons = {"clone_card_c2","keys","rw_sw_t21","bf2017_se44c","zeus_thermaldet","hmg","hmg1","realistic_hook","bf2017_fwmb10","weapon_physgun","weapon_rpw_binoculars_nvg","alydus_fortificationbuildertablet","alydus_fusioncutter","weapon_molotov_c"},
  251. command = "51stexecutive",
  252. max = 1,
  253. salary = 1000,
  254. admin = 0,
  255. vote = false,
  256. hasLicense = false,
  257. category = "51st Assault Infantry",
  258. sortOrder = 2,
  259. PlayerSpawn = function(ply) ply:SetMaxHealth(800) ply:SetHealth(800) ply:SetArmor (400) end,
  260. bodygroups = {
  261. ["Body"] = {0, 1, 2},
  262. ["Legs"] = {0, 1},
  263. ["Belt"] = {0, 1, 2, 3},
  264. ["Armor"] = {0, 1},
  265. ["Hat"] = {0, 1, 2, 3},
  266. }
  267. })
  268.  
  269. TEAM_51STCOMMISSIONED = DarkRP.createJob("51st Commissioned Officer", {
  270. color = Color(0, 0, 255, 255),
  271. model = {"models/legend/51st_lt/51st_lt.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  272. description = [[Congratulations! You are a 51st Commissioned Officer.]],
  273. weapons = {"clone_card_c2","keys","rw_sw_t21","bf2017_se44c","zeus_thermaldet","hmg","hmg1","realistic_hook","bf2017_fwmb10","weapon_physgun","weapon_rpw_binoculars_nvg","alydus_fortificationbuildertablet","alydus_fusioncutter","weapon_molotov_c"},
  274. command = "51stcommissioned",
  275. max = 9,
  276. salary = 500,
  277. admin = 0,
  278. vote = false,
  279. hasLicense = false,
  280. category = "51st Assault Infantry",
  281. sortOrder = 3,
  282. PlayerSpawn = function(ply) ply:SetMaxHealth(800) ply:SetHealth(800) ply:SetArmor (400) end,
  283. bodygroups = {
  284. ["Body"] = {0, 1, 2},
  285. ["Legs"] = {0, 1},
  286. ["Belt"] = {0, 1, 2, 3},
  287. ["Armor"] = {0, 1},
  288. ["Hat"] = {0, 1, 2, 3},
  289. }
  290. })
  291.  
  292. TEAM_51STSPECIALIST = DarkRP.createJob("51st Heavy Specialist", {
  293. color = Color(0, 0, 255, 255),
  294. model = {"models/legend/legendmegatrooper/legendmegatrooper.mdl"},
  295. description = [[Congratulations! You are a 51st Heavy specialist.]],
  296. weapons = {"clone_card_c1","keys","tfa_wristflamer","tfa_blasters","realistic_hook","weapon_physgun","alydus_fortificationbuildertablet","alydus_fusioncutter"},
  297. command = "51stspecialist",
  298. max = 2,
  299. salary = 350,
  300. admin = 0,
  301. vote = false,
  302. hasLicense = false,
  303. category = "51st Assault Infantry",
  304. sortOrder = 4,
  305. PlayerSpawn = function(ply) ply:SetMaxHealth(1100) ply:SetHealth(1100) ply:SetArmor (400) end,
  306. bodygroups = {
  307. ["No Bodygroups Allowed"] = {0},
  308.  
  309. }
  310. })
  311.  
  312. TEAM_51STNONCOMMISSIONED = DarkRP.createJob("51st Non-Commissioned Officer", {
  313. color = Color(0, 0, 255, 255),
  314. model = {"models/legend/51st_sgt/51st_sgt.mdl"},
  315. description = [[Congratulations! You are a 51st Non-Commissioned Officer.]],
  316. weapons = {"clone_card_c1","keys","rw_sw_dlt19","bf2017_se44","hmg","realistic_hook","weapon_physgun","bf2017_fwmb10","alydus_fusioncutter","zeus_thermaldet"},
  317. command = "51stnoncommissioned",
  318. max = 0,
  319. salary = 350,
  320. admin = 0,
  321. vote = false,
  322. hasLicense = false,
  323. category = "51st Assault Infantry",
  324. sortOrder = 5,
  325. PlayerSpawn = function(ply) ply:SetMaxHealth(800) ply:SetHealth(800) ply:SetArmor (400) end,
  326.  
  327. })
  328.  
  329.  
  330. TEAM_51STENLISTED = DarkRP.createJob("51st Enlisted", {
  331. color = Color(0, 0, 255, 255),
  332. model = {"models/legend/51st_trp/51st_trp.mdl"},
  333. description = [[Congratulations! You have registered as a member of the 51st. Do your regiment proud!]],
  334. weapons = {"clone_card_c1","keys","rw_sw_dlt19","tfa_swch_dc17","realistic_hook","weapon_physcannon"},
  335. command = "51stenlisted",
  336. max = 0,
  337. salary = 250,
  338. admin = 0,
  339. vote = false,
  340. hasLicense = false,
  341. category = "51st Assault Infantry",
  342. sortOrder = 6,
  343. PlayerSpawn = function(ply) ply:SetMaxHealth(800) ply:SetHealth(800) ply:SetArmor (400) end,
  344. skins = {0},
  345. })
  346.  
  347. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  348. 1ST RECON
  349. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  350.  
  351. TEAM_1STRECONCOMMAND = DarkRP.createJob("1st Recon Command Officer", {
  352. color = Color(30, 125, 14, 255),
  353. model = {"models/legend/1st_exo/1st_exo.mdl","models/imperial_officer/navy/admiral/ad_m.mdl","models/imperial_officer/isb/operative/op_m.mdl"},
  354. description = [[Congratulations! You are a 1st Recon Command Officer.]],
  355. weapons = {"rw_sw_iqa11c","bf2017_se44c","clone_card_c3","keys","zeus_smokegranade","weapon_rpw_binoculars_nvg","rw_sw_nt242c","realistic_hook","bf2017_e5","weapon_rope_knife","weapon_vj_flaregun","recon_medkit"},
  356. command = "1streconcommand",
  357. max = 4,
  358. salary = 1250,
  359. admin = 0,
  360. vote = false,
  361. hasLicense = false,
  362. category = "1st Reconnaissance",
  363. sortOrder = 0,
  364. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (300) end,
  365. bodygroups = {
  366. ["Body"] = {0, 1, 2},
  367. ["Legs"] = {0, 1},
  368. ["Belt"] = {0, 1, 2, 3},
  369. ["Armor"] = {0, 1},
  370. ["Hat"] = {0, 1, 2, 3},
  371. }
  372. })
  373.  
  374. TEAM_1STRECONCOMMANDING = DarkRP.createJob("1st Recon Commanding Officer", {
  375. color = Color(30, 125, 14, 255),
  376. model = {"models/legend/1st_co/1st_co.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  377. description = [[Congratulations! You are the 1st Recon Commanding Officer.]],
  378. weapons ={"rw_sw_iqa11c","bf2017_se44c","clone_card_c3","keys","zeus_smokegranade","weapon_rpw_binoculars_nvg","rw_sw_nt242c", "realistic_hook","bf2017_e5","weapon_rope_knife","recondroidkit","recon_medkit"},
  379. command = "1streconcommanding",
  380. max = 1,
  381. salary = 1000,
  382. admin = 0,
  383. vote = false,
  384. hasLicense = false,
  385. category = "1st Reconnaissance",
  386. sortOrder = 1,
  387. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (300) end,
  388. bodygroups = {
  389. ["Body"] = {0, 1, 2},
  390. ["Legs"] = {0, 1},
  391. ["Belt"] = {0, 1, 2, 3},
  392. ["Armor"] = {0, 1},
  393. ["Hat"] = {0, 1, 2, 3},
  394. }
  395. })
  396.  
  397. TEAM_1STRECONEXECUTIVE = DarkRP.createJob("1st Recon Executive Officer", {
  398. color = Color(30, 125, 14, 255),
  399. model = {"models/legend/1st_exo/1st_exo.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  400. description = [[Congratulations! You are the 1st Recon Executive Officer.]],
  401. weapons ={"rw_sw_iqa11c","bf2017_se44c","clone_card_c2","keys","zeus_smokegranade","weapon_rpw_binoculars_nvg","rw_sw_nt242c","realistic_hook","bf2017_e5","weapon_rope_knife","recondroidkit","recon_medkit"},
  402. command = "1streconexecutive",
  403. max = 1,
  404. salary = 750,
  405. admin = 0,
  406. vote = false,
  407. hasLicense = false,
  408. category = "1st Reconnaissance",
  409. sortOrder = 2,
  410. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (300) end,
  411. bodygroups = {
  412. ["Body"] = {0, 1, 2},
  413. ["Legs"] = {0, 1},
  414. ["Belt"] = {0, 1, 2, 3},
  415. ["Armor"] = {0, 1},
  416. ["Hat"] = {0, 1, 2, 3},
  417. }
  418.  
  419. })
  420.  
  421. TEAM_1STRECONCOMMISSIONED = DarkRP.createJob("1st Recon Commissioned Officer", {
  422. color = Color(30, 125, 14, 255),
  423. model = {"models/legend/1st_lt/1st_lt.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  424. description = [[Congratulations! You are a 1st Recon Commissioned Officer.]],
  425. weapons ={"rw_sw_iqa11c","bf2017_se44c","clone_card_c2","keys","zeus_smokegranade","weapon_rpw_binoculars_nvg","rw_sw_nt242c","realistic_hook","bf2017_e5","weapon_rope_knife","recondroidkit","recon_medkit"},
  426. command = "1streconcommissioned",
  427. max = 9,
  428. salary = 500,
  429. admin = 0,
  430. vote = false,
  431. hasLicense = false,
  432. category = "1st Reconnaissance",
  433. sortOrder = 3,
  434. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (300) end,
  435. bodygroups = {
  436. ["Body"] = {0, 1, 2},
  437. ["Legs"] = {0, 1},
  438. ["Belt"] = {0, 1, 2, 3},
  439. ["Armor"] = {0, 1},
  440. ["Hat"] = {0, 1, 2, 3},
  441. }
  442.  
  443. })
  444.  
  445. TEAM_1STRECONSPECIALIST = DarkRP.createJob("1st Recon Advanced Recon Trooper", {
  446. color = Color(30, 125, 14, 255),
  447. model = {"models/gonzo/reconsniperskittles/reconsniperskittles.mdl"},
  448. description = [[Congratulations! You are a 1st Recon Advanced Recon Trooper.]],
  449. weapons ={"rw_sw_relbyv10","bf2017_se44","clone_card_c2","keys","zeus_smokegranade","weapon_rpw_binoculars_nvg","camo_ghost","weapon_salt_cloaker_nothermal","bf2017_e5","weapon_rope_knife","recondroidkit","zeus_smokegranade","recon_medkit"},
  450. command = "1streconspecialist",
  451. max = 2,
  452. salary = 350,
  453. admin = 0,
  454. vote = false,
  455. hasLicense = false,
  456. category = "1st Reconnaissance",
  457. sortOrder = 4,
  458. PlayerSpawn = function(ply) ply:SetMaxHealth(900) ply:SetHealth(900) ply:SetArmor (300) end,
  459.  
  460. })
  461.  
  462. TEAM_1STRECONNONCOMMISSIONED = DarkRP.createJob("1st Recon Non-Commissioned Officer", {
  463. color = Color(30, 125, 14, 255),
  464. model = {"models/legend/1st_sgt/1st_sgt.mdl"},
  465. description = [[Congratulations! You are a 1st Recon Non-Commissioned Officer.]],
  466. weapons ={"rw_sw_iqa11c","bf2017_se44","clone_card_c1","keys","zeus_smokegranade","weapon_rpw_binoculars_nvg","realistic_hook","bf2017_e5","weapon_rope_knife","recondroidkit","recon_medkit"},
  467. command = "1streconnoncommissioned",
  468. max = 0,
  469. salary = 350,
  470. admin = 0,
  471. vote = false,
  472. hasLicense = false,
  473. category = "1st Reconnaissance",
  474. sortOrder = 5,
  475. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (300) end,
  476. })
  477.  
  478.  
  479. TEAM_1STRECONENLISTED = DarkRP.createJob("1st Recon Enlisted", {
  480. color = Color(30, 125, 14, 255),
  481. model = {"models/legend/1st_trp/1st_trp.mdl"},
  482. description = [[Congratulations! You have registered as a member of the 1st Recon. Do your regiment proud!]],
  483. weapons ={"rw_sw_dlt20a","tfa_swch_dc17","clone_card_c1","keys","weapon_rpw_binoculars_nvg","realistic_hook","bf2017_e5","weapon_rope_knife"},
  484. command = "1streconenlisted",
  485. max = 0,
  486. salary = 250,
  487. admin = 0,
  488. vote = false,
  489. hasLicense = false,
  490. category = "1st Reconnaissance",
  491. sortOrder = 6,
  492. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (300) end,
  493. skins = {0},
  494.  
  495. })
  496.  
  497.  
  498. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  499. SHOCK TROOPERS
  500. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  501.  
  502. TEAM_SHOCKCOMMAND = DarkRP.createJob("Shock Command Officer", {
  503. color = Color(200, 0, 0, 255),
  504. model = {"models/legend/shock_exo/shock_exo.mdl","models/imperial_officer/navy/admiral/ad_m.mdl","models/imperial_officer/isb/operative/op_m.mdl","models/imperial_officer/isb/chairman_director/cd_m.mdl"},
  505. description = [[Congratulations! You are a Shock Command Officer.]],
  506. weapons = {"shock_barricade","clone_card_c3","weapon_cuff_shock","weapon_policeshield","stunstick","taser","bf2017_se44c","rw_sw_ee3","weapon_rpw_binoculars_nvg","weapon_jew_scalpelkit","unarrest_stick","rw_sw_scattershotgun","zeus_flashbang","zeus_thermaldet","sfw_riotbaton","weapon_smallcombineshield","weapon_vj_flaregun"},
  507. command = "shockcommand",
  508. max = 4,
  509. salary = 1250,
  510. admin = 0,
  511. vote = false,
  512. hasLicense = false,
  513. category = "Shock Military Police",
  514. sortOrder = 0,
  515. as=true,
  516. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (400) end,
  517. bodygroups = {
  518. ["Body"] = {0, 1, 2},
  519. ["Legs"] = {0, 1},
  520. ["Belt"] = {0, 1, 2, 3},
  521. ["Armor"] = {0, 1},
  522. ["Hat"] = {0, 1, 2, 3},
  523. }
  524. })
  525.  
  526. TEAM_SHOCKCOMMANDING = DarkRP.createJob("Shock Commanding Officer", {
  527. color = Color(200, 0, 0, 255),
  528. model = {"models/legend/shock_co/shock_co.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  529. description = [[Congratulations! You are the Shock Commanding Officer.]],
  530. weapons ={"shock_barricade","clone_card_c3","weapon_cuff_shock","weapon_policeshield","stunstick","zeus_flashbang","bf2017_se44c","taser","rw_sw_ee3","weapon_rpw_binoculars_nvg","unarrest_stick","rw_sw_scattershotgun","zeus_thermaldet","sfw_riotbaton","weapon_smallcombineshield"},
  531. command = "shockcommanding",
  532. max = 1,
  533. salary = 1000,
  534. admin = 0,
  535. vote = false,
  536. hasLicense = false,
  537. category = "Shock Military Police",
  538. sortOrder = 1,
  539. as=true,
  540. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (400) end,
  541. bodygroups = {
  542. ["Body"] = {0, 1, 2},
  543. ["Legs"] = {0, 1},
  544. ["Belt"] = {0, 1, 2, 3},
  545. ["Armor"] = {0, 1},
  546. ["Hat"] = {0, 1, 2, 3},
  547. }
  548. })
  549.  
  550.  
  551. TEAM_SHOCKEXECUTIVE = DarkRP.createJob("Shock Executive Officer", {
  552. color = Color(200, 0, 0, 255),
  553. model = {"models/legend/shock_exo/shock_exo.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  554. description = [[Congratulations! You are the Shock Executive Officer.]],
  555. weapons = {"shock_barricade","clone_card_c2","weapon_cuff_shock","weapon_policeshield","stunstick","zeus_flashbang","bf2017_se44c","taser","rw_sw_ee3","weapon_rpw_binoculars_nvg","unarrest_stick","rw_sw_scattershotgun","zeus_thermaldet","sfw_riotbaton","weapon_smallcombineshield"},
  556. command = "shockexecutive",
  557. max = 1,
  558. salary = 750,
  559. admin = 0,
  560. vote = false,
  561. hasLicense = false,
  562. category = "Shock Military Police",
  563. sortOrder = 2,
  564. as=true,
  565. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (400) end,
  566. bodygroups = {
  567. ["Body"] = {0, 1, 2},
  568. ["Legs"] = {0, 1},
  569. ["Belt"] = {0, 1, 2, 3},
  570. ["Armor"] = {0, 1},
  571. ["Hat"] = {0, 1, 2, 3},
  572. }
  573. })
  574.  
  575.  
  576. TEAM_SHOCKCOMMISSIONED = DarkRP.createJob("Shock Commissioned Officer", {
  577. color = Color(200, 0, 0, 255),
  578. model = {"models/legend/shock_lt/shock_lt.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  579. description = [[Congratulations! You are a Shock Commissioned.]],
  580. weapons = {"shock_barricade","clone_card_c2","weapon_cuff_shock","weapon_policeshield","stunstick","taser","bf2017_se44c","rw_sw_ee3","weapon_rpw_binoculars_nvg","unarrest_stick","rw_sw_scattershotgun","zeus_flashbang","zeus_thermaldet","sfw_riotbaton","weapon_smallcombineshield"},
  581. command = "shockcommissioned",
  582. max = 9,
  583. salary = 500,
  584. admin = 0,
  585. vote = false,
  586. hasLicense = false,
  587. category = "Shock Military Police",
  588. sortOrder = 3,
  589. as=true,
  590. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (400) end,
  591. bodygroups = {
  592. ["Body"] = {0, 1, 2},
  593. ["Legs"] = {0, 1},
  594. ["Belt"] = {0, 1, 2, 3},
  595. ["Armor"] = {0, 1},
  596. ["Hat"] = {0, 1, 2, 3},
  597. }
  598. })
  599.  
  600. TEAM_FOSB = DarkRP.createJob("First Order Security Bureau", {
  601. color = Color(200, 0, 0, 255),
  602. model = {"models/imperial_officer/isb/chairman_director/cd_m.mdl","models/imperial_officer/isb/chief/ch_m.mdl","models/imperial_officer/isb/agent/ag_m.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_elite.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/riot_pm.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_medic.mdl","models/imperial_officer/msc/red/red_m.mdl","models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_trooper.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_blue.mdl","models/player/star wars the force awakens/first order trooper/hunter/first_order_detective.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/81_pm.mdl","models/player/sgg/starwars/tie_pilot.mdl","models/imperial_officer/gov/sec_clerk/sc_m.mdl"},
  603. description = [[Congratulations! You are a member of the infamous First Order Security Bureau.]],
  604. weapons = {"shock_barricade","clone_card_c2","weapon_cuff_shock","weapon_policeshield","stunstick","taser","bf2017_se44c","rw_sw_ee3","weapon_jew_scalpelkit","weapon_rpw_binoculars_nvg","clone_card_c1","unarrest_stick"},
  605. command = "fosb",
  606. max = 9,
  607. salary = 500,
  608. admin = 0,
  609. vote = false,
  610. hasLicense = false,
  611. category = "Shock Military Police",
  612. sortOrder = 4,
  613. as=true,
  614. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (400) end,
  615. bodygroups = {
  616. ["Body"] = {0, 1, 2},
  617. ["Legs"] = {0, 1},
  618. ["Belt"] = {0, 1, 2, 3},
  619. ["Armor"] = {0, 1},
  620. ["Hat"] = {0, 1, 2, 3},
  621. ["Pauldron"] = {0, 1, 2, 3},
  622. ["Riot Shield"] = {0, 1},
  623. }
  624. })
  625.  
  626. TEAM_SHOCKSPECIALIST = DarkRP.createJob("Shock Heavy Enforcer", {
  627. color = Color(200, 0, 0, 255),
  628. model = {"models/gonzo/customshoretrooper/customshoretrooper.mdl"},
  629. description = [[Congratulations! You are a Shock Heavy Enforcer.]],
  630. weapons = {"shock_barricade","clone_card_c1","weapon_cuff_shock","weapon_riotshield","stunstick","tfa_shockshield","taser","unarrest_stick","bf2017_se44","rw_sw_ee3","rw_sw_scattershotgun"},
  631. command = "shockspecialist",
  632. max = 2,
  633. salary = 350,
  634. admin = 0,
  635. vote = false,
  636. hasLicense = false,
  637. category = "Shock Military Police",
  638. sortOrder = 5,
  639. as=true,
  640. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (400) end,
  641. })
  642.  
  643. TEAM_SHOCKNONCOMMISSIONED = DarkRP.createJob("Shock Non-Commissioned Officer", {
  644. color = Color(200, 0, 0, 255),
  645. model = {"models/legend/shock_sgt/shock_sgt.mdl"},
  646. description = [[Congratulations! You are a Shock Non-Commissioned Officer.]],
  647. weapons = {"shock_barricade","clone_card_c1","weapon_cuff_shock","weapon_policeshield","stunstick","taser","rw_sw_ee3","unarrest_stick","bf2017_se44","zeus_flashbang","sfw_riotbaton","weapon_smallcombineshield"},
  648. command = "shocknoncommissioned",
  649. max = 0,
  650. salary = 350,
  651. admin = 0,
  652. vote = false,
  653. hasLicense = false,
  654. category = "Shock Military Police",
  655. sortOrder = 6,
  656. as=true,
  657. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (400) end,
  658. })
  659.  
  660.  
  661. TEAM_SHOCKENLISTED = DarkRP.createJob("Shock Enlisted", {
  662. color = Color(200, 0, 0, 255),
  663. model = {"models/legend/shock_trp/shock_trp.mdl"},
  664. description = [[Congratulations! You have now registered as a member of the Shock. Do your regiment proud!]],
  665. weapons = {"shock_barricade","clone_card_c1","weapon_cuff_shock","weapon_policeshield","stunstick","taser","tfa_swch_dc17","rw_sw_ee3a","unarrest_stick"},
  666. command = "shockenlisted",
  667. max = 0,
  668. salary = 250,
  669. admin = 0,
  670. vote = false,
  671. hasLicense = false,
  672. category = "Shock Military Police",
  673. sortOrder = 7,
  674. as=true,
  675. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (400) end,
  676. skins = {0},
  677. })
  678.  
  679. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  680. 91st Medical Squadron
  681. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  682.  
  683. TEAM_91STCOMMAND = DarkRP.createJob("91st Command Officer", {
  684. color = Color(255, 0, 80, 255),
  685. model = {"models/sinifere/medic_exo/medic_exo.mdl","models/imperial_officer/navy/admiral/ad_m.mdl","models/imperial_officer/isb/operative/op_m.mdl"},
  686. description = [[Congratulations! You are a 91st Command Officer.]],
  687. weapons = {"rw_sw_cr2","rw_sw_dh17","weapon_91stmedkit","keys","weapon_bacta_grenade","clone_card_c3","weapon_shadowvirus_grenade","admin_defib","weapon_physgun","weapon_rpw_binoculars_nvg","bandage","weapon_vj_flaregun","weapon_hexshield_local","medi_gun"},
  688. command = "91stcommand",
  689. max = 4,
  690. salary = 1250,
  691. admin = 0,
  692. vote = false,
  693. hasLicense = false,
  694. category = "91st Personnel",
  695. sortOrder = 0,
  696. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (50) end,
  697. bodygroups = {
  698. ["Body"] = {0, 1, 2},
  699. ["Legs"] = {0, 1},
  700. ["Belt"] = {0, 1, 2, 3},
  701. ["Armor"] = {0, 1},
  702. ["Hat"] = {0, 1, 2, 3},
  703. ["Skins"] = {0},
  704. ["Chestbox"] = {0},
  705. ["Head"] = {0},
  706. }
  707.  
  708. })
  709.  
  710. TEAM_91STCOMMANDING = DarkRP.createJob("91st Commanding Officer", {
  711. color = Color(255, 0, 80, 255),
  712. model = {"models/sinifere/medic_co/medic_co.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  713. description = [[Congratulations! You are the 91st Commanding Officer.]],
  714. weapons = {"rw_sw_cr2","rw_sw_dh17","weapon_91stmedkit","keys","weapon_bacta_grenade","clone_card_c3","weapon_shadowvirus_grenade","admin_defib","weapon_physgun","weapon_rpw_binoculars_nvg","bandage","weapon_hexshield_local","medi_gun"},
  715. command = "91stcommanding",
  716. max = 1,
  717. salary = 1000,
  718. admin = 0,
  719. vote = false,
  720. hasLicense = false,
  721. sortOrder = 1,
  722. category = "91st Personnel",
  723. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (50) end,
  724. bodygroups = {
  725. ["Pauldron"] = {3},
  726. ["Riot Shield"] = {0, 1},
  727. ["Body"] = {0, 1, 2},
  728. ["Legs"] = {0, 1},
  729. ["Belt"] = {0, 1, 2, 3},
  730. ["Armor"] = {0, 1},
  731. ["Hat"] = {0, 1, 2, 3},
  732. ["Skins"] = {0},
  733. ["Chestbox"] = {0},
  734. ["Head"] = {0},
  735. }
  736.  
  737. })
  738.  
  739. TEAM_91STEXECUTIVE = DarkRP.createJob("91st Executive Officer", {
  740. color = Color(255, 0, 80, 255),
  741. model = {"models/sinifere/medic_exo/medic_exo.mdl","models/imperial_officer/msc/grey/grey_m.mdl"},
  742. description = [[Congratulations! You are the 91st Executive Officer]],
  743. weapons = {"rw_sw_cr2","rw_sw_dh17","weapon_91stmedkit","keys","weapon_bacta_grenade","clone_card_c2","weapon_shadowvirus_grenade","admin_defib","weapon_physgun","weapon_rpw_binoculars_nvg","bandage","weapon_hexshield_local","medi_gun"},
  744. command = "91stexecutive",
  745. max = 1,
  746. salary = 750,
  747. admin = 0,
  748. vote = false,
  749. hasLicense = false,
  750. sortOrder = 2,
  751. category = "91st Personnel",
  752. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (50) end,
  753. bodygroups = {
  754. ["Body"] = {0, 1, 2},
  755. ["Legs"] = {0, 1},
  756. ["Belt"] = {0, 1, 2, 3},
  757. ["Armor"] = {0, 1},
  758. ["Hat"] = {0, 1, 2, 3},
  759. ["Skins"] = {0},
  760. ["Chestbox"] = {0},
  761. ["Head"] = {0},
  762. }
  763. })
  764.  
  765. TEAM_91STCOMMISSIONED = DarkRP.createJob("91st Commissioned Officer", {
  766. color = Color(255, 0, 80, 255),
  767. model = {"models/sinifere/medic_lt/medic_lt.mdl","models/imperial_officer/msc/grey/grey_m.mdl","models/pilot/inferno_squad_pilot.mdl"},
  768. description = [[Congratulations! You are a 91st Commissioned Officer.]],
  769. weapons = {"rw_sw_cr2","rw_sw_dh17","weapon_91stmedkit","keys","weapon_bacta_grenade","clone_card_c2","weapon_shadowvirus_grenade","admin_defib","weapon_physgun","weapon_rpw_binoculars_nvg","bandage","weapon_hexshield_local","medi_gun"},
  770. command = "91stcommissioned",
  771. max = 9,
  772. salary = 500,
  773. admin = 0,
  774. vote = false,
  775. hasLicense = false,
  776. sortOrder = 3,
  777. category = "91st Personnel",
  778. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (50) end,
  779. bodygroups = {
  780. ["Body"] = {0, 1, 2},
  781. ["Legs"] = {0, 1},
  782. ["Belt"] = {0, 1, 2, 3},
  783. ["Armor"] = {0, 1},
  784. ["Hat"] = {0, 1, 2, 3},
  785. ["Skins"] = {0},
  786. ["Chestbox"] = {0},
  787. ["Head"] = {0},
  788. }
  789.  
  790. })
  791.  
  792. TEAM_91STSPECIALIST = DarkRP.createJob("91st Jet Trooper", {
  793. color = Color(255, 0, 80, 255),
  794. model = {"models/sinifere/jet_trooper.mdl"},
  795. description = [[Congratulations! You are a 91st Jet Trooper.]],
  796. weapons = {"bf2017_e5c","rw_sw_dh17","weapon_91stmedkit","keys","clone_card_c1","admin_defib","weapon_physgun","weapon_bacta_grenade","bandage","medi_gun"},
  797. command = "91stspecialist",
  798. max = 2,
  799. salary = 350,
  800. admin = 0,
  801. vote = false,
  802. hasLicense = false,
  803. sortOrder = 4,
  804. category = "91st Personnel",
  805. PlayerSpawn = function(ply) ply:SetMaxHealth(800) ply:SetHealth(800) ply:SetArmor (50) end,
  806.  
  807. })
  808.  
  809. TEAM_91STPILOT = DarkRP.createJob("91st Ambulatory Pilot", {
  810. color = Color(255, 0, 80, 255),
  811. model = {"models/pilot/inferno_squad_pilot.mdl"},
  812. description = [[Congratulations! You are a 91st Non-Commissioned Officer.]],
  813. weapons = {"rw_sw_dh17","weapon_91stmedkit","keys","clone_card_c1","admin_defib","weapon_physgun","weapon_bacta_grenade","bandage","medi_gun"},
  814. command = "91stpilot",
  815. max = 0,
  816. salary = 350,
  817. admin = 0,
  818. vote = false,
  819. hasLicense = false,
  820. sortOrder = 5,
  821. category = "91st Personnel",
  822. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (50) end,
  823. bodygroups = {
  824. ["Skins"] = {0},
  825. ["Hat"] = {0},
  826. ["Chestbox"] = {0},
  827. ["Head"] = {0},
  828. }
  829.  
  830. })
  831.  
  832.  
  833. TEAM_91STNONCOMMISSIONED = DarkRP.createJob("91st Non-Commissioned Officer", {
  834. color = Color(255, 0, 80, 255),
  835. model = {"models/sinifere/medic_sgt/medic_sgt.mdl","models/imperial_officer/msc/red/red_m.mdl","models/pilot/inferno_squad_pilot.mdl","medi_gun"},
  836. description = [[Congratulations! You are a 91st Non-Commissioned Officer.]],
  837. weapons = {"rw_sw_dh17","weapon_91stmedkit","keys","clone_card_c1","admin_defib","weapon_physgun","weapon_bacta_grenade","bandage","weapon_hexshield_local"},
  838. command = "91stnoncommissioned",
  839. max = 0,
  840. salary = 350,
  841. admin = 0,
  842. vote = false,
  843. hasLicense = false,
  844. sortOrder = 5,
  845. category = "91st Personnel",
  846. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (50) end,
  847. bodygroups = {
  848. ["Body"] = {0, 1, 2},
  849. ["Legs"] = {0, 1},
  850. ["Belt"] = {0, 1, 2, 3},
  851. ["Armor"] = {0, 1},
  852. ["Hat"] = {0, 1, 2, 3},
  853. ["Skins"] = {0},
  854. ["Chestbox"] = {0},
  855. ["Head"] = {0},
  856. }
  857.  
  858. })
  859.  
  860. TEAM_91STENLISTED = DarkRP.createJob("91st Enlisted", {
  861. color = Color(255, 0, 80, 255),
  862. model = {"models/sinifere/medic_trp/medic_trp.mdl","models/imperial_officer/msc/red/red_m.mdl"},
  863. description = [[Congratulations! You have registered as a member of the 91st. Do your regiment proud!]],
  864. weapons = {"rw_sw_rk3","weapon_91stmedkit","keys","clone_card_c1","admin_defib","weapon_physcannon","bandage","medi_gun"},
  865. command = "91stpersonnel",
  866. max = 0,
  867. salary = 250,
  868. admin = 0,
  869. vote = false,
  870. hasLicense = false,
  871. sortOrder = 6,
  872. category = "91st Personnel",
  873. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (50) end,
  874. bodygroups = {
  875. ["Body"] = {0, 1, 2},
  876. ["Legs"] = {0, 1},
  877. ["Belt"] = {0, 1, 2, 3},
  878. ["Armor"] = {0, 1},
  879. ["Hat"] = {0, 1, 2, 3},
  880. }
  881. })
  882.  
  883.  
  884. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  885. HAVOC ENGINEERS
  886. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  887.  
  888. TEAM_NAVALCOMMAND = DarkRP.createJob("Naval Command Officer", {
  889. color = Color(255, 157, 0, 255),
  890. model = {"models/legend/havoc_exo/havoc_exo.mdl","models/pilot/inferno_squad_pilot.mdl","models/imperial_officer/navy/admiral/ad_m.mdl","models/imperial_officer/isb/operative/op_m.mdl"},
  891. description = [[Congratulations! You are a Naval Command Officer.]],
  892. weapons = {"weapon_physcannon","rw_sw_cr2","fire_extinguisher","keys","rw_sw_dl44","clone_card_c3","lockpick","mexican_flamerv2","weapon_sar_repairtool","weapon_jew_emp_rifle","alydus_fortificationbuildertablet","repair_kit","weapon_rpw_binoculars_nvg","alydus_fusioncutter","weapon_vj_flaregun"},
  893. command = "navalcommand",
  894. max = 4,
  895. salary = 1250,
  896. admin = 0,
  897. vote = false,
  898. hasLicense = false,
  899. category = "Naval Personnel",
  900. sortOrder = 0,
  901. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (50) end,
  902. bodygroups = {
  903. ["Body"] = {0, 1, 2},
  904. ["Legs"] = {0, 1},
  905. ["Belt"] = {0, 1, 2, 3},
  906. ["Armor"] = {0, 1},
  907. ["Hat"] = {0, 1, 2, 3},
  908. ["Skins"] = {1},
  909. ["Chestbox"] = {0},
  910. ["Head"] = {0},
  911. }
  912. })
  913.  
  914. TEAM_NAVALCOMMANDING = DarkRP.createJob("Naval Commanding Officer", {
  915. color = Color(255, 157, 0, 255),
  916. model = {"models/imperial_officer/msc/grey/grey_m.mdl","models/legend/havoc_co/havoc_co.mdl","models/pilot/inferno_squad_pilot.mdl"},
  917. description = [[Congratulations! You are the Naval Commanding Officer.]],
  918. weapons = {"weapon_physcannon","rw_sw_cr2","fire_extinguisher","keys","rw_sw_dl44","lockpick","mexican_flamerv2","weapon_jew_emp_rifle","placeable_barrier","weapon_sar_repairtool","alydus_fortificationbuildertablet","clone_card_c3","repair_kit","weapon_rpw_binoculars_nvg","alydus_fusioncutter"},
  919. command = "navalcommanding",
  920. max = 1,
  921. salary = 1000,
  922. admin = 0,
  923. vote = false,
  924. hasLicense = false,
  925. category = "Naval Personnel",
  926. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (50) end,
  927. sortOrder = 1,
  928. bodygroups = {
  929. ["Body"] = {0, 1, 2},
  930. ["Legs"] = {0, 1},
  931. ["Belt"] = {0, 1, 2, 3},
  932. ["Armor"] = {0, 1},
  933. ["Hat"] = {0, 1, 2, 3},
  934. ["Skins"] = {1},
  935. ["Chestbox"] = {0},
  936. ["Head"] = {0},
  937. }
  938.  
  939. })
  940.  
  941. TEAM_NAVALEXECUTIVE = DarkRP.createJob("Naval Executive Officer", {
  942. color = Color(255, 157, 0, 255),
  943. model = {"models/imperial_officer/msc/grey/grey_m.mdl","models/legend/havoc_exo/havoc_exo.mdl","models/pilot/inferno_squad_pilot.mdl"},
  944. description = [[Congratulations! You are the Naval Executive Officer.]],
  945. weapons = {"weapon_physcannon","rw_sw_cr2","fire_extinguisher","keys","rw_sw_dl44c","clone_card_c2","lockpick","mexican_flamerv2","weapon_jew_emp_rifle","placeable_barrier","weapon_sar_repairtool","alydus_fortificationbuildertablet","repair_kit","weapon_rpw_binoculars_nvg","alydus_fusioncutter"},
  946. command = "navalexecutive",
  947. max = 1,
  948. salary = 750,
  949. admin = 0,
  950. vote = false,
  951. hasLicense = false,
  952. category = "Naval Personnel",
  953. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (50) end,
  954. sortOrder = 1,
  955. bodygroups = {
  956. ["Body"] = {0, 1, 2},
  957. ["Legs"] = {0, 1},
  958. ["Belt"] = {0, 1, 2, 3},
  959. ["Armor"] = {0, 1},
  960. ["Hat"] = {0, 1, 2, 3},
  961. ["Skins"] = {1},
  962. ["Chestbox"] = {0},
  963. ["Head"] = {0},
  964. }
  965. })
  966.  
  967. TEAM_NAVALCOMMISSIONED = DarkRP.createJob("Naval Commissioned Officer", {
  968. color = Color(255, 157, 0, 255),
  969. model = {"models/imperial_officer/msc/grey/grey_m.mdl","models/legend/havoc_lt/havoc_lt.mdl","models/pilot/inferno_squad_pilot.mdl"},
  970. description = [[Congratulations! You are a Naval Commissioned Officer.]],
  971. weapons = {"weapon_physcannon","rw_sw_cr2","fire_extinguisher","keys","rw_sw_dl44","clone_card_c2","lockpick","placeable_barrier","weapon_sar_repairtool","weapon_jew_emp_rifle","alydus_fortificationbuildertablet","repair_kit","weapon_rpw_binoculars_nvg","alydus_fusioncutter"},
  972. command = "navalcommissioned",
  973. max = 9,
  974. salary = 500,
  975. admin = 0,
  976. vote = false,
  977. hasLicense = false,
  978. category = "Naval Personnel",
  979. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (50) end,
  980. sortOrder = 2,
  981. bodygroups = {
  982. ["Body"] = {0, 1, 2},
  983. ["Legs"] = {0, 1},
  984. ["Belt"] = {0, 1, 2, 3},
  985. ["Armor"] = {0, 1},
  986. ["Hat"] = {0, 1, 2, 3},
  987. ["Skins"] = {1},
  988. ["Chestbox"] = {0},
  989. ["Head"] = {0},
  990. }
  991. })
  992.  
  993. TEAM_NAVALSPECIALIST = DarkRP.createJob("Naval Remote Tech Expert", {
  994. color = Color(255, 157, 0, 255),
  995. model = {"models/player/renegade/clones/airborne/212th.mdl"},
  996. description = [[Congratulations! You are a Naval Demolition Expert.]],
  997. weapons = {"weapon_physcannon","tfa_t21b","fire_extinguisher","keys","bf2017_se44","clone_card_c1","placeable_barrier","weapon_sar_repairtool","weapon_plasmanade","weapon_jew_e60r","weapon_breachingcharge","weapon_lfsmissilelauncher","repair_kit","alydus_fusioncutter","combine mortar tool"},
  998. command = "navalspecialist",
  999. max = 2,
  1000. salary = 350,
  1001. admin = 0,
  1002. vote = false,
  1003. hasLicense = false,
  1004. category = "Naval Personnel",
  1005. PlayerSpawn = function(ply) ply:SetMaxHealth(900) ply:SetHealth(900) ply:SetArmor (50) end,
  1006. sortOrder = 3
  1007. })
  1008.  
  1009. TEAM_NAVALPILOT = DarkRP.createJob("Naval Starfighter Corps Pilot", {
  1010. color = Color(255, 157, 0, 255),
  1011. model = {"models/pilot/inferno_squad_pilot.mdl"},
  1012. description = [[Congratulations! You are a pilot for the First Order Starfighter Corps!.]],
  1013. weapons = {"weapon_physcannon","fire_extinguisher","keys","rw_sw_dl44","clone_card_c1","placeable_barrier","weapon_sar_repairtool","repair_kit","alydus_fusioncutter"},
  1014. command = "navalpilot",
  1015. max = 0,
  1016. salary = 350,
  1017. admin = 0,
  1018. vote = false,
  1019. hasLicense = false,
  1020. sortOrder = 5,
  1021. category = "Naval Personnel",
  1022. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (50) end,
  1023. bodygroups = {
  1024. ["Skins"] = {1},
  1025. ["Hat"] = {0},
  1026. ["Chestbox"] = {0},
  1027. ["Head"] = {0},
  1028. }
  1029.  
  1030. })
  1031.  
  1032. TEAM_NAVALNONCOMMISSIONED = DarkRP.createJob("Naval Non-Commissioned Officer", {
  1033. color = Color(255, 157, 0, 255),
  1034. model = {"models/legend/havoc_sgt/havoc_sgt.mdl","models/pilot/inferno_squad_pilot.mdl","models/imperial_officer/gov/moff_general/mg_m.mdl"},
  1035. description = [[Congratulations! You are a Naval Non-Commissioned Officer.]],
  1036. weapons = {"weapon_physcannon","fire_extinguisher","keys","rw_sw_dl44","clone_card_c1","placeable_barrier","weapon_sar_repairtool","repair_kit","alydus_fusioncutter"},
  1037. command = "navalnoncommissioned",
  1038. max = 0,
  1039. salary = 350,
  1040. admin = 0,
  1041. vote = false,
  1042. hasLicense = false,
  1043. category = "Naval Personnel",
  1044. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (50) end,
  1045. sortOrder = 4,
  1046. bodygroups = {
  1047. ["Body"] = {0, 1, 2},
  1048. ["Legs"] = {0, 1},
  1049. ["Belt"] = {0, 1, 2, 3},
  1050. ["Armor"] = {0, 1},
  1051. ["Hat"] = {0, 1, 2, 3},
  1052. ["Skins"] = {1},
  1053. ["Chestbox"] = {0},
  1054. ["Head"] = {0},
  1055. }
  1056. })
  1057.  
  1058. TEAM_NAVALENLISTED = DarkRP.createJob("Naval Enlisted", {
  1059. color = Color(255, 157, 0, 255),
  1060. model = {"models/legend/havoc_trp/havoc_trp.mdl","models/pilot/inferno_squad_pilot.mdl","models/imperial_officer/gov/sec_clerk/sc_m.mdl"},
  1061. description = [[Congratulations! You have registered as a member of the Naval. Do your regiment proud!]],
  1062. weapons = {"weapon_physcannon","rw_sw_dt12","fire_extinguisher","keys","clone_card_c1","placeable_barrier","weapon_sar_repairtool","repair_kit","alydus_fusioncutter"},
  1063. command = "navalenlisted",
  1064. max = 0,
  1065. salary = 250,
  1066. admin = 0,
  1067. vote = false,
  1068. hasLicense = false,
  1069. category = "Naval Personnel",
  1070. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (50) end,
  1071. level = 0,
  1072. sortOrder = 5,
  1073. bodygroups = {
  1074. ["Body"] = {0, 1, 2},
  1075. ["Legs"] = {0, 1},
  1076. ["Belt"] = {0, 1, 2, 3},
  1077. ["Armor"] = {0, 1},
  1078. ["Hat"] = {0, 1, 2, 3},
  1079. ["Skins"] = {1},
  1080. ["Chestbox"] = {0},
  1081. ["Head"] = {0},
  1082. }
  1083. })
  1084.  
  1085. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1086. Shadow Corps
  1087. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1088.  
  1089. TEAM_SDWCOMMAND = DarkRP.createJob("Shadow Corps Command Officer", {
  1090. color = Color(50, 50, 50, 255),
  1091. model = {"models/sinifere/shadow_lt/shadow_lt.mdl","models/imperial_officer/navy/admiral/ad_m.mdl","models/imperial_officer/isb/operative/op_m.mdl","models/pilot/inferno_squad_pilot.mdl"},
  1092. description = [[Congratulations! You are a Command Officer for the First Order Special Forces, Shadow Corps!.]],
  1093. weapons = {"weapon_physcannon","rw_sw_scattershotgun","rw_sw_defender","rw_sw_e44","rw_sw_z2", "maze_ghost", "t3m4_empgrenade", "climb_swep2", "weapon_salt_cloaker","weapon_cuff_tactical","weapon_vj_flaregun","clone_card_c3"},
  1094. command = "shadowcommand",
  1095. max = 4,
  1096. salary = 1250,
  1097. admin = 0,
  1098. vote = false,
  1099. hasLicense = false,
  1100. category = "First Order Special Forces",
  1101. sortOrder = 0,
  1102. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  1103. bodygroups = {
  1104. ["Body"] = {0, 1, 2},
  1105. ["Legs"] = {0, 1},
  1106. ["Belt"] = {0, 1, 2, 3},
  1107. ["Armor"] = {0, 1},
  1108. ["Hat"] = {0, 1, 2, 3},
  1109. ["Skins"] = {2},
  1110. ["Chestbox"] = {0},
  1111. ["Head"] = {0},
  1112. }
  1113. })
  1114.  
  1115. TEAM_SDWCOMMANDING = DarkRP.createJob("Shadow Corps Commanding Officer", {
  1116. color = Color(50, 50, 50, 255),
  1117. model = {"models/imperial_officer/msc/grey/grey_m.mdl","models/sinifere/shadow_commander/shadow_commander.mdl","models/kryptonite/sbfii_hask/sbfii_hask.mdl","models/pilot/inferno_squad_pilot.mdl"},
  1118. description = [[Congratulations! You are the Commanding Officer for the First Order Special Forces, Shadow Corps!.]],
  1119. weapons = {"weapon_physcannon","rw_sw_scattershotgun","rw_sw_defender","rw_sw_e44","rw_sw_z2", "maze_ghost", "t3m4_empgrenade", "climb_swep2", "weapon_salt_cloaker","zeus_smokegranade","weapon_cuff_tactical","clone_card_c3"},
  1120. command = "shadowcommanding",
  1121. max = 1,
  1122. salary = 1000,
  1123. admin = 0,
  1124. vote = false,
  1125. hasLicense = false,
  1126. category = "First Order Special Forces",
  1127. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  1128. sortOrder = 1,
  1129.  
  1130. })
  1131.  
  1132. TEAM_SDWEXECUTIVE = DarkRP.createJob("Shadow Corps Executive Officer", {
  1133. color = Color(50, 50, 50, 255),
  1134. model = {"models/imperial_officer/msc/grey/grey_m.mdl","models/sinifere/shadow_exo/shadow_exo.mdl","models/pilot/inferno_squad_pilot.mdl"},
  1135. description = [[Congratulations! You are the Executive Officer for the First Order Special Forces, Shadow Corps!.]],
  1136. weapons = {"weapon_physcannon","rw_sw_scattershotgun","rw_sw_defender","rw_sw_e44","rw_sw_z2", "maze_ghost", "t3m4_empgrenade", "climb_swep2", "weapon_salt_cloaker","weapon_cuff_tactical","zeus_smokegranade","clone_card_c2"},
  1137. command = "shadowexecutive",
  1138. max = 1,
  1139. salary = 750,
  1140. admin = 0,
  1141. vote = false,
  1142. hasLicense = false,
  1143. category = "First Order Special Forces",
  1144. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  1145. sortOrder = 1,
  1146. })
  1147.  
  1148. TEAM_SDWCOMMISSIONED = DarkRP.createJob("Shadow Corps Commissioned Officer", {
  1149. color = Color(50, 50, 50, 255),
  1150. model = {"models/imperial_officer/msc/grey/grey_m.mdl","models/sinifere/shadow_lt/shadow_lt.mdl","models/pilot/inferno_squad_pilot.mdl"},
  1151. description = [[Congratulations! You are a Commissioned Officer for the First Order Special Forces, Shadow Corps!.]],
  1152. weapons = {"weapon_physcannon","rw_sw_scattershotgun","rw_sw_defender","rw_sw_e44", "maze_ghost", "t3m4_empgrenade", "climb_swep2", "weapon_salt_cloaker","weapon_cuff_tactical","clone_card_c2"},
  1153. command = "shadowcommissioned",
  1154. max = 9,
  1155. salary = 500,
  1156. admin = 0,
  1157. vote = false,
  1158. hasLicense = false,
  1159. category = "First Order Special Forces",
  1160. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  1161. sortOrder = 2,
  1162. })
  1163.  
  1164. TEAM_SDWSPECIALIST = DarkRP.createJob("Shadow Corps Specialist", {
  1165. color = Color(50, 50, 50, 255),
  1166. model = {"models/grady/fo_heavy_stormtrooper/syphadias_reskins/fo_wampa_squad/fo_wampa_squad_trooper.mdl"},
  1167. description = [[Congratulations! You are a Specialist for the First Order Special Forces, Shadow Corps!.]],
  1168. weapons = {"weapon_physcannon","rw_sw_scattershotgun","rw_sw_defender","rw_sw_e44", "maze_ghost", "weapon_ninjaskunai", "climb_swep2", "weapon_salt_cloaker", "t3m4_empgrenade","zeus_smokegranade","clone_card_c1"},
  1169. command = "shadowspecialist",
  1170. max = 2,
  1171. salary = 350,
  1172. admin = 0,
  1173. vote = false,
  1174. hasLicense = false,
  1175. category = "First Order Special Forces",
  1176. PlayerSpawn = function(ply) ply:SetMaxHealth(900) ply:SetHealth(900) ply:SetArmor (400) end,
  1177. sortOrder = 3
  1178. })
  1179.  
  1180.  
  1181. TEAM_SDWPILOT = DarkRP.createJob("Shadow Corps Pilot", {
  1182. color = Color(50, 50, 50, 255),
  1183. model = {"models/pilot/inferno_squad_pilot.mdl"},
  1184. description = [[Congratulations! You are a Pilot for the First Order Special Forces, Shadow Corps!.]],
  1185. weapons = {"rw_sw_dh17","weapon_91stmedkit","keys","clone_card_c1","admin_defib","weapon_physgun","weapon_bacta_grenade","bandage","clone_card_c1"},
  1186. command = "shadowpilot",
  1187. max = 0,
  1188. salary = 350,
  1189. admin = 0,
  1190. vote = false,
  1191. hasLicense = false,
  1192. sortOrder = 5,
  1193. category = "First Order Special Forces",
  1194. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  1195.  
  1196.  
  1197. })
  1198.  
  1199.  
  1200. TEAM_SDWNONCOMMISSIONED = DarkRP.createJob("Shadow Corps Non-Commissioned Officer", {
  1201. color = Color(50, 50, 50, 255),
  1202. model = {"models/sinifere/shadow_sgt/shadow_sgt.mdl","models/imperial_officer/gov/moff_general/mg_m.mdl","models/pilot/inferno_squad_pilot.mdl"},
  1203. description = [[Congratulations! You are a Non-Commissioned Officer for the First Order Special Forces, Shadow Corps!.]],
  1204. weapons = {"weapon_physcannon","rw_sw_scattershotgun","rw_sw_defender","rw_sw_e44", "maze_ghost", "climb_swep2", "weapon_salt_cloaker", "t3m4_empgrenade","clone_card_c1"},
  1205. command = "shadownoncommissioned",
  1206. max = 0,
  1207. salary = 350,
  1208. admin = 0,
  1209. vote = false,
  1210. hasLicense = false,
  1211. category = "First Order Special Forces",
  1212. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  1213. sortOrder = 4,
  1214. })
  1215.  
  1216. TEAM_SDWENLISTED = DarkRP.createJob("Shadow Corps Enlisted", {
  1217. color = Color(50, 50, 50, 255),
  1218. model = {"models/sinifere/shadow_trooper/shadow_trooper.mdl","models/imperial_officer/gov/sec_clerk/sc_m.mdl"},
  1219. description = [[Congratulations! You have enlisted for the First Order Special Forces, Shadow Corps!.]],
  1220. weapons = {"weapon_physcannon","rw_sw_scattershotgun","rw_sw_defender", "maze_ghost", "climb_swep2", "weapon_salt_cloaker","clone_card_c1"},
  1221. command = "shadowenlisted",
  1222. max = 0,
  1223. salary = 250,
  1224. admin = 0,
  1225. vote = false,
  1226. hasLicense = false,
  1227. category = "First Order Special Forces",
  1228. PlayerSpawn = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor (400) end,
  1229. level = 0,
  1230. sortOrder = 5,
  1231. })
  1232. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1233. FLEET/NAVY
  1234. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1235.  
  1236. TEAM_GRANDADMIRAL = DarkRP.createJob("High Command Grand Admiral", {
  1237. color = Color(4, 0, 100, 255),
  1238. model = {"models/player/scifi_hawke.mdl"},
  1239. description = [[Congratulations! You are the Grand Admiral. Feared by all and the most ruthless within the First Order.]],
  1240. weapons = {"tfa_admiralty","stunstick","voice_amplifier","clone_card_c3navy","keys","weapon_rpw_binoculars_nvg","tfa_gapistol","weapon_vj_flaregun"},
  1241. command = "grandadmiral",
  1242. max = 1,
  1243. salary = 10000,
  1244. admin = 0,
  1245. vote = false,
  1246. hasLicense = false,
  1247. category = "First Order High Command",
  1248. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1249. level = 100,
  1250. sortOrder = 0,
  1251. mayor = true,
  1252. skins = {2},
  1253. bodygroups = {
  1254. ["Hair"] = {0},
  1255. ["hands"] = {0, 1},
  1256. ["Headset"] = {0, 1, 2, 3, 4},
  1257. ["Epaulettes"] = {3},
  1258. ["Ribbons"] = {2},
  1259. ["Collar"] = {1},
  1260. ["Pants"] = {0, 1, 2, 3},
  1261. }
  1262. })
  1263.  
  1264. TEAM_HIGHADMIRAL = DarkRP.createJob("High Command High Admiral", {
  1265. color = Color(4, 0, 100, 255),
  1266. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  1267. description = [[Congratulations! You are the High Admiral. A feared and ruthless member of the First Order. Lead the First Order into battle and emerge victorious!]],
  1268. weapons = {"stunstick", "voice_amplifier","clone_card_c3navy","tfa_admiralty","keys","weapon_rpw_binoculars_nvg","tfa_gapistol","weapon_vj_flaregun"},
  1269. command = "highadmiral",
  1270. max = 1,
  1271. salary = 9000,
  1272. admin = 0,
  1273. vote = false,
  1274. hasLicense = false,
  1275. category = "First Order High Command",
  1276. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1277. level = 90,
  1278. sortOrder = 1,
  1279. mayor = true,
  1280. bodygroups = {
  1281. ["Body"] = {2},
  1282. ["Legs"] = {0, 1},
  1283. ["Belt"] = {0, 1, 2, 3},
  1284. ["Armor"] = {0, 1},
  1285. ["Hat"] = {2, 3, 4},
  1286. }
  1287. })
  1288.  
  1289. TEAM_FLEETADMIRAL = DarkRP.createJob("High Command Fleet Admiral", {
  1290. color = Color(4, 0, 100, 255),
  1291. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  1292. description = [[Congratulations! You are the Fleet Admiral. A feared and ruthless member of the First Order. Lead the First Order into battle and emerge victorious!]],
  1293. weapons = {"stunstick", "voice_amplifier","clone_card_c3navy","tfa_admiralty","keys","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1294. command = "fleetadmiral",
  1295. max = 1,
  1296. salary = 8000,
  1297. admin = 0,
  1298. vote = false,
  1299. hasLicense = false,
  1300. category = "First Order High Command",
  1301. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1302. level = 90,
  1303. sortOrder = 2,
  1304. mayor = true,
  1305. bodygroups = {
  1306. ["Body"] = {2},
  1307. ["Legs"] = {0, 1},
  1308. ["Belt"] = {0, 1, 2, 3},
  1309. ["Armor"] = {0, 1},
  1310. ["Hat"] = {2, 3, 4},
  1311. }
  1312. })
  1313.  
  1314. TEAM_NAVALADMIRAL = DarkRP.createJob("High Command Admiral", {
  1315. color = Color(4, 0, 100, 255),
  1316. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  1317. description = [[Congratulations! You are the Naval Admiral. A feared and ruthless member of the First Order. Lead the First Order into battle and emerge victorious!]],
  1318. weapons = {"stunstick", "voice_amplifier","clone_card_c3navy","tfa_admiralty","keys","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1319. command = "navaladmiral",
  1320. max = 1,
  1321. salary = 7000,
  1322. admin = 0,
  1323. vote = false,
  1324. hasLicense = false,
  1325. category = "First Order High Command",
  1326. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1327. level = 90,
  1328. sortOrder = 3,
  1329. mayor = true,
  1330. bodygroups = {
  1331. ["Body"] = {2},
  1332. ["Legs"] = {0, 1},
  1333. ["Belt"] = {0, 1, 2, 3},
  1334. ["Armor"] = {0, 1},
  1335. ["Hat"] = {2, 3, 4},
  1336. }
  1337. })
  1338.  
  1339. TEAM_VICEADMIRAL = DarkRP.createJob("High Command Vice Admiral", {
  1340. color = Color(4, 0, 100, 255),
  1341. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  1342. description = [[Congratulations! You are the Vice Admiral. A feared and ruthless member of the First Order. Lead the First Order into battle and emerge victorious!]],
  1343. weapons = {"stunstick", "voice_amplifier","clone_card_c3navy","tfa_admiralty","keys","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1344. command = "viceadmiral",
  1345. max = 2,
  1346. salary = 6000,
  1347. admin = 0,
  1348. vote = false,
  1349. hasLicense = false,
  1350. category = "First Order High Command",
  1351. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1352. level = 90,
  1353. sortOrder = 4,
  1354. mayor = true,
  1355. bodygroups = {
  1356. ["Body"] = {1},
  1357. ["Legs"] = {0, 1},
  1358. ["Belt"] = {0, 1, 2, 3},
  1359. ["Armor"] = {0, 1},
  1360. ["Hat"] = {2, 3, 4},
  1361. }
  1362. })
  1363.  
  1364. TEAM_REARADMIRAL = DarkRP.createJob("High Command Rear Admiral", {
  1365. color = Color(4, 0, 100, 255),
  1366. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  1367. description = [[Congratulations! You are the Rear Admiral. A feared and ruthless member of the First Order. Lead the First Order into battle and emerge victorious!]],
  1368. weapons = {"stunstick", "voice_amplifier","clone_card_c3navy","tfa_admiralty","keys","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1369. command = "rearadmiral",
  1370. max = 2,
  1371. salary = 5000,
  1372. admin = 0,
  1373. vote = false,
  1374. hasLicense = false,
  1375. category = "First Order High Command",
  1376. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1377. level = 90,
  1378. sortOrder = 5,
  1379. mayor = true,
  1380. bodygroups = {
  1381. ["Body"] = {1},
  1382. ["Legs"] = {0, 1},
  1383. ["Belt"] = {0, 1, 2, 3},
  1384. ["Armor"] = {0, 1},
  1385. ["Hat"] = {2, 3, 4},
  1386. }
  1387. })
  1388.  
  1389. TEAM_COMMANDCOMMODORE = DarkRP.createJob("First Order Command Commodore", {
  1390. color = Color(122, 122, 122, 255),
  1391. model = {"models/imperial_officer/navy/admiral/ad_m.mdl"},
  1392. description = [[Congratulations! You are a FOCO Commodore. Lead the First Order into victory!]],
  1393. weapons = {"tfa_navy2", "stunstick", "voice_amplifier","clone_card_c3navy","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1394. command = "commandcommodore",
  1395. max = 1,
  1396. salary = 4500,
  1397. admin = 0,
  1398. vote = false,
  1399. hasLicense = false,
  1400. category = "First Order Command Officers",
  1401. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1402. sortOrder = 1,
  1403. bodygroups = {
  1404. ["Body"] = {2},
  1405. ["Legs"] = {0, 1},
  1406. ["Belt"] = {0, 1, 2, 3},
  1407. ["Armor"] = {0, 1},
  1408. ["Hat"] = {2, 3},
  1409. }
  1410. })
  1411.  
  1412. TEAM_COMMANDCAPTAINL = DarkRP.createJob("First Order Command Captain of the Line", {
  1413. color = Color(122, 122, 122, 255),
  1414. model = {"models/imperial_officer/navy/admiral/ad_m.mdl"},
  1415. description = [[Congratulations! You are a FOCO Captain of the Line. Lead the First Order into victory!]],
  1416. weapons = {"tfa_navy2", "stunstick", "voice_amplifier","clone_card_c3","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1417. command = "commandcaptainl",
  1418. max = 2,
  1419. salary = 4000,
  1420. admin = 0,
  1421. vote = false,
  1422. hasLicense = false,
  1423. category = "First Order Command Officers",
  1424. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1425. sortOrder = 2,
  1426. bodygroups = {
  1427. ["Body"] = {2},
  1428. ["Legs"] = {0, 1},
  1429. ["Belt"] = {0, 1},
  1430. ["Armor"] = {0, 1},
  1431. ["Hat"] = {2, 3},
  1432. }
  1433. })
  1434.  
  1435. TEAM_COMMANDCAPTAIN = DarkRP.createJob("First Order Command Captain", {
  1436. color = Color(122, 122, 122, 255),
  1437. model = {"models/imperial_officer/navy/admiral/ad_m.mdl"},
  1438. description = [[Congratulations! You are a FOCO Captain. Lead the First Order into victory!]],
  1439. weapons = {"tfa_navy2","voice_amplifier","clone_card_c3","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1440. command = "commandcaptain",
  1441. max = 3,
  1442. salary = 3500,
  1443. admin = 0,
  1444. vote = false,
  1445. hasLicense = false,
  1446. category = "First Order Command Officers",
  1447. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1448. sortOrder = 3,
  1449. bodygroups = {
  1450. ["Body"] = {1},
  1451. ["Legs"] = {0, 1},
  1452. ["Belt"] = {0, 1},
  1453. ["Armor"] = {0, 1},
  1454. ["Hat"] = {2, 3},
  1455. }
  1456. })
  1457.  
  1458. TEAM_COMMANDCOMMANDER = DarkRP.createJob("First Order Command Commander", {
  1459. color = Color(122, 122, 122, 255),
  1460. model = {"models/imperial_officer/navy/admiral/ad_m.mdl"},
  1461. description = [[Congratulations! You are a FOCO Commander. Lead the First Order into victory!]],
  1462. weapons = {"tfa_navy2", "voice_amplifier","clone_card_c3","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1463. command = "commandcommander",
  1464. max = 0,
  1465. salary = 3000,
  1466. admin = 0,
  1467. vote = false,
  1468. hasLicense = false,
  1469. category = "First Order Command Officers",
  1470. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1471. sortOrder = 4,
  1472. bodygroups = {
  1473. ["Body"] = {1},
  1474. ["Legs"] = {0},
  1475. ["Belt"] = {0, 1},
  1476. ["Armor"] = {0, 1},
  1477. ["Hat"] = {2, 3},
  1478. }
  1479. })
  1480.  
  1481. TEAM_COMMANDLIEUTENANTCOMMANDER = DarkRP.createJob("First Order Command Lieutenant Commander", {
  1482. color = Color(122, 122, 122, 255),
  1483. model = {"models/imperial_officer/navy/admiral/ad_m.mdl"},
  1484. description = [[Congratulations! You are a FOCO Lieutenant Commander. Lead the First Order into victory!]],
  1485. weapons = {"tfa_navy2", "voice_amplifier","clone_card_c2","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1486. command = "commandlieutenantcommander",
  1487. max = 0,
  1488. salary = 3000,
  1489. admin = 0,
  1490. vote = false,
  1491. hasLicense = false,
  1492. category = "First Order Command Officers",
  1493. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1494. sortOrder = 4,
  1495. bodygroups = {
  1496. ["Body"] = {0, 1, 2},
  1497. ["Legs"] = {0, 1},
  1498. ["Belt"] = {0, 1, 2},
  1499. ["Armor"] = {0, 1},
  1500. ["Hat"] = {0, 1, 2, 3},
  1501. }
  1502. })
  1503.  
  1504. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1505. Military Command - Generals
  1506. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1507.  
  1508. TEAM_SURFACEMARSHAL = DarkRP.createJob("High Command Surface Marshal", {
  1509. color = Color(4, 0, 100, 255),
  1510. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  1511. description = [[Congratulations! You are the Surface Marshal. A breathtaking and influential leader.]],
  1512. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_admiralty","tfa_f11_advanced","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1513. command = "surfacemarshal",
  1514. max = 1,
  1515. salary = 9000,
  1516. admin = 0,
  1517. vote = false,
  1518. hasLicense = false,
  1519. category = "First Order High Command",
  1520. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1521. sortOrder = 6,
  1522. mayor = true,
  1523. bodygroups = {
  1524. ["Body"] = {2},
  1525. ["Legs"] = {0, 1},
  1526. ["Belt"] = {0, 1, 2, 3},
  1527. ["Armor"] = {0, 1},
  1528. ["Hat"] = {2, 3, 4},
  1529. }
  1530. })
  1531.  
  1532. TEAM_HIGHGENERAL = DarkRP.createJob("High Command High General", {
  1533. color = Color(4, 0, 100, 255),
  1534. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  1535. description = [[Congratulations! You are the High General. A breathtaking and influential leader.]],
  1536. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_admiralty","tfa_f11_advanced","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1537. command = "highgeneral",
  1538. max = 1,
  1539. salary = 8000,
  1540. admin = 0,
  1541. vote = false,
  1542. hasLicense = false,
  1543. category = "First Order High Command",
  1544. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1545. sortOrder = 7,
  1546. mayor = true,
  1547. bodygroups = {
  1548. ["Body"] = {2},
  1549. ["Legs"] = {0, 1},
  1550. ["Belt"] = {0, 1, 2, 3},
  1551. ["Armor"] = {0, 1},
  1552. ["Hat"] = {2, 3, 4},
  1553. }
  1554. })
  1555.  
  1556. TEAM_GENERAL = DarkRP.createJob("High Command General", {
  1557. color = Color(4, 0, 100, 255),
  1558. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  1559. description = [[Congratulations! You are the General. A breathtaking and influential leader.]],
  1560. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_admiralty","tfa_f11_advanced","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1561. command = "general",
  1562. max = 1,
  1563. salary = 7000,
  1564. admin = 0,
  1565. vote = false,
  1566. hasLicense = false,
  1567. category = "First Order High Command",
  1568. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1569. sortOrder = 8,
  1570. mayor = true,
  1571. bodygroups = {
  1572. ["Body"] = {2},
  1573. ["Legs"] = {0, 1},
  1574. ["Belt"] = {0, 1, 2, 3},
  1575. ["Armor"] = {0, 1},
  1576. ["Hat"] = {2, 3, 4},
  1577. }
  1578. })
  1579.  
  1580. TEAM_LIEUTENANTGENERAL = DarkRP.createJob("High Command Lieutenant General", {
  1581. color = Color(4, 0, 100, 255),
  1582. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  1583. description = [[Congratulations! You are the Lieutenant General. A breathtaking and influential leader.]],
  1584. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_admiralty","tfa_f11_advanced","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1585. command = "lieutenantgeneral",
  1586. max = 2,
  1587. salary = 6000,
  1588. admin = 0,
  1589. vote = false,
  1590. hasLicense = false,
  1591. category = "First Order High Command",
  1592. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1593. sortOrder = 9,
  1594. mayor = true,
  1595. bodygroups = {
  1596. ["Body"] = {1},
  1597. ["Legs"] = {0, 1},
  1598. ["Belt"] = {0, 1, 2, 3},
  1599. ["Armor"] = {0, 1},
  1600. ["Hat"] = {2, 3, 4},
  1601. }
  1602. })
  1603.  
  1604. TEAM_MAJORGENERAL = DarkRP.createJob("High Command Major General", {
  1605. color = Color(4, 0, 100, 255),
  1606. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  1607. description = [[Congratulations! You are the Major General. A breathtaking and influential leader.]],
  1608. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_admiralty","tfa_f11_advanced","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1609. command = "majorgeneral",
  1610. max = 2,
  1611. salary = 5000,
  1612. admin = 0,
  1613. vote = false,
  1614. hasLicense = false,
  1615. category = "First Order High Command",
  1616. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1617. sortOrder = 10,
  1618. mayor = true,
  1619. bodygroups = {
  1620. ["Body"] = {1},
  1621. ["Legs"] = {0, 1},
  1622. ["Belt"] = {0, 1, 2, 3},
  1623. ["Armor"] = {0, 1},
  1624. ["Hat"] = {2, 3, 4},
  1625. }
  1626. })
  1627.  
  1628. TEAM_COMMANDBRIGADIER = DarkRP.createJob("First Order Command Brigadier", {
  1629. color = Color(122, 122, 122, 255),
  1630. model = {"models/imperial_officer/navy/admiral/ad_m.mdl"},
  1631. description = [[Congratulations! You are the Brigadier. A breathtaking and influential leader.]],
  1632. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1633. command = "commandbrigadier",
  1634. max = 2,
  1635. salary = 4000,
  1636. admin = 0,
  1637. vote = false,
  1638. hasLicense = false,
  1639. category = "First Order Command Officers",
  1640. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1641. sortOrder = 5,
  1642. bodygroups = {
  1643. ["Body"] = {2},
  1644. ["Legs"] = {0, 1},
  1645. ["Belt"] = {0, 1, 2, 3},
  1646. ["Armor"] = {0, 1},
  1647. ["Hat"] = {2, 3},
  1648. }
  1649. })
  1650.  
  1651. TEAM_COMMANDHIGHCOLONEL = DarkRP.createJob("First Order Command High Colonel", {
  1652. color = Color(122, 122, 122, 255),
  1653. model = {"models/imperial_officer/navy/admiral/ad_m.mdl"},
  1654. description = [[Congratulations! You are the High Colonel. A breathtaking and influential leader.]],
  1655. weapons = {"clone_card_c3","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1656. command = "commandhighcolonel",
  1657. max = 0,
  1658. salary = 2000,
  1659. admin = 0,
  1660. vote = false,
  1661. hasLicense = false,
  1662. category = "First Order Command Officers",
  1663. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1664. sortOrder = 6,
  1665. bodygroups = {
  1666. ["Body"] = {2},
  1667. ["Legs"] = {0, 1},
  1668. ["Belt"] = {0, 1},
  1669. ["Armor"] = {0, 1},
  1670. ["Hat"] = {2, 3},
  1671. }
  1672. })
  1673.  
  1674. TEAM_COMMANDCOLONEL = DarkRP.createJob("First Order Command Colonel", {
  1675. color = Color(122, 122, 122, 255),
  1676. model = {"models/imperial_officer/navy/admiral/ad_m.mdl"},
  1677. description = [[Congratulations! You are the Colonel. A breathtaking and influential leader.]],
  1678. weapons = {"clone_card_c3","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1679. command = "commandcolonel",
  1680. max = 0,
  1681. salary = 2000,
  1682. admin = 0,
  1683. vote = false,
  1684. hasLicense = false,
  1685. category = "First Order Command Officers",
  1686. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1687. sortOrder = 7,
  1688. bodygroups = {
  1689. ["Body"] = {1},
  1690. ["Legs"] = {0, 1},
  1691. ["Belt"] = {0},
  1692. ["Armor"] = {0, 1},
  1693. ["Hat"] = {2, 3},
  1694. }
  1695. })
  1696.  
  1697. TEAM_COMMANDLIEUTENANTCOLONEL = DarkRP.createJob("First Order Command Lieutenant Colonel", {
  1698. color = Color(122, 122, 122, 255),
  1699. model = {"models/imperial_officer/navy/admiral/ad_m.mdl"},
  1700. description = [[Congratulations! You are the Lieutenant Colonel. A breathtaking and influential leader.]],
  1701. weapons = {"clone_card_c3","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1702. command = "commandlieutenantcolonel",
  1703. max = 0,
  1704. salary = 1000,
  1705. admin = 0,
  1706. vote = false,
  1707. hasLicense = false,
  1708. category = "First Order Command Officers",
  1709. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1710. sortOrder = 8,
  1711. bodygroups = {
  1712. ["Body"] = {1},
  1713. ["Legs"] = {0},
  1714. ["Belt"] = {3},
  1715. ["Armor"] = {0, 1},
  1716. ["Hat"] = {2, 3},
  1717. }
  1718.  
  1719. })
  1720.  
  1721. TEAM_COMMANDMAJOR = DarkRP.createJob("First Order Command Major", {
  1722. color = Color(122, 122, 122, 255),
  1723. model = {"models/imperial_officer/navy/admiral/ad_m.mdl"},
  1724. description = [[Congratulations! You are the Major. A breathtaking and influential leader.]],
  1725. weapons = {"clone_card_c2","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg","weapon_vj_flaregun"},
  1726. command = "commandmajor",
  1727. max = 0,
  1728. salary = 1000,
  1729. admin = 0,
  1730. vote = false,
  1731. hasLicense = false,
  1732. category = "First Order Command Officers",
  1733. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1734. sortOrder = 8,
  1735. bodygroups = {
  1736. ["Body"] = {0, 1, 2},
  1737. ["Legs"] = {0, 1},
  1738. ["Belt"] = {0, 1, 2},
  1739. ["Armor"] = {0, 1},
  1740. ["Hat"] = {0, 1, 2, 3},
  1741. }
  1742.  
  1743. })
  1744.  
  1745. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1746. Legacy
  1747. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1748.  
  1749. TEAM_HK51 = DarkRP.createJob("HK Unit", {
  1750. color = Color(156, 99, 0, 255),
  1751. model = {"models/nikout/swtor/npc/hk51.mdl","models/nikout/swtor/npc/hk47.mdl"},
  1752. description = [[Congratulations! You are an ancient droid constructed by the Czerka Corporation. You are skilled in assassination.]],
  1753. weapons = {"weapon_camo","tfa_kotor_bp_4","tfa_e11d_extended","keys","clone_card_c1","tfa_imperialdisruptor_extended"},
  1754. command = "hkdroid",
  1755. max = 4,
  1756. salary = 500,
  1757. admin = 0,
  1758. vote = false,
  1759. hasLicense = false,
  1760. category = "Legacy Neutral Jobs",
  1761. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (255) end,
  1762. level = 0
  1763. -- Insert customCheck here if you have one and want one.
  1764. })
  1765.  
  1766. TEAM_MAINTAIN = DarkRP.createJob("Maintenance Droid", {
  1767. color = Color(156, 99, 0, 255),
  1768. model = {"models/kingpommes/emperors_tower/ph_props/gnk_droid/gnk_droid.mdl","models/kingpommes/emperors_tower/ph_props/lin_droid/lin_droid.mdl","models/kingpommes/emperors_tower/ph_props/mouse_droid/mouse_droid.mdl","models/kingpommes/emperors_tower/ph_props/rx_unit/r2_q5.mdl","models/kingpommes/emperors_tower/ph_props/rx_unit/r4_i9.mdl","models/kingpommes/emperors_tower/ph_props/rx_unit/r5_j2.mdl","models/kingpommes/emperors_tower/ph_props/wed_15/wed_15.mdl"},
  1769. description = [[Congratulations! You are a Maintenance Droid. Capable of performing many tasks required.]],
  1770. weapons = {"weapon_drr_repairtool" , "fire_extinguisher" , "weapon_drr_radar", "realistic_hook","clone_card_c1","keys"},
  1771. command = "main",
  1772. max = 4,
  1773. salary = 500,
  1774. admin = 0,
  1775. vote = false,
  1776. hasLicense = false,
  1777. category = "Legacy Neutral Jobs",
  1778. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1779. level = 0
  1780. -- Insert customCheck here if you have one and want one.
  1781. })
  1782.  
  1783.  
  1784. TEAM_JEDIHUNTER = DarkRP.createJob("Jedi Hunter", {
  1785. color = Color(156, 99, 0, 255),
  1786. model = {"models/jazzmcfly/jka/eg5/jka_eg5.mdl"},
  1787. description = [[Congratulations! You are a Jedi Hunter. Tasked with hunting down the remaining jedi so the First Order can emerge victorious!]],
  1788. weapons = {"tfa_swch_e5","weapon_jew_e60r","keys","clone_card_c1","tfa_dlt19_extended","weapon_lightsaber_jedihunter"},
  1789. command = "hunter",
  1790. max = 4,
  1791. salary = 500,
  1792. admin = 0,
  1793. vote = false,
  1794. hasLicense = false,
  1795. category = "Legacy Neutral Jobs",
  1796. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1797. level = 0
  1798. -- Insert customCheck here if you have one and want one.
  1799. })
  1800.  
  1801. TEAM_JANITOR = DarkRP.createJob("Janitor", {
  1802. color = Color(148, 94, 94, 255),
  1803. model = {"models/byan7259/bodian_player/segular_rodian_player.mdl"} ,
  1804. description = [[Congratulations! You are a Janitor. Now clean.]],
  1805. weapons = {"keys","clone_card_c1","tfa_752_defenderoftruth","broom"},
  1806. command = "janitor",
  1807. max = 4,
  1808. salary = 50,
  1809. admin = 0,
  1810. vote = false,
  1811. hasLicense = false,
  1812. category = "Legacy Neutral Jobs",
  1813. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1814. sortOrder = 0,
  1815. -- Insert customCheck here if you have one and want one.
  1816. })
  1817.  
  1818. TEAM_BARTENDER = DarkRP.createJob("Bartender", {
  1819. color = Color(87, 118, 168, 255),
  1820. model = {"models/gyan7259/geequay_player/geequay_regular_player.mdl"} ,
  1821. description = [[Congratulations! You are a Bartender. Serve drinks in the cantina.]],
  1822. weapons = {"keys","clone_card_c1","tfa_752_defenderoftruth","stunstick"},
  1823. command = "bartender",
  1824. max = 4,
  1825. salary = 500,
  1826. admin = 0,
  1827. vote = false,
  1828. hasLicense = false,
  1829. category = "Legacy Neutral Jobs",
  1830. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1831. sortOrder = 0,
  1832. -- Insert customCheck here if you have one and want one.
  1833. })
  1834.  
  1835. TEAM_EPSILONMELEE = DarkRP.createJob("Epsilon Squadron Skirmish Trooper", {
  1836. color = Color(225, 0, 255, 255),
  1837. model = {"models/player/starwars/mistersweetroll/saberguard.mdl"},
  1838. description = [[Congratulations! You are an Epsilon Squadron Skirmish Trooper.]],
  1839. weapons = {"keys","clone_card_c1","sfw_estaff","weapon_camo","hmg","epsilonld1","e_commando_knife"},
  1840. command = "epsmelee",
  1841. max = 2,
  1842. salary = 650,
  1843. admin = 0,
  1844. vote = false,
  1845. hasLicense = false,
  1846. candemote = false,
  1847. category = "Legacy Neutral Jobs",
  1848. PlayerSpawn = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor (200) end,
  1849. sortOrder = 7,
  1850. })
  1851.  
  1852. TEAM_EPSILONSGT = DarkRP.createJob("Epsilon Squadron Veteran", {
  1853. color = Color(225, 0, 255, 255),
  1854. model = {"models/player/sono/starwars/eyeshard.mdl","models/player/sono/starwars/archangel.mdl","models/player/sono/starwars/contort.mdl","models/player/sono/starwars/nuck.mdl","models/player/sono/starwars/grinder.mdl","models/player/sono/starwars/kurz.mdl","models/player/sono/starwars/scorpion.mdl","models/player/sono/starwars/huskie.mdl"},
  1855. description = [[Congratulations! You are an Epsilon Squadron veteran!]],
  1856. weapons = {"keys","clone_card_c1","tfa_swch_dc15a_scoped","zeus_thermaldet","tfa_swch_dc17","weapon_camo","e_commando_knife"},
  1857. command = "epssgt",
  1858. max = 0,
  1859. salary = 500,
  1860. admin = 0,
  1861. vote = false,
  1862. hasLicense = false,
  1863. candemote = false,
  1864. category = "Legacy Neutral Jobs",
  1865. PlayerSpawn = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor (200) end,
  1866. sortOrder = 4,
  1867. })
  1868.  
  1869. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1870. KNIGHTS OF REN
  1871. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1872.  
  1873.  
  1874. TEAM_KYLOREN = DarkRP.createJob("Ren Master of the Order", {
  1875. color = Color(33, 45, 53, 255),
  1876. model = {"models/kryptonite/sbfii_kylo_ren/sbfii_kylo_ren2.mdl"},
  1877. description = [[Congratulations! You are Kylo Ren. The leading member of the Knights Of Ren and feared by many.]],
  1878. weapons = {"weapon_hpwr_stick","weapon_lightsaber_personal", "tfa_scoutblaster_extended", "clone_card_c3navy", "blink_swep","weapon_salt_cloaker_nothermal","wos_inventory", "keys", "kyloren"},
  1879. command = "kyloren",
  1880. max = 1,
  1881. salary = 2000,
  1882. admin = 0,
  1883. vote = false,
  1884. hasLicense = false,
  1885. category = "Ren Council",
  1886. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1887. sortOrder = 0,
  1888. -- Insert customCheck here if you have one and want one.
  1889. bodygroups = {
  1890. ["Head"] = {0, 1},
  1891. ["Cape"] = {0, 1},
  1892. }
  1893. })
  1894.  
  1895. TEAM_RENCOUNCIL = DarkRP.createJob("Ren Council", {
  1896. color = Color(33, 45, 53, 255),
  1897. model = {"models/dizcordum/fallen_set.mdl", "models/ninja/sundowner.mdl", "models/ninja/raidenmgr.mdl"},
  1898. description = [[Congratulations! You are part of the Ren Council.]],
  1899. weapons = {"weapon_hpwr_stick","weapon_lightsaber_personal","tfa_scoutblaster_extended", "weapon_salt_cloaker_nothermal", "blink_swep", "clone_card_c3navy","wos_inventory", "keys"},
  1900. command = "rencouncil",
  1901. max = 2,
  1902. salary = 1750,
  1903. admin = 0,
  1904. vote = false,
  1905. hasLicense = false,
  1906. category = "Ren Council",
  1907. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1908. sortOrder = 1,
  1909. -- Insert customCheck here if you have one and want one.
  1910. })
  1911.  
  1912. TEAM_RENDARKLORD = DarkRP.createJob("Ren Dark Lord", {
  1913. color = Color(33, 45, 53, 255),
  1914. model = {"models/staticiser/req/prophet_2/prophet_2.mdl"},
  1915. description = [[Congratulations! You are a Dark Lord within the Knights Of Ren.]],
  1916. weapons = {"weapon_lightsaber_personal","tfa_scoutblaster_extended", "weapon_salt_cloaker_nothermal", "blink_swep", "clone_card_c1", "keys", "weapon_hpwr_stick"},
  1917. command = "rendarklord",
  1918. max = 3,
  1919. salary = 1500,
  1920. admin = 0,
  1921. vote = false,
  1922. hasLicense = false,
  1923. category = "Knights Of Ren",
  1924. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1925. sortOrder = 10,
  1926. -- Insert customCheck here if you have one and want one.
  1927. })
  1928.  
  1929. TEAM_KNIGHTOFREN = DarkRP.createJob("Ren Knight", {
  1930. color = Color(33, 45, 53, 255),
  1931. model = {"models/staticiser/req/prophet_2/prophet_2.mdl"},
  1932. description = [[Congratulations! You are a Knight within the Knights Of Ren.]],
  1933. weapons = {"weapon_lightsaber_personal","tfa_scoutblaster_extended", "clone_card_c1","weapon_salt_cloaker_nothermal","blink_swep", "keys", "weapon_hpwr_stick"},
  1934. command = "knren",
  1935. max = 0,
  1936. salary = 1250,
  1937. admin = 0,
  1938. vote = false,
  1939. hasLicense = false,
  1940. category = "Knights Of Ren",
  1941. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1942. level = 90,
  1943. sortOrder = 11,
  1944. -- Insert customCheck here if you have one and want one.
  1945. })
  1946.  
  1947. TEAM_OVERSEER = DarkRP.createJob("Ren Overseer", {
  1948. color = Color(33, 45, 53, 255),
  1949. model = {"models/staticiser/req/prophet_2/prophet_2.mdl"},
  1950. description = [[Congratulations! You are a Overseer within the Knights Of Ren.]],
  1951. weapons = {"weapon_lightsaber_personal","tfa_scoutblaster_extended","weapon_salt_cloaker_nothermal","clone_card_c1", "keys", "weapon_hpwr_stick"},
  1952. command = "renoverseer",
  1953. max = 3,
  1954. salary = 1000,
  1955. admin = 0,
  1956. vote = false,
  1957. hasLicense = false,
  1958. category = "Knights Of Ren",
  1959. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1960. sortOrder = 12,
  1961. -- Insert customCheck here if you have one and want one.
  1962. })
  1963.  
  1964. TEAM_VANGUARD = DarkRP.createJob("Ren Vanguard", {
  1965. color = Color(33, 45, 53, 255),
  1966. model = {"models/staticiser/req/prophet_2/prophet_2.mdl"} ,
  1967. description = [[Congratulations! You are an Vanguard within the Knights Of Ren. The backbone of the Ren.]],
  1968. weapons = {"weapon_lightsaber_personal", "clone_card_c1","tfa_scoutblaster_extended", "keys", "weapon_hpwr_stick","weapon_salt_cloaker_nothermal"},
  1969. command = "vanguard",
  1970. max = 0,
  1971. salary = 500,
  1972. admin = 0,
  1973. vote = false,
  1974. hasLicense = false,
  1975. category = "Knights Of Ren",
  1976. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1977. sortOrder = 17,
  1978. -- Insert customCheck here if you have one and want one.
  1979. })
  1980.  
  1981. TEAM_CULTIST = DarkRP.createJob("Ren Cultist", {
  1982. color = Color(33, 45, 53, 255),
  1983. model = {"models/staticiser/req/prophet_2/prophet_2.mdl"} ,
  1984. description = [[Congratulations! You are a Cultist within the Knights Of Ren. The backbone of the Ren.]],
  1985. weapons = {"weapon_lightsaber_personal", "clone_card_c1","tfa_scoutblaster_extended", "keys", "weapon_hpwr_stick","weapon_salt_cloaker_nothermal"},
  1986. command = "cultist",
  1987. max = 0,
  1988. salary = 500,
  1989. admin = 0,
  1990. vote = false,
  1991. hasLicense = false,
  1992. category = "Knights Of Ren",
  1993. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1994. sortOrder = 17,
  1995. -- Insert customCheck here if you have one and want one.
  1996. })
  1997.  
  1998. TEAM_CRUSADER = DarkRP.createJob("Ren Crusader", {
  1999. color = Color(33, 45, 53, 255),
  2000. model = {"models/staticiser/req/prophet_2/prophet_2.mdl"} ,
  2001. description = [[Congratulations! You are an Acolyte within the Knights Of Ren. The backbone of the Ren.]],
  2002. weapons = {"weapon_lightsaber_personal", "clone_card_c1","tfa_scoutblaster_extended", "keys","weapon_salt_cloaker_nothermal"},
  2003. command = "crusader",
  2004. max = 0,
  2005. salary = 500,
  2006. admin = 0,
  2007. vote = false,
  2008. hasLicense = false,
  2009. category = "Knights Of Ren",
  2010. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  2011. sortOrder = 17,
  2012. -- Insert customCheck here if you have one and want one.
  2013. })
  2014.  
  2015. TEAM_ACOLYTE = DarkRP.createJob("Ren Acolyte", {
  2016. color = Color(33, 45, 53, 255),
  2017. model = {"models/staticiser/req/prophet_2/prophet_2.mdl"} ,
  2018. description = [[Congratulations! You are an Acolyte within the Knights Of Ren. The backbone of the Ren.]],
  2019. weapons = {"weapon_lightsaber_personal", "clone_card_c1","tfa_scoutblaster_extended", "keys","weapon_salt_cloaker_nothermal"},
  2020. command = "acolyte",
  2021. max = 0,
  2022. salary = 500,
  2023. admin = 0,
  2024. vote = false,
  2025. hasLicense = false,
  2026. category = "Knights Of Ren",
  2027. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  2028. sortOrder = 17,
  2029. -- Insert customCheck here if you have one and want one.
  2030. })
  2031.  
  2032. TEAM_INITIATE = DarkRP.createJob("Ren Initiate", {
  2033. color = Color(33, 45, 53, 255),
  2034. model = {"models/staticiser/req/prophet_2/prophet_2.mdl"},
  2035. description = [[Congratulations! You are an Initiate within the Knights Of Ren.]],
  2036. weapons = {"weapon_lightsaber_personal", "tfa_scoutblaster_extended", "clone_card_c1", "keys","weapon_salt_cloaker_nothermal"},
  2037. command = "initiate",
  2038. max = 0,
  2039. salary = 350,
  2040. admin = 0,
  2041. vote = false,
  2042. hasLicense = false,
  2043. category = "Knights Of Ren",
  2044. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  2045. sortOrder = 18,
  2046. -- Insert customCheck here if you have one and want one.
  2047. })
  2048.  
  2049. TEAM_RENTOURNAMENT = DarkRP.createJob("Ren Tournament", {
  2050. color = Color(33, 45, 53, 255),
  2051. model = {"models/staticiser/req/prophet_2/prophet_2.mdl"},
  2052. description = [[Congratulations! You are participating in a Ren Tournament.]],
  2053. weapons = {"weapon_lightsaber_tournament", "keys"},
  2054. command = "tournament",
  2055. max = 0,
  2056. salary = 350,
  2057. admin = 0,
  2058. vote = false,
  2059. hasLicense = false,
  2060. category = "Knights Of Ren",
  2061. PlayerSpawn = function(ply) ply:SetMaxHealth(2000) ply:SetHealth(2000) ply:SetArmor (0) ply:SetRunSpeed(350) end,
  2062. sortOrder = 19,
  2063. -- Insert customCheck here if you have one and want one.
  2064. })
  2065.  
  2066. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  2067. Inquisitorious Battalion
  2068. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  2069.  
  2070. TEAM_INQUISITORCOMMAND = DarkRP.createJob("Inquisitorious Command Officer", {
  2071. color = Color(138, 43, 226, 255),
  2072. model = {"models/player/worthy/senior_nco/bf2_p1_trooper.mdl"},
  2073. description = [[Congratulations! You are a Inquisitorious Battalion Command Officer.]],
  2074. weapons = {"bf2017_dc15s","clone_card_c3navy","keys","weapon_rpw_binoculars_nvg","realistic_hook","bf2017_dc15a","weapon_cuff_shock","weapon_plasmanade","zeus_flashbang","bf2017_se44c","tfa_carbonrifle"},
  2075. command = "inqcommand",
  2076. max = 4,
  2077. salary = 1250,
  2078. admin = 0,
  2079. vote = false,
  2080. hasLicense = false,
  2081. category = "Inquisitorious Battalion",
  2082. sortOrder = 0,
  2083. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(200) end,
  2084. })
  2085.  
  2086. TEAM_INQUISITORCOMMANDING = DarkRP.createJob("Inquisitorious Commanding Officer", {
  2087. color = Color(138, 43, 226, 255),
  2088. model = {"models/player/worthy/senior_nco/bf2_p1_trooper.mdl"},
  2089. description = [[Congratulations! You are the Inquisitorious Battalion Commanding Officer.]],
  2090. weapons ={"bf2017_dc15s","clone_card_c3","keys","weapon_rpw_binoculars_nvg","realistic_hook","bf2017_dc15a","weapon_cuff_shock","weapon_plasmanade","zeus_flashbang","bf2017_se44c","tfa_carbonrifle"},
  2091. command = "inqcommanding",
  2092. max = 1,
  2093. salary = 1000,
  2094. admin = 0,
  2095. vote = false,
  2096. hasLicense = false,
  2097. category = "Inquisitorious Battalion",
  2098. sortOrder = 1,
  2099. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  2100. })
  2101.  
  2102. TEAM_INQUISITOREXECUTIVE = DarkRP.createJob("Inquisitorious Executive Officer", {
  2103. color = Color(138, 43, 226, 255),
  2104. model = {"models/player/worthy/senior_nco/bf2_p1_trooper.mdl"},
  2105. description = [[Congratulations! You are the Inquisitorious Battalion Executive Officer.]],
  2106. weapons ={"bf2017_dc15s","clone_card_c2","keys","weapon_rpw_binoculars_nvg","realistic_hook","bf2017_dc15a","weapon_cuff_shock","weapon_plasmanade","zeus_flashbang","bf2017_se44c","tfa_carbonrifle"},
  2107. command = "inqexecutive",
  2108. max = 1,
  2109. salary = 750,
  2110. admin = 0,
  2111. vote = false,
  2112. hasLicense = false,
  2113. category = "Inquisitorious Battalion",
  2114. sortOrder = 2,
  2115. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  2116. })
  2117.  
  2118. TEAM_INQUISITORCOMMISSIONED = DarkRP.createJob("Inquisitorious Commissioned Officer", {
  2119. color = Color(138, 43, 226, 255),
  2120. model = {"models/player/worthy/commander/bf2_p1_trooper.mdl"},
  2121. description = [[Congratulations! You are a Inquisitorious Battalion Commissioned Officer.]],
  2122. weapons ={"bf2017_dc15s","clone_card_c2","keys","weapon_rpw_binoculars_nvg","realistic_hook","bf2017_dc15a","weapon_cuff_shock","weapon_plasmanade","zeus_flashbang","bf2017_se44c","tfa_carbonrifle"},
  2123. command = "inqcommissioned",
  2124. max = 9,
  2125. salary = 500,
  2126. admin = 0,
  2127. vote = false,
  2128. hasLicense = false,
  2129. category = "Inquisitorious Battalion",
  2130. sortOrder = 3,
  2131. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  2132. })
  2133.  
  2134. TEAM_INQUISITORSPECIALIST = DarkRP.createJob("Inquisitorious CQC Specialist", {
  2135. color = Color(138, 43, 226, 255),
  2136. model = {"models/player/worthy/officer/bf2_p1_trooper.mdl"},
  2137. description = [[Congratulations! You are a Inquisitorial Battalion Recon Trooper.]],
  2138. weapons ={"tfa_sw_cisshot","realistic_hook ","clone_card_c2","keys","sfw_test2","shock_barricade","bf2017_se44"},
  2139. command = "inqspecialist",
  2140. max = 2,
  2141. salary = 350,
  2142. admin = 0,
  2143. vote = false,
  2144. hasLicense = false,
  2145. category = "Inquisitorious Battalion",
  2146. sortOrder = 4,
  2147. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) end,
  2148.  
  2149. })
  2150.  
  2151. TEAM_INQUISITORSPECIALIST2 = DarkRP.createJob("Inquisitorious Heavy Trooper", {
  2152. color = Color(138, 43, 226, 255),
  2153. model = {"models/player/suno/zerba/flame_trooper.mdl"},
  2154. description = [[Congratulations! You are a Inquisitorial Battalion Recon Trooper.]],
  2155. weapons ={"zx_wrist_flamethrower","tfa_swch_z6_fo","clone_card_c2","keys","realistic_hook","bf2017_se44"},
  2156. command = "inqspecialist2",
  2157. max = 2,
  2158. salary = 350,
  2159. admin = 0,
  2160. vote = false,
  2161. hasLicense = false,
  2162. category = "Inquisitorious Battalion",
  2163. sortOrder = 4,
  2164. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) end,
  2165.  
  2166. })
  2167.  
  2168. TEAM_INQUISITORNONCOMMISSIONED = DarkRP.createJob("Inquisitor Non-Commissioned Officer", {
  2169. color = Color(138, 43, 226, 255),
  2170. model = {"models/player/worthy/junior_nco/bf2_p1_trooper.mdl"},
  2171. description = [[Congratulations! You are a Inquisitorious Battalion Non-Commissioned Officer.]],
  2172. weapons ={"bf2017_dc15s","clone_card_c1","keys","weapon_rpw_binoculars_nvg","realistic_hook","bf2017_dc15a","weapon_plasmanade","bf2017_se44","tfa_carbonrifle"},
  2173. command = "inqnoncommissioned",
  2174. max = 0,
  2175. salary = 350,
  2176. admin = 0,
  2177. vote = false,
  2178. hasLicense = false,
  2179. category = "Inquisitorious Battalion",
  2180. sortOrder = 5,
  2181. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  2182. })
  2183.  
  2184.  
  2185. TEAM_INQUISITORENLISTED = DarkRP.createJob("Inquisitorious Enlisted", {
  2186. color = Color(138, 43, 226, 255),
  2187. model = {"models/player/worthy/enlisted/bf2_p1_trooper.mdl"},
  2188. description = [[Congratulations! You have registered as a member of the Inquisitorious Battalion. Do your regiment proud!]],
  2189. weapons ={"clone_card_c1","keys","bf2017_dc15a","realistic_hook","tfa_swch_dc17"},
  2190. command = "inqenlisted",
  2191. max = 0,
  2192. salary = 250,
  2193. admin = 0,
  2194. vote = false,
  2195. hasLicense = false,
  2196. category = "Inquisitorious Battalion",
  2197. sortOrder = 6,
  2198. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  2199. skins = {0},
  2200.  
  2201. })
  2202.  
  2203. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  2204. Dark Forces
  2205. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  2206.  
  2207. TEAM_DARKWOOKIE = DarkRP.createJob("DF Feral Tainted Wookie", {
  2208. color = Color(225, 0, 255, 255),
  2209. model = {"models/artel/burgosandflame/burgos/burgos.mdl"},
  2210. description = [[Congratulations!]],
  2211. weapons = {"keys","clone_card_c1","weapon_claws","tfa_bowcaster","tfa_swch_dc17","realistic_hook"},
  2212. command = "darkwookie",
  2213. max = 0,
  2214. salary = 350,
  2215. admin = 0,
  2216. vote = false,
  2217. hasLicense = false,
  2218. candemote = false,
  2219. category = "Dark Forces Project",
  2220. modelscale = 1.1,
  2221. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) end,
  2222. sortOrder = 1,
  2223. })
  2224.  
  2225. TEAM_DARKPURGE = DarkRP.createJob("DF Purge Trooper", {
  2226. color = Color(225, 0, 255, 255),
  2227. model = {"models/gonzo/darktrooperredux/darktrooperredux.mdl"},
  2228. description = [[Congratulations!]],
  2229. weapons = {"keys","clone_card_c1","chaingun_servius","tfa_heavy_e11d","weapon_plasmanade","zeus_thermaldet"},
  2230. command = "purge",
  2231. max = 0,
  2232. salary = 350,
  2233. admin = 0,
  2234. vote = false,
  2235. hasLicense = false,
  2236. candemote = false,
  2237. category = "Dark Forces Project",
  2238. modelscale = 1.3,
  2239. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) end,
  2240. sortOrder = 2,
  2241. })
  2242.  
  2243. TEAM_DTMK2 = DarkRP.createJob("DF Death Trooper Mk2", {
  2244. color = Color(225, 0, 255, 255),
  2245. model = {"models/banks/infernodt/deathtrooper/deathtrooper.mdl"},
  2246. description = [[Congratulations!]],
  2247. weapons = {"keys","clone_card_c1","tfa_e11d_extended","zeus_thermaldet","weapon_plasmanade","tfa_se14c_extended","realistic_hook","deathtrooper"},
  2248. command = "death",
  2249. max = 0,
  2250. salary = 350,
  2251. admin = 0,
  2252. vote = false,
  2253. hasLicense = false,
  2254. candemote = false,
  2255. category = "Dark Forces Project",
  2256. modelscale = 1.3,
  2257. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) end,
  2258. sortOrder = 3,
  2259. })
  2260.  
  2261. TEAM_SDWTROOPER = DarkRP.createJob("DF Shadow Trooper", {
  2262. color = Color(225, 0, 255, 255),
  2263. model = {"models/blagod/mass_effect/pm/cerberus/phantom_cerb.mdl","models/blagod/mass_effect/pm/cerberus/nemesis_cerb.mdl"},
  2264. description = [[Congratulations!]],
  2265. weapons = {"keys","clone_card_c1","weapon_lightsaber_assassinblade","weapon_jew_det","realistic_hook"},
  2266. command = "ass",
  2267. max = 0,
  2268. salary = 350,
  2269. admin = 0,
  2270. vote = false,
  2271. hasLicense = false,
  2272. candemote = false,
  2273. category = "Dark Forces Project",
  2274. modelscale = 1,
  2275. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) ply:SetRunSpeed( 460 ) ply:SetMaxRunSpeed( 460 ) end,
  2276. sortOrder = 4,
  2277. })
  2278.  
  2279.  
  2280. TEAM_MANDALORIAN = DarkRP.createJob("DF Mandalorian", {
  2281. color = Color(225, 0, 255, 255),
  2282. model = {"models/tfa/comm/gg/deathwatch_bf2/soldier_blackred1.mdl","models/tfa/comm/gg/deathwatch_bf2/soldier_helmetblack1.mdl","models/tfa/comm/gg/deathwatch_bf2/soldier_helmetgreen1.mdl","models/tfa/comm/gg/deathwatch_bf2/soldier_helmetred1.mdl"},
  2283. description = [[Congratulations!]],
  2284. weapons = {"keys","clone_card_c1","weapon_chatterbox_minigun","dw_wrist_blaster","zx_wrist_flamethrower","zeus_smokegranade","tfa_sw_westardual","tfa_dlt20a_extended"},
  2285. command = "mandalorian",
  2286. max = 0,
  2287. salary = 350,
  2288. admin = 0,
  2289. vote = false,
  2290. hasLicense = false,
  2291. candemote = false,
  2292. category = "Dark Forces Project",
  2293. modelscale = 1,
  2294. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) end,
  2295. sortOrder = 1,
  2296. })
  2297.  
  2298. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  2299. STAFF
  2300. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  2301.  
  2302. TEAM_MOD = DarkRP.createJob("Staff On Duty", {
  2303. color = Color(0, 255, 240, 255),
  2304. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_pink.mdl"},
  2305. description = [[Congratulations! You are a dreaded Staff On Duty. Feared by all and a master of the physgun.]],
  2306. weapons = {"weapon_physgun", "gmod_tool", "weapon_physcannon", "clearance1", "admin_stick"},
  2307. command = "mod",
  2308. max = 0,
  2309. salary = 2000,
  2310. admin = 0,
  2311. vote = false,
  2312. hasLicense = false,
  2313. category = "Administrative",
  2314. customCheck = function(ply) return table.HasValue({"mod","headadvisor","superadmin","servermanager","trialmod","admin","admindev","admindeveloper","owner","headadmin","headadmindev","developer"}, ply:GetNWString("usergroup")) end,
  2315. PlayerLoadout = function(ply) ply:SetHealth(30000) ply:GiveAmmo(5000, "ar2") end,
  2316. PlayerSpawn = function(ply) ply:SetHealth(30000) end,
  2317. level = 1,
  2318. CustomCheckFailMsg = "Begone non staff thot!"
  2319. -- Insert customCheck here if you have one and want one.
  2320. })
  2321.  
  2322. TEAM_EVENT = DarkRP.createJob("Event Maker", {
  2323. color = Color(0, 255, 240, 255),
  2324. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_pink.mdl"},
  2325. description = [[Congratulations! You are an Event Maker. The mastermind behind all the attacks.]],
  2326. weapons = {"weapon_physgun", "gmod_tool", "weapon_physcannon", "clearance1", "admin_stick"},
  2327. command = "eventmaker",
  2328. max = 3,
  2329. salary = 2000,
  2330. admin = 0,
  2331. vote = false,
  2332. hasLicense = false,
  2333. category = "Administrative",
  2334. customCheck = function(ply) return table.HasValue({"mod","headadvisor","superadmin","servermanager","trialmod","admin","admindev","admindeveloper","owner","headadmin","headadmindev","eventmaker","developer","builder"}, ply:GetNWString("usergroup")) end,
  2335. PlayerLoadout = function(ply) ply:SetHealth(30000) ply:GiveAmmo(5000, "ar2") end,
  2336. PlayerSpawn = function(ply) ply:SetHealth(30000) end,
  2337. level = 1,
  2338. CustomCheckFailMsg = "Begone non staff thot!"
  2339. -- Insert customCheck here if you have one and want one.
  2340. })
  2341.  
  2342. TEAM_EVENTPARTICIPANT = DarkRP.createJob("Event Participant", {
  2343. color = Color(200, 222, 0, 255),
  2344. model = {"models/machine/jedi/spencer/spencer_01.mdl"},
  2345. description = [[hi]],
  2346. weapons = {"keys"},
  2347. command = "eventparticipant",
  2348. max = 0,
  2349. salary = 0,
  2350. admin = 0,
  2351. vote = false,
  2352. hasLicense = false,
  2353. category = "Administrative",
  2354. candemote = false,
  2355. PlayerSpawn = function(ply) ply:SetMaxHealth(4500) ply:SetHealth(4500) ply:SetArmor(500) ply:SetRunSpeed(350) end,
  2356. -- Insert customCheck here if you have one and want one.
  2357. })
  2358.  
  2359. TEAM_EVENTOFFICER = DarkRP.createJob("Event Officer", {
  2360. color = Color(200, 222, 0, 255),
  2361. model = {"models/player/Star Wars The Force Awakens/Poe Dameron/spartanmark6/poe_dameron.mdl","models/player/Star Wars The Force Awakens/Poe Dameron/spartanmark6/poe_dameron_stormtrooper.mdl","models/tfa/comm/gg/pm_sw_chewbacca.mdl","models/player/han_solo.mdl","models/player/Star Wars The Force Awakens/Luke Skywalker/spartanmark6/ep7_luke.mdl","models/player/Star Wars The Force Awakens/Luke Skywalker/spartanmark6/ep7_luke_stormtrooper.mdl","models/player/valley/nien_numb.mdl"},
  2362. description = [[hi]],
  2363. weapons = {"keys"},
  2364. command = "eventofficer",
  2365. max = 0,
  2366. salary = 0,
  2367. admin = 0,
  2368. vote = false,
  2369. hasLicense = false,
  2370. category = "Administrative",
  2371. candemote = false,
  2372. PlayerSpawn = function(ply) ply:SetMaxHealth(4500) ply:SetHealth(4500) ply:SetArmor(500) ply:SetRunSpeed(350) end,
  2373. -- Insert customCheck here if you have one and want one.
  2374. })
  2375.  
  2376. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  2377. CUSTOM JOBS
  2378. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  2379.  
  2380. TEAM_SNOKE = DarkRP.createJob("Supreme Leader", {
  2381. color = Color(255, 4, 0, 255),
  2382. model = {"models/player/supreme_leader_snoke.mdl"},
  2383. description = [[Congratulations! You are the Supreme Leader of the First Order and the most powerful within the force and lightsaber combat.]],
  2384. weapons = {"tfa_scoutblaster_extended", "weapon_lightsaber_supremeleader", "clone_card_c3navy"},
  2385. command = "snoke",
  2386. max = 1,
  2387. salary = 1000,
  2388. admin = 0,
  2389. vote = false,
  2390. hasLicense = false,
  2391. category = "Custom",
  2392. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  2393. sortOrder = 0,
  2394. customCheck = function(ply) return ply:IsAdmin() end,
  2395. })
  2396.  
  2397. --TEAM_DESANN = DarkRP.createJob("Lord Desann", {
  2398. -- color = Color(255, 4, 0, 255),
  2399. -- model = {"models/auditor/com/desan/desan.mdl"},
  2400. -- description = [[Congratulations! You are Lord Desann. A mastermind in the force.]],
  2401. -- weapons = {"tfa_fasokfjsakljfsalkjfklast","weapon_lightsaber_desann","weapon_camo", "blink_swep", "clearanceomega","weapon_slam","wos_inventory","tfa_dl44_extended"},
  2402. -- command = "desann",
  2403. -- max = 1,
  2404. -- salary = 5000,
  2405. -- admin = 0,
  2406. -- vote = false,
  2407. -- hasLicense = false,
  2408. -- category = "Custom",
  2409. --PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) ply:SetRunSpeed (260) end,
  2410. -- sortOrder = 1,
  2411. -- customCheck = function(ply) return ply:SteamID() == "STEAM_0:0:50678739" end,
  2412. --})
  2413.  
  2414. --TEAM_GRIEVOUS = DarkRP.createJob("General Grievous", {
  2415. -- color = Color(204, 204, 204, 255),
  2416. -- model = {"models/sengels/grievous/general_grievous.mdl"},
  2417. -- description = [[General Grievous was a known war hero through the clonewars. The jedi killer himself has been recreated with his old parts by the finest engineers of the first order. Snoke wanted him to hunt down Rey and luke together with Kylo Ren]],
  2418. -- weapons = {"keys","weapon_lightsaber_grievous","wos_inventory","tfa_fasokfjsakljfsalkjfklast","tfa_swch_e5", "clone_card_c3navy"},
  2419. -- command = "grievous",
  2420. -- max = 0,
  2421. -- salary = 0,
  2422. -- admin = 0,
  2423. -- vote = false,
  2424. -- hasLicense = false,
  2425. -- category = "Custom",
  2426. -- candemote = false,
  2427. -- sortOrder = 2,
  2428. -- PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor(400) ply:SetRunSpeed(350) end,
  2429. --})
  2430.  
  2431. -- TEAM_DESANNGUARD = DarkRP.createJob("Master Of Relics", {
  2432. -- color = Color(255, 4, 0, 255),
  2433. -- model = {"models/player/swtor/arsenic/exp/newimpguard.mdl"},
  2434. -- description = [[Congratulations! You are a Relic Guard. A follower of Desann and a skilled lightsaber combatant.]],
  2435. -- weapons = {"wos_inventory","clearanceomega","weapon_lightsaber_desannguard","weapon_lightsaber_relicmaster","tfa_scoutblaster_extended","blink"},
  2436. -- command = "desannguard",
  2437. -- max = 2,
  2438. -- salary = 800,
  2439. -- admin = 0,
  2440. -- vote = false,
  2441. -- hasLicense = false,
  2442. -- category = "Custom",
  2443. -- PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) ply: SetRunSpeed (240) end,
  2444. -- sortOrder = 4,
  2445. -- customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:80023723" end,
  2446. -- })
  2447.  
  2448. TEAM_IMPINQ = DarkRP.createJob("High Order Inquisitor", {
  2449. color = Color(255, 4, 0, 255),
  2450. model = {"models/nate159/req/SWTFU/sith_acolyte.mdl"},
  2451. description = [[Congratulations! You are Shilen, a mastermind of the dark side.]],
  2452. weapons = {"weapon_lightsaber_starkiller", "bf2017_se44c", "clone_card_c3navy", "weapon_hpwr_stick", "weapon_camo"},
  2453. command = "bill",
  2454. max = 1,
  2455. salary = 500,
  2456. admin = 0,
  2457. vote = false,
  2458. hasLicense = false,
  2459. category = "Custom",
  2460. PlayerSpawn = function(ply) ply:SetMaxHealth(2100) ply:SetHealth(2100) ply:SetArmor (500) ply:SetRunSpeed(370) end,
  2461. sortOrder = 3,
  2462. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:156206528" end,
  2463. })
  2464.  
  2465.  
  2466. TEAM_BASTILLA = DarkRP.createJob("Lady Bastilla", {
  2467. color = Color(34, 34, 34, 255),
  2468. model = {"models/player/artel/jediw3/jediw3.mdl"},
  2469. description = [[You are Lady Bastilla!]],
  2470. weapons = {"tfa_fasokfjsakljfsalkjfklast","clone_card_c3navy","weapon_lightsaber_mara_single","weapon_hpwr_stick","weapon_camo","weapon_lightsaber_mara_double","bf2017_se44c","tfa_sw_westardual","tfa_f11_shadow"},
  2471. command = "bastilla",
  2472. max = 1,
  2473. salary = 5000,
  2474. admin = 1,
  2475. vote = false,
  2476. hasLicense = false,
  2477. category = "Custom",
  2478. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  2479. sortOrder = 6,
  2480. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:51981305" end,
  2481. })
  2482.  
  2483. --[[---------------------------------------------------------------------------
  2484. Define which team joining players spawn into and what team you change to if demoted
  2485. ---------------------------------------------------------------------------]]
  2486. GAMEMODE.DefaultTeam = TEAM_CADET
  2487.  
  2488.  
  2489. --[[---------------------------------------------------------------------------
  2490. Define which teams belong to civil protection
  2491. Civil protection can set warrants, make people wanted and do some other police related things
  2492. ---------------------------------------------------------------------------]]
  2493. GAMEMODE.CivilProtection = {
  2494. [TEAM_GRANDADMIRAL] = true,
  2495. [TEAM_HIGHADMIRAL] = true,
  2496. [TEAM_FLEETADMIRAL] = true,
  2497. [TEAM_NAVALADMIRAL] = true,
  2498. [TEAM_VICEADMIRAL] = true,
  2499. [TEAM_REARADMIRAL] = true,
  2500. [TEAM_SURFACEMARSHAL] = true,
  2501. [TEAM_HIGHGENERAL] = true,
  2502. [TEAM_GENERAL] = true,
  2503. [TEAM_LIEUTENANTGENERAL] = true,
  2504. [TEAM_MAJORGENERAL] = true,
  2505. }
  2506.  
  2507. --[[---------------------------------------------------------------------------
  2508. jobs that use the hitman menu
  2509. ---------------------------------------------------------------------------]]
  2510. DarkRP.addHitmanTeam()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement