Advertisement
MVGDaniel

Untitled

Feb 24th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 94.76 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 = {"tfa_f11d_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. bodygroups = {
  36. ["nobodygroupsallowed"] = {0},
  37. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(200) end,
  38. }
  39.  
  40. -- Insert customCheck here if you have one and want one.
  41. })
  42.  
  43. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  44. STORM TROOPERS
  45. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  46. TEAM_STOFFICER = DarkRP.createJob("Stormtrooper Naval Officer", {
  47. color = Color(201, 201, 201, 255),
  48. model = {"models/player/star wars the force awakens/first order trooper/hunter/first_order_chrome.mdl"},
  49. description = [[Congratulations! You are a Stormtrooper Naval Officer.]],
  50. weapons = {"clone_card_c3navy","keys","tfa_e10r","bf2017_se44c","stunstick","weapon_cuff_shock","swep_mexicanz6"},
  51. command = "stofficer",
  52. max = 4,
  53. salary = 1250,
  54. admin = 0,
  55. vote = false,
  56. hasLicense = false,
  57. category = "FN Stormtroopers",
  58. sortOrder = 0,
  59. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(200) end,
  60.  
  61. })
  62.  
  63. TEAM_STCO = DarkRP.createJob("Stormtrooper Captain", {
  64. color = Color(201, 201, 201, 255),
  65. model = {"models/dusty/playermodels/theforceawakens/phasma/phasma_playermodel.mdl"},
  66. description = [[Congratulations! You are Captain Phasma.]],
  67. weapons = {"clone_card_c3","keys","tfa_e10r","bf2017_se44c","stunstick","weapon_cuff_shock","weapon_plasmanade","sfw_phasma"},
  68. command = "stco",
  69. max = 1,
  70. salary = 1000,
  71. admin = 0,
  72. vote = false,
  73. hasLicense = false,
  74. category = "FN Stormtroopers",
  75. sortOrder = 0,
  76. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(200) end,
  77.  
  78. })
  79.  
  80. TEAM_STEXO = DarkRP.createJob("Stormtrooper Senior Drill Officer", {
  81. color = Color(201, 201, 201, 255),
  82. model = {"models/player/star wars the force awakens/first order trooper/hunter/first_order_chrome.mdl"},
  83. description = [[Congratulations! You are the Stormtrooper Senior Drill Officer.]],
  84. weapons = {"clone_card_c3","keys","tfa_e10r","bf2017_se44c","stunstick","weapon_cuff_shock","weapon_plasmanade","swep_mexicanz6"},
  85. command = "stexo",
  86. max = 1,
  87. salary = 750,
  88. admin = 0,
  89. vote = false,
  90. hasLicense = false,
  91. category = "FN Stormtroopers",
  92. sortOrder = 1,
  93. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(200) end,
  94.  
  95. })
  96.  
  97. TEAM_STLT = DarkRP.createJob("Stormtrooper Drill Officer", {
  98. color = Color(201, 201, 201, 255),
  99. model = {"models/player/star wars the force awakens/first order trooper/hunter/first_order_chrome.mdl"},
  100. description = [[Congratulations! You are a Stormtrooper Lieutenant.]],
  101. weapons = {"clone_card_c2","keys","tfa_e10r","bf2017_se44c","stunstick","weapon_cuff_shock","swep_mexicanz6"},
  102. command = "stlt",
  103. max = 9,
  104. salary = 500,
  105. admin = 0,
  106. vote = false,
  107. hasLicense = false,
  108. category = "FN Stormtroopers",
  109. sortOrder = 2,
  110.  
  111. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  112.  
  113. })
  114.  
  115. TEAM_STSPEC = DarkRP.createJob("Stormtrooper Executioner Trooper", {
  116. color = Color(201, 201, 201, 255),
  117. model = {"models/grady/fo_executioner_stormtrooper/fo_executioner_stormtrooper.mdl"},
  118. description = [[Congratulations! You are an honorary Executioner Trooper.]],
  119. weapons = {"clone_card_c1","keys","tfa_e11d_extended","bf2017_se44","stunstick","sfw_esword"},
  120. command = "stspec",
  121. max = 2,
  122. salary = 350,
  123. admin = 0,
  124. vote = false,
  125. hasLicense = false,
  126. category = "FN Stormtroopers",
  127. sortOrder = 3,
  128.  
  129. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) end,
  130.  
  131. })
  132.  
  133. TEAM_STSGT = DarkRP.createJob("Stormtrooper Drill Sergeant", {
  134. color = Color(201, 201, 201, 255),
  135. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/222_pm.mdl"},
  136. description = [[Congratulations! You are a Stormtrooper Sergeant.]],
  137. weapons = {"clone_card_c1","keys","tfa_f11_og","bf2017_se44","stunstick","swep_mexicanz6"},
  138. command = "stsgt",
  139. max = 0,
  140. salary = 350,
  141. admin = 0,
  142. vote = false,
  143. hasLicense = false,
  144. category = "FN Stormtroopers",
  145. sortOrder = 4,
  146.  
  147. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  148.  
  149. })
  150.  
  151. TEAM_ST = DarkRP.createJob("Stormtrooper", {
  152. color = Color(201, 201, 201, 255),
  153. model = {"models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_trooper.mdl"},
  154. 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!]],
  155. weapons = {"clone_card_c1","keys","tfa_f11_og","tfa_swch_dc17"},
  156. command = "st",
  157. max = 0,
  158. salary = 100,
  159. admin = 0,
  160. vote = false,
  161. hasLicense = false,
  162. category = "FN Stormtroopers",
  163. sortOrder = 5,
  164.  
  165. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  166.  
  167. })
  168.  
  169. -- 51st Heavy Assault Infantry
  170.  
  171. TEAM_51OFFICER = DarkRP.createJob("51st Naval Officer", {
  172. color = Color(0, 0, 255, 255),
  173. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_501sttrooper.mdl"},
  174. description = [[Congratulations! You are a 51st Naval Officer.]],
  175. weapons = {"clone_card_c3navy","keys","tfa_dlt19_extended","bf2017_se44c","tfa_grenade","zeus_thermaldet","hmg","hmg1","realistic_hook","bf2017_fwmb10","weapon_physcannon"},
  176. command = "51officer",
  177. max = 4,
  178. salary = 1250,
  179. admin = 0,
  180. vote = false,
  181. hasLicense = false,
  182. category = "51st Assault Infantry",
  183. sortOrder = 0,
  184. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(200) end,
  185.  
  186. })
  187.  
  188. TEAM_51CO = DarkRP.createJob("51st Commander", {
  189. color = Color(0, 0, 255, 255),
  190. model = {"models/player/star wars the force awakens/first order trooper/hunter/first_order_cobalt.mdl"},
  191. description = [[Congratulations! You are the 51st Commander.]],
  192. weapons = {"clone_card_c3","keys","tfa_rt97c_extended","bf2017_se44c","tfa_grenade","zeus_thermaldet","hmg","hmg1","realistic_hook","bf2017_fwmb10","weapon_physcannon"},
  193. command = "51co",
  194. max = 1,
  195. salary = 1000,
  196. admin = 0,
  197. vote = false,
  198. hasLicense = false,
  199. category = "51st Assault Infantry",
  200. sortOrder = 0,
  201.  
  202. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  203. })
  204.  
  205.  
  206. TEAM_51EXO = DarkRP.createJob("51st Executive Officer", {
  207. color = Color(0, 0, 255, 255),
  208. model = {"models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_spec_ops_trooper.mdl"},
  209. description = [[Congratulations! You are the 51st Executive Officer.]],
  210. weapons = {"clone_card_c3","keys","tfa_rt97c_extended","bf2017_se44c","tfa_grenade","zeus_thermaldet","hmg","hmg1","realistic_hook","bf2017_fwmb10","weapon_physcannon"},
  211. command = "51exo",
  212. max = 1,
  213. salary = 750,
  214. admin = 0,
  215. vote = false,
  216. hasLicense = false,
  217. category = "51st Assault Infantry",
  218. sortOrder = 1,
  219.  
  220. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  221.  
  222. })
  223.  
  224. TEAM_51LT = DarkRP.createJob("51st Lieutenant", {
  225. color = Color(0, 0, 255, 255),
  226. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_501sttrooper.mdl"},
  227. description = [[Congratulations! You are a 51st Lieutenant.]],
  228. weapons = {"clone_card_c2","keys","tfa_dlt19_extended","bf2017_se44c","tfa_grenade","zeus_thermaldet","hmg","hmg1","realistic_hook","bf2017_fwmb10","weapon_physcannon"},
  229. command = "51lt",
  230. max = 9,
  231. salary = 500,
  232. admin = 0,
  233. vote = false,
  234. hasLicense = false,
  235. category = "51st Assault Infantry",
  236. sortOrder = 2,
  237.  
  238. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  239.  
  240. })
  241.  
  242. TEAM_51SPEC = DarkRP.createJob("51st Heavy Specialist", {
  243. color = Color(0, 0, 255, 255),
  244. model = {"models/legend/legendmegatrooper/legendmegatrooper.mdl"},
  245. description = [[Congratulations! You are a 51st Heavy specialist.]],
  246. weapons = {"clone_card_c1","keys","tfa_wristflamer","tfa_blasters","realistic_hook"},
  247. command = "51spec",
  248. max = 2,
  249. salary = 350,
  250. admin = 0,
  251. vote = false,
  252. hasLicense = false,
  253. category = "51st Assault Infantry",
  254. sortOrder = 3,
  255.  
  256. PlayerSpawn = function(ply) ply:SetMaxHealth(800) ply:SetHealth(800) ply:SetArmor (200) end,
  257.  
  258. })
  259.  
  260. TEAM_51SGT = DarkRP.createJob("51st Sergeant", {
  261. color = Color(0, 0, 255, 255),
  262. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_blue.mdl"},
  263. description = [[Congratulations! You are a 51st Sergeant.]],
  264. weapons = {"clone_card_c1","keys","tfa_dlt19_extended","bf2017_se44","hmg","realistic_hook","weapon_physcannon","bf2017_fwmb10"},
  265. command = "51sgt",
  266. max = 0,
  267. salary = 350,
  268. admin = 0,
  269. vote = false,
  270. hasLicense = false,
  271. category = "51st Assault Infantry",
  272. sortOrder = 4,
  273.  
  274. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  275.  
  276. })
  277.  
  278.  
  279. TEAM_51TRP = DarkRP.createJob("51st Trooper", {
  280. color = Color(0, 0, 255, 255),
  281. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_blue.mdl"},
  282. description = [[Congratulations! You have registered as a member of the 51st. Do your regiment proud!]],
  283. weapons = {"clone_card_c1","keys","tfa_dlt19_extended","tfa_swch_dc17","realistic_hook","weapon_physcannon"},
  284. command = "51st",
  285. max = 0,
  286. salary = 250,
  287. admin = 0,
  288. vote = false,
  289. hasLicense = false,
  290. category = "51st Assault Infantry",
  291. sortOrder = 5,
  292.  
  293. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  294. })
  295.  
  296. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  297. 1ST RECON
  298. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  299.  
  300. TEAM_1STOFFICER = DarkRP.createJob("1st Recon Naval Officer", {
  301. color = Color(30, 125, 14, 255),
  302. model = {"models/player/star wars the force awakens/first order trooper/hunter/first_order_guardlt.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_deserttrooper.mdl","models/range_trooper/range_trooper.mdl"},
  303. description = [[Congratulations! You are a 1st Recon Naval Officer.]],
  304. weapons = {"tfa_dlt19x","bf2017_se44c","clone_card_c3navy","keys","zeus_smokegranade","weapon_jew_iondisruptor","weapon_rpw_binoculars_nvg","tfa_wsp_5","realistic_hook","e5_blaster_rifle","weapon_rope_knife"},
  305. command = "istofficer",
  306. max = 4,
  307. salary = 1250,
  308. admin = 0,
  309. vote = false,
  310. hasLicense = false,
  311. category = "1st Reconnaissance",
  312. sortOrder = 0,
  313. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(200) end,
  314.  
  315. })
  316.  
  317. TEAM_1STCO = DarkRP.createJob("1st Recon Commander", {
  318. color = Color(30, 125, 14, 255),
  319. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_camo_trooper.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_deserttrooper.mdl","models/range_trooper/range_trooper.mdl"},
  320. description = [[Congratulations! You are the 1st Recon Commander.]],
  321. weapons ={"tfa_dlt19x","bf2017_se44c","clone_card_c3","keys","zeus_smokegranade","weapon_jew_iondisruptor","weapon_rpw_binoculars_nvg","tfa_wsp_5", "realistic_hook","e5_blaster_rifle","weapon_rope_knife"},
  322. command = "istco",
  323. max = 1,
  324. salary = 1000,
  325. admin = 0,
  326. vote = false,
  327. hasLicense = false,
  328. category = "1st Reconnaissance",
  329. sortOrder = 0,
  330.  
  331. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  332.  
  333. })
  334.  
  335.  
  336. TEAM_1STEXO = DarkRP.createJob("1st Recon Executive Officer", {
  337. color = Color(30, 125, 14, 255),
  338. model = {"models/player/star wars the force awakens/first order trooper/hunter/first_order_guard.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_deserttrooper.mdl","models/range_trooper/range_trooper.mdl"},
  339. description = [[Congratulations! You are the 1st Recon Executive Officer.]],
  340. weapons ={"tfa_dlt19x","bf2017_se44c","clone_card_c3","keys","zeus_smokegranade","weapon_jew_iondisruptor","weapon_rpw_binoculars_nvg","tfa_wsp_5","realistic_hook","e5_blaster_rifle","weapon_rope_knife"},
  341. command = "istexo",
  342. max = 1,
  343. salary = 750,
  344. admin = 0,
  345. vote = false,
  346. hasLicense = false,
  347. category = "1st Reconnaissance",
  348. sortOrder = 1,
  349.  
  350. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  351.  
  352.  
  353. })
  354.  
  355.  
  356. TEAM_1STLT = DarkRP.createJob("1st Recon Lieutenant", {
  357. color = Color(30, 125, 14, 255),
  358. model = {"models/player/star wars the force awakens/first order trooper/hunter/first_order_guardlt.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_deserttrooper.mdl","models/range_trooper/range_trooper.mdl"},
  359. description = [[Congratulations! You are a 1st Recon Lieutenant.]],
  360. weapons ={"tfa_dlt19x","bf2017_se44c","clone_card_c2","keys","zeus_smokegranade","weapon_jew_iondisruptor","weapon_rpw_binoculars_nvg","tfa_wsp_5","realistic_hook","e5_blaster_rifle","weapon_rope_knife"},
  361. command = "istlt",
  362. max = 9,
  363. salary = 500,
  364. admin = 0,
  365. vote = false,
  366. hasLicense = false,
  367. category = "1st Reconnaissance",
  368. sortOrder = 2,
  369.  
  370. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  371.  
  372.  
  373. })
  374.  
  375. TEAM_1STSPEC = DarkRP.createJob("1st Recon Advanced Recon Trooper", {
  376. color = Color(30, 125, 14, 255),
  377. model = {"models/gonzo/reconsniperskittles/reconsniperskittles.mdl","models/range_trooper/range_trooper.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_deserttrooper.mdl"},
  378. description = [[Congratulations! You are a 1st Recon Advanced Recon Trooper.]],
  379. weapons ={"tfa_carbonrifle","bf2017_se44","clone_card_c2","keys","zeus_smokegranade","weapon_rpw_binoculars_nvg","camo_ghost","weapon_camo","e5_blaster_rifle","weapon_rope_knife"},
  380. command = "istspec",
  381. max = 2,
  382. salary = 350,
  383. admin = 0,
  384. vote = false,
  385. hasLicense = false,
  386. category = "1st Reconnaissance",
  387. sortOrder = 3,
  388.  
  389. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) end,
  390.  
  391. })
  392.  
  393. TEAM_1STSGT = DarkRP.createJob("1st Recon Sergeant", {
  394. color = Color(30, 125, 14, 255),
  395. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_green.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_deserttrooper.mdl","models/range_trooper/range_trooper.mdl"},
  396. description = [[Congratulations! You are a 1st Recon Sergeant.]],
  397. weapons ={"tfa_dlt19x","bf2017_se44","clone_card_c1","keys","zeus_smokegranade","weapon_rpw_binoculars_nvg","realistic_hook","e5_blaster_rifle","weapon_rope_knife"},
  398. command = "istsgt",
  399. max = 0,
  400. salary = 350,
  401. admin = 0,
  402. vote = false,
  403. hasLicense = false,
  404. category = "1st Reconnaissance",
  405. sortOrder = 4,
  406.  
  407. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  408.  
  409. })
  410.  
  411.  
  412. TEAM_1STTRP = DarkRP.createJob("1st Recon Trooper", {
  413. color = Color(30, 125, 14, 255),
  414. model = {"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/first_order_deserttrooper.mdl","models/range_trooper/range_trooper.mdl"},
  415. description = [[Congratulations! You have registered as a member of the 1st Recon. Do your regiment proud!]],
  416. weapons ={"tfa_dlt19x","tfa_swch_dc17","clone_card_c1","keys","weapon_rpw_binoculars_nvg","realistic_hook","e5_blaster_rifle","weapon_rope_knife"},
  417. command = "isttrp",
  418. max = 0,
  419. salary = 250,
  420. admin = 0,
  421. vote = false,
  422. hasLicense = false,
  423. category = "1st Reconnaissance",
  424. sortOrder = 5,
  425.  
  426. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  427.  
  428.  
  429. })
  430.  
  431.  
  432. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  433. SHOCK TROOPERS
  434. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  435.  
  436. TEAM_SHOCKOFFICER = DarkRP.createJob("Shock Naval Officer", {
  437. color = Color(200, 0, 0, 255),
  438. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_shocktrooper.mdl"},
  439. description = [[Congratulations! You are a Shock Naval Officer.]],
  440. weapons = {"placeable_barricade2","clone_card_c3navy","weapon_cuff_shock","weapon_policeshield","stunstick","tfa_se14c_extended","taser","bf2017_se44c","tfa_f11_magma"},
  441. command = "shockofficer",
  442. max = 4,
  443. salary = 1250,
  444. admin = 0,
  445. vote = false,
  446. hasLicense = false,
  447. category = "Shock Military Police",
  448. sortOrder = 0,
  449. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(200) end,
  450.  
  451. })
  452.  
  453. TEAM_SHOCKCO = DarkRP.createJob("Shock Commander", {
  454. color = Color(200, 0, 0, 255),
  455. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_magmatrooper.mdl"},
  456. description = [[Congratulations! You are the Shock Commander.]],
  457. weapons ={"placeable_barricade2","tfa_se14c_extended","clone_card_c3","weapon_cuff_shock","weapon_policeshield","stunstick","zeus_flashbang","bf2017_se44c","taser","tfa_f11_magma"},
  458. command = "shockco",
  459. max = 1,
  460. salary = 1000,
  461. admin = 0,
  462. vote = false,
  463. hasLicense = false,
  464. category = "Shock Military Police",
  465. sortOrder = 1,
  466.  
  467. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  468. })
  469.  
  470.  
  471. TEAM_SHOCKEXO = DarkRP.createJob("Shock Executive Officer", {
  472. color = Color(200, 0, 0, 255),
  473. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/dash_pm.mdl"},
  474. description = [[Congratulations! You are the Shock Executive Officer.]],
  475. weapons = {"placeable_barricade2","clone_card_c3","weapon_cuff_shock","weapon_policeshield","stunstick","zeus_flashbang","bf2017_se44c","tfa_se14c_extended","taser","tfa_f11_magma"},
  476. command = "shockexo",
  477. max = 1,
  478. salary = 750,
  479. admin = 0,
  480. vote = false,
  481. hasLicense = false,
  482. category = "Shock Military Police",
  483. sortOrder = 2,
  484.  
  485. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  486.  
  487. })
  488.  
  489.  
  490. TEAM_SHOCKLT = DarkRP.createJob("Shock Lieutenant", {
  491. color = Color(200, 0, 0, 255),
  492. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_shocktrooper.mdl"},
  493. description = [[Congratulations! You are a Shock Lieutenant.]],
  494. weapons = {"placeable_barricade2","clone_card_c2","weapon_cuff_shock","weapon_policeshield","stunstick","tfa_se14c_extended","taser","bf2017_se44c","tfa_f11_magma"},
  495. command = "shocklt",
  496. max = 9,
  497. salary = 500,
  498. admin = 0,
  499. vote = false,
  500. hasLicense = false,
  501. category = "Shock Military Police",
  502. sortOrder = 3,
  503.  
  504. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  505. })
  506.  
  507. TEAM_SHOCKSPEC = DarkRP.createJob("Shock Heavy Enforcer", {
  508. color = Color(200, 0, 0, 255),
  509. model = {"models/gonzo/customshoretrooper/customshoretrooper.mdl"},
  510. description = [[Congratulations! You are a Shock Heavy Enforcer.]],
  511. weapons = {"placeable_barricade2","clone_card_c1","weapon_cuff_shock","weapon_riotshield","stunstick","tfa_shock","tfa_shockshield","taser","bf2017_se44"},
  512. command = "shockspec",
  513. max = 2,
  514. salary = 350,
  515. admin = 0,
  516. vote = false,
  517. hasLicense = false,
  518. category = "Shock Military Police",
  519. sortOrder = 4,
  520.  
  521. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) end,
  522. })
  523.  
  524. TEAM_SHOCKSGT = DarkRP.createJob("Shock Sergeant", {
  525. color = Color(200, 0, 0, 255),
  526. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_red.mdl"},
  527. description = [[Congratulations! You are a Shock Sergeant.]],
  528. weapons = {"placeable_barricade2","clone_card_c1","weapon_cuff_shock","weapon_policeshield","stunstick","tfa_se14c_extended","taser","bf2017_se44"},
  529. command = "shocksgt",
  530. max = 0,
  531. salary = 350,
  532. admin = 0,
  533. vote = false,
  534. hasLicense = false,
  535. category = "Shock Military Police",
  536. sortOrder = 5,
  537.  
  538. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  539. })
  540.  
  541.  
  542. TEAM_SHOCKTRP = DarkRP.createJob("Shock Trooper", {
  543. color = Color(200, 0, 0, 255),
  544. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/riot_pm.mdl"},
  545. description = [[Congratulations! You have now registered as a member of the Shock. Do your regiment proud!]],
  546. weapons = {"placeable_barricade2","clone_card_c1","weapon_cuff_shock","weapon_policeshield","stunstick","tfa_se14c_extended","taser","tfa_swch_dc17"},
  547. command = "shocktrp",
  548. max = 0,
  549. salary = 250,
  550. admin = 0,
  551. vote = false,
  552. hasLicense = false,
  553. category = "Shock Military Police",
  554. sortOrder = 6,
  555.  
  556. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  557.  
  558. })
  559.  
  560. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  561. 91st Medical Squadron
  562. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  563.  
  564. TEAM_144OFFICER = DarkRP.createJob("91st Naval Officer", {
  565. color = Color(255, 0, 80, 255),
  566. model = {"models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_shadowtrooper_medic.mdl","models/player/medcorp commander/medcorp commander.mdl"},
  567. description = [[Congratulations! You are a 91st Naval Officer.]],
  568. weapons = {"tfa_relby","bf2017_se44c","weapon_91stmedkit","keys","weapon_bactanade","clone_card_c3navy","weapon_shadowvirus_grenade","admin_defib","weapon_physcannon"},
  569. command = "91stofficer",
  570. max = 4,
  571. salary = 1250,
  572. admin = 0,
  573. vote = false,
  574. hasLicense = false,
  575. category = "91st Medical Squadron",
  576. sortOrder = 0,
  577. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(200) end,
  578.  
  579. })
  580.  
  581. TEAM_144CO = DarkRP.createJob("91st Commander", {
  582. color = Color(255, 0, 80, 255),
  583. model = {"models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_shadowtrooper_medic.mdl","models/player/medcorp commander/medcorp commander.mdl"},
  584. description = [[Congratulations! You are the 91st Commander.]],
  585. weapons = {"tfa_relby","bf2017_se44c","weapon_91stmedkit","keys","weapon_bactanade","clone_card_c3","weapon_shadowvirus_grenade","admin_defib","weapon_physcannon"},
  586. command = "91stco",
  587. max = 1,
  588. salary = 1000,
  589. admin = 0,
  590. vote = false,
  591. hasLicense = false,
  592. sortOrder = 1,
  593. category = "91st Medical Squadron",
  594. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  595.  
  596. level = 90
  597.  
  598. -- Insert customCheck here if you have one and want one.
  599. })
  600.  
  601. TEAM_144EXO = DarkRP.createJob("91st Executive Officer", {
  602. color = Color(255, 0, 80, 255),
  603. model = {"models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_shadowtrooper_medic.mdl","models/player/medcorp commander/medcorp commander.mdl"},
  604. description = [[Congratulations! You are the 91st Executive Officer]],
  605. weapons = {"tfa_relby","bf2017_se44c","weapon_91stmedkit","keys","weapon_bactanade","clone_card_c3","weapon_shadowvirus_grenade","admin_defib","weapon_physcannon"},
  606. command = "91stexo",
  607. max = 1,
  608. salary = 750,
  609. admin = 0,
  610. vote = false,
  611. hasLicense = false,
  612. sortOrder = 2,
  613. category = "91st Medical Squadron",
  614. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  615.  
  616. level = 50
  617. -- Insert customCheck here if you have one and want one.
  618. })
  619.  
  620. TEAM_144LT = DarkRP.createJob("91st Lieutenant", {
  621. color = Color(255, 0, 80, 255),
  622. model = {"models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_shadowtrooper_medic.mdl","models/player/medcorp commander/medcorp commander.mdl"},
  623. description = [[Congratulations! You are a 91st Lieutenant.]],
  624. weapons = {"tfa_relby","bf2017_se44c","weapon_91stmedkit","keys","weapon_bactanade","clone_card_c2","weapon_shadowvirus_grenade","admin_defib","weapon_physcannon"},
  625. command = "91stlt",
  626. max = 9,
  627. salary = 500,
  628. admin = 0,
  629. vote = false,
  630. hasLicense = false,
  631. sortOrder = 3,
  632. category = "91st Medical Squadron",
  633. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  634.  
  635. level = 50
  636. -- Insert customCheck here if you have one and want one.
  637. })
  638.  
  639. TEAM_144SPEC = DarkRP.createJob("91st Jet Trooper", {
  640. color = Color(255, 0, 80, 255),
  641. model = {"models/kryptonite/tfu_jumptrooper/tfu_jumptrooper.mdl"},
  642. description = [[Congratulations! You are a 91st Jet Trooper.]],
  643. weapons = {"tfa_e11d_extended","bf2017_se44","weapon_91stmedkit","keys","clone_card_c1","admin_defib","weapon_physcannon"},
  644. command = "91stspec",
  645. max = 2,
  646. salary = 350,
  647. admin = 0,
  648. vote = false,
  649. hasLicense = false,
  650. sortOrder = 4,
  651. category = "91st Medical Squadron",
  652. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) end,
  653.  
  654. level = 10
  655. -- Insert customCheck here if you have one and want one.
  656. })
  657.  
  658. TEAM_144SGT = DarkRP.createJob("91st Sergeant", {
  659. color = Color(255, 0, 80, 255),
  660. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_medic.mdl","models/player/medcorp commander/medcorp commander.mdl"},
  661. description = [[Congratulations! You are a 91st Sergeant.]],
  662. weapons = {"tfa_relby","bf2017_se44","weapon_91stmedkit","keys","clone_card_c1","admin_defib","weapon_physcannon"},
  663. command = "91stsgt",
  664. max = 0,
  665. salary = 350,
  666. admin = 0,
  667. vote = false,
  668. hasLicense = false,
  669. sortOrder = 5,
  670. category = "91st Medical Squadron",
  671. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  672.  
  673. level = 10
  674. -- Insert customCheck here if you have one and want one.
  675. })
  676.  
  677. TEAM_144TRP = DarkRP.createJob("91st Trooper", {
  678. color = Color(255, 0, 80, 255),
  679. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_medic.mdl","models/player/medcorp trooper/medcorp trooper.mdl"},
  680. description = [[Congratulations! You have registered as a member of the 91st. Do your regiment proud!]],
  681. weapons = {"tfa_relby","tfa_swch_dc17","weapon_91stmedkit","keys","clone_card_c1","admin_defib","weapon_physcannon"},
  682. command = "91sttrp",
  683. max = 0,
  684. salary = 250,
  685. admin = 0,
  686. vote = false,
  687. hasLicense = false,
  688. sortOrder = 6,
  689. category = "91st Medical Squadron",
  690. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  691.  
  692. level = 0
  693. -- Insert customCheck here if you have one and want one.
  694. })
  695.  
  696.  
  697. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  698. HAVOC ENGINEERS
  699. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  700.  
  701. TEAM_HAVOCOFFICER = DarkRP.createJob("Havoc Naval Officer", {
  702. color = Color(255, 157, 0, 255),
  703. model = {"models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_bombsquad.mdl","models/player/sgg/starwars/tie_pilot.mdl"},
  704. description = [[Congratulations! You are a Havoc Naval Officer.]],
  705. weapons = {"weapon_physcannon","tfa_a280_extended","fire_extinguisher","keys","bf2017_se44c","clone_card_c3navy","lockpick","mexican_flamerv2","weapon_sar_repairtool","weapon_jew_emp_rifle","alydus_fortificationbuildertablet","repair_kit","bkeycardscanner_cracker"},
  706. command = "havocofficer",
  707. max = 4,
  708. salary = 1250,
  709. admin = 0,
  710. vote = false,
  711. hasLicense = false,
  712. category = "Havoc Engineers",
  713. sortOrder = 0,
  714. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(200) end,
  715.  
  716. })
  717.  
  718. TEAM_HAVOCCO = DarkRP.createJob("Havoc Commander", {
  719. color = Color(255, 157, 0, 255),
  720. model = {"models/kriegsyntax/firstorder/engineer_playermodel.mdl","models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_bombsquad.mdl","models/player/sgg/starwars/tie_pilot.mdl"},
  721. description = [[Congratulations! You are the Havoc Commander.]],
  722. weapons = {"weapon_physcannon","tfa_a280_extended","fire_extinguisher","keys","bf2017_se44c","lockpick","mexican_flamerv2","weapon_jew_emp_rifle","placeable_barrier","weapon_sar_repairtool","alydus_fortificationbuildertablet","clone_card_c3","repair_kit","bkeycardscanner_cracker"},
  723. command = "havocco",
  724. max = 1,
  725. salary = 1000,
  726. admin = 0,
  727. vote = false,
  728. hasLicense = false,
  729. category = "Havoc Engineers",
  730. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  731. level = 0,
  732. sortOrder = 0
  733.  
  734. -- Insert customCheck here if you have one and want one.
  735. })
  736.  
  737.  
  738. TEAM_HAVOCEXO = DarkRP.createJob("Havoc Executive Officer", {
  739. color = Color(255, 157, 0, 255),
  740. model = {"models/kriegsyntax/firstorder/engineer_playermodel.mdl","models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_bombsquad.mdl","models/player/sgg/starwars/tie_pilot.mdl"},
  741. description = [[Congratulations! You are the Havoc Executive Officer.]],
  742. weapons = {"weapon_physcannon","tfa_a280_extended","fire_extinguisher","keys","bf2017_se44c","clone_card_c3","lockpick","mexican_flamerv2","weapon_jew_emp_rifle","placeable_barrier","weapon_sar_repairtool","alydus_fortificationbuildertablet","repair_kit","bkeycardscanner_cracker"},
  743. command = "havocexo",
  744. max = 1,
  745. salary = 750,
  746. admin = 0,
  747. vote = false,
  748. hasLicense = false,
  749. category = "Havoc Engineers",
  750. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  751. level = 50,
  752. sortOrder = 1
  753. -- Insert customCheck here if you have one and want one.
  754. })
  755.  
  756. TEAM_HAVOCLT = DarkRP.createJob("Havoc Lieutenant", {
  757. color = Color(255, 157, 0, 255),
  758. model = {"models/kriegsyntax/firstorder/engineer_playermodel.mdl","models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_bombsquad.mdl","models/player/sgg/starwars/tie_pilot.mdl"},
  759. description = [[Congratulations! You are a Havoc Lieutenant.]],
  760. weapons = {"weapon_physcannon","tfa_a280_extended","fire_extinguisher","keys","bf2017_se44c","clone_card_c2","lockpick","placeable_barrier","weapon_sar_repairtool","weapon_jew_emp_rifle","alydus_fortificationbuildertablet","repair_kit","bkeycardscanner_cracker"},
  761. command = "havoclt",
  762. max = 9,
  763. salary = 500,
  764. admin = 0,
  765. vote = false,
  766. hasLicense = false,
  767. category = "Havoc Engineers",
  768. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  769. level = 50,
  770. sortOrder = 2
  771. -- Insert customCheck here if you have one and want one.
  772. })
  773.  
  774. TEAM_HAVOCSPEC = DarkRP.createJob("Havoc Demolition Expert", {
  775. color = Color(255, 157, 0, 255),
  776. model = {"models/player/renegade/clones/airborne/212th.mdl"},
  777. description = [[Congratulations! You are a Havoc Demolition Expert.]],
  778. 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"},
  779. command = "havocspec",
  780. max = 2,
  781. salary = 350,
  782. admin = 0,
  783. vote = false,
  784. hasLicense = false,
  785. category = "Havoc Engineers",
  786. PlayerSpawn = function(ply) ply:SetMaxHealth(700) ply:SetHealth(700) ply:SetArmor (200) end,
  787. level = 10,
  788. sortOrder = 3
  789. -- Insert customCheck here if you have one and want one.
  790. })
  791.  
  792.  
  793. TEAM_HAVOCSGT = DarkRP.createJob("Havoc Sergeant", {
  794. color = Color(255, 157, 0, 255),
  795. model = {"models/kriegsyntax/firstorder/engineer_playermodel.mdl","models/player/star_wars_the_force_awakens/first_order_trooper/spartanmark6/first_order_trooper_orange.mdl","models/player/sgg/starwars/tie_pilot.mdl"},
  796. description = [[Congratulations! You are a Havoc Sergeant.]],
  797. weapons = {"weapon_physcannon","tfa_a280_extended","fire_extinguisher","keys","bf2017_se44","clone_card_c1","placeable_barrier","weapon_sar_repairtool","repair_kit"},
  798. command = "havocsgt",
  799. max = 0,
  800. salary = 350,
  801. admin = 0,
  802. vote = false,
  803. hasLicense = false,
  804. category = "Havoc Engineers",
  805. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  806. level = 10,
  807. sortOrder = 4
  808. -- Insert customCheck here if you have one and want one.
  809. })
  810.  
  811. TEAM_HAVOCTRP = DarkRP.createJob("Havoc Trooper", {
  812. color = Color(255, 157, 0, 255),
  813. model = {"models/kriegsyntax/firstorder/engineer_playermodel.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/81_pm.mdl","models/player/sgg/starwars/tie_pilot.mdl"},
  814. description = [[Congratulations! You have registered as a member of the Havoc. Do your regiment proud!]],
  815. weapons = {"weapon_physcannon","tfa_a280_extended","fire_extinguisher","keys","tfa_swch_dc17","clone_card_c1","placeable_barrier","weapon_sar_repairtool","repair_kit"},
  816. command = "havoctrp",
  817. max = 0,
  818. salary = 250,
  819. admin = 0,
  820. vote = false,
  821. hasLicense = false,
  822. category = "Havoc Engineers",
  823. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  824. level = 0,
  825. sortOrder = 5
  826.  
  827. -- Insert customCheck here if you have one and want one.
  828. })
  829. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  830. FLEET/NAVY
  831. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  832.  
  833. TEAM_GRANDADMIRAL = DarkRP.createJob("High Command Grand Admiral", {
  834. color = Color(4, 0, 100, 255),
  835. model = {"models/player/scifi_hawke.mdl"},
  836. description = [[Congratulations! You are the Grand Admiral. Feared by all and the most ruthless within the First Order.]],
  837. weapons = {"tfa_admiralty","stunstick","voice_amplifier","clone_card_c3navy","keys","weapon_rpw_binoculars_nvg","tfa_gapistol"},
  838. command = "grandadmiral",
  839. max = 1,
  840. salary = 10000,
  841. admin = 0,
  842. vote = false,
  843. hasLicense = false,
  844. category = "First Order High Command",
  845. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  846. level = 100,
  847. sortOrder = 0,
  848. mayor = true
  849. -- Insert customCheck here if you have one and want one.
  850. })
  851.  
  852. TEAM_HIGHADMIRAL = DarkRP.createJob("High Command High Admiral", {
  853. color = Color(4, 0, 100, 255),
  854. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  855. 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!]],
  856. weapons = {"stunstick", "voice_amplifier","clone_card_c3navy","tfa_admiralty","keys","weapon_rpw_binoculars_nvg","tfa_gapistol"},
  857. command = "highadmiral",
  858. max = 1,
  859. salary = 9000,
  860. admin = 0,
  861. vote = false,
  862. hasLicense = false,
  863. category = "First Order High Command",
  864. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  865. level = 90,
  866. sortOrder = 1,
  867. mayor = true
  868. -- Insert customCheck here if you have one and want one.
  869. })
  870.  
  871. TEAM_FLEETADMIRAL = DarkRP.createJob("High Command Fleet Admiral", {
  872. color = Color(4, 0, 100, 255),
  873. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  874. 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!]],
  875. weapons = {"stunstick", "voice_amplifier","clone_card_c3navy","tfa_admiralty","keys","weapon_rpw_binoculars_nvg"},
  876. command = "fleetadmiral",
  877. max = 1,
  878. salary = 8000,
  879. admin = 0,
  880. vote = false,
  881. hasLicense = false,
  882. category = "First Order High Command",
  883. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  884. level = 90,
  885. sortOrder = 2,
  886. mayor = true
  887. -- Insert customCheck here if you have one and want one.
  888. })
  889.  
  890. TEAM_NAVALADMIRAL = DarkRP.createJob("High Command Admiral", {
  891. color = Color(4, 0, 100, 255),
  892. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  893. 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!]],
  894. weapons = {"stunstick", "voice_amplifier","clone_card_c3navy","tfa_admiralty","keys","weapon_rpw_binoculars_nvg"},
  895. command = "navaladmiral",
  896. max = 1,
  897. salary = 7000,
  898. admin = 0,
  899. vote = false,
  900. hasLicense = false,
  901. category = "First Order High Command",
  902. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  903. level = 90,
  904. sortOrder = 3,
  905. mayor = true
  906. -- Insert customCheck here if you have one and want one.
  907. })
  908.  
  909. TEAM_VICEADMIRAL = DarkRP.createJob("High Command Vice Admiral", {
  910. color = Color(4, 0, 100, 255),
  911. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  912. 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!]],
  913. weapons = {"stunstick", "voice_amplifier","clone_card_c3navy","tfa_admiralty","keys","weapon_rpw_binoculars_nvg"},
  914. command = "viceadmiral",
  915. max = 2,
  916. salary = 6000,
  917. admin = 0,
  918. vote = false,
  919. hasLicense = false,
  920. category = "First Order High Command",
  921. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  922. level = 90,
  923. sortOrder = 4,
  924. mayor = true
  925. -- Insert customCheck here if you have one and want one.
  926. })
  927.  
  928. TEAM_REARADMIRAL = DarkRP.createJob("High Command Rear Admiral", {
  929. color = Color(4, 0, 100, 255),
  930. model = {"models/imperial_officer/isb/operative/op_m.mdl"},
  931. 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!]],
  932. weapons = {"stunstick", "voice_amplifier","clone_card_c3navy","tfa_admiralty","keys","weapon_rpw_binoculars_nvg"},
  933. command = "rearadmiral",
  934. max = 2,
  935. salary = 5000,
  936. admin = 0,
  937. vote = false,
  938. hasLicense = false,
  939. category = "First Order High Command",
  940. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  941. level = 90,
  942. sortOrder = 5,
  943. mayor = true
  944. -- Insert customCheck here if you have one and want one.
  945. })
  946.  
  947. TEAM_FLEETCOMMO = DarkRP.createJob("Naval Commodore", {
  948. color = Color(122, 122, 122, 255),
  949. model = {"models/imperial_officer/isb/agent/ag_m.mdl"},
  950. description = [[Congratulations! You are a Naval Commodore. Lead the First Order into victory!]],
  951. weapons = {"tfa_navy2", "stunstick", "voice_amplifier","clone_card_c3navy","weapon_rpw_binoculars_nvg"},
  952. command = "fleetcommo",
  953. max = 1,
  954. salary = 4500,
  955. admin = 0,
  956. vote = false,
  957. hasLicense = false,
  958. category = "Naval Officers",
  959. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  960. level = 90,
  961. sortOrder = 2,
  962. -- Insert customCheck here if you have one and want one.
  963. })
  964.  
  965. TEAM_FLEETCPT = DarkRP.createJob("Naval Captain", {
  966. color = Color(122, 122, 122, 255),
  967. model = {"models/imperial_officer/navy/admiral/ad_m.mdl"},
  968. description = [[Congratulations! You are a Naval Captain. Lead the First Order into victory!]],
  969. weapons = {"tfa_navy2", "stunstick", "voice_amplifier","clone_card_c3navy","weapon_rpw_binoculars_nvg"},
  970. command = "fleetcpt",
  971. max = 2,
  972. salary = 4000,
  973. admin = 0,
  974. vote = false,
  975. hasLicense = false,
  976. category = "Naval Officers",
  977. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  978. level = 90,
  979. sortOrder = 3,
  980. -- Insert customCheck here if you have one and want one.
  981. })
  982.  
  983. TEAM_FLEETCMDR = DarkRP.createJob("Naval Commander", {
  984. color = Color(122, 122, 122, 255),
  985. model = {"models/imperial_officer/msc/grey/grey_m.mdl"},
  986. description = [[Congratulations! You are a Naval Commander. Lead the First Order into victory!]],
  987. weapons = {"tfa_navy2","voice_amplifier","clone_card_c3navy","weapon_rpw_binoculars_nvg"},
  988. command = "fleetcmdr",
  989. max = 3,
  990. salary = 3500,
  991. admin = 0,
  992. vote = false,
  993. hasLicense = false,
  994. category = "Naval Officers",
  995. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  996. level = 90,
  997. sortOrder = 4,
  998. -- Insert customCheck here if you have one and want one.
  999. })
  1000.  
  1001. TEAM_FLEETLTCO = DarkRP.createJob("Naval Lieutenant Commander", {
  1002. color = Color(122, 122, 122, 255),
  1003. model = {"models/imperial_officer/msc/grey/grey_m.mdl"},
  1004. description = [[Congratulations! You are a Naval Lieutenant Commander. Lead the First Order into victory!]],
  1005. weapons = {"tfa_navy2", "voice_amplifier","clone_card_c3navy","weapon_rpw_binoculars_nvg"},
  1006. command = "fleetltco",
  1007. max = 0,
  1008. salary = 3000,
  1009. admin = 0,
  1010. vote = false,
  1011. hasLicense = false,
  1012. category = "Naval Officers",
  1013. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1014. level = 90,
  1015. sortOrder = 5,
  1016. -- Insert customCheck here if you have one and want one.
  1017. })
  1018.  
  1019. TEAM_FLEETLT = DarkRP.createJob("Naval Lieutenant", {
  1020. color = Color(122, 122, 122, 255),
  1021. model = {"models/imperial_officer/gov/sec_clerk/sc_m.mdl"},
  1022. description = [[Congratulations! You are a Naval Lieutenant. Lead the First Order into victory!]],
  1023. weapons = {"tfa_navy2", "voice_amplifier","clone_card_c3navy","weapon_rpw_binoculars_nvg"},
  1024. command = "fleetlt",
  1025. max = 0,
  1026. salary = 2500,
  1027. admin = 0,
  1028. vote = false,
  1029. hasLicense = false,
  1030. category = "Naval Officers",
  1031. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1032. level = 90,
  1033. sortOrder = 6,
  1034. -- Insert customCheck here if you have one and want one.
  1035. })
  1036.  
  1037. TEAM_FLEETSUBLT = DarkRP.createJob("Naval Sublieutenant", {
  1038. color = Color(122, 122, 122, 255),
  1039. model = {"models/imperial_officer/gov/sec_clerk/sc_m.mdl"},
  1040. description = [[Congratulations! You are a Naval Sublieutenant. Lead the First Order into victory!]],
  1041. weapons = {"tfa_navy2", "voice_amplifier","clone_card_c3navy","weapon_rpw_binoculars_nvg"},
  1042. command = "fleetsublt",
  1043. max = 0,
  1044. salary = 2000,
  1045. admin = 0,
  1046. vote = false,
  1047. hasLicense = false,
  1048. category = "Naval Officers",
  1049. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1050. level = 90,
  1051. sortOrder = 7,
  1052. -- Insert customCheck here if you have one and want one.
  1053. })
  1054.  
  1055. TEAM_FLEETENSIGN = DarkRP.createJob("Naval Ensign", {
  1056. color = Color(122, 122, 122, 255),
  1057. model = {"models/imperial_officer/navy/commodore_lieutenant/cl_m.mdl"},
  1058. description = [[Congratulations! You are a Naval Ensign. Lead the First Order into victory!]],
  1059. weapons = {"tfa_navy2", "voice_amplifier","clone_card_c3navy","weapon_rpw_binoculars_nvg"},
  1060. command = "fleetensign",
  1061. max = 0,
  1062. salary = 1500,
  1063. admin = 0,
  1064. vote = false,
  1065. hasLicense = false,
  1066. category = "Naval Officers",
  1067. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1068. level = 90,
  1069. sortOrder = 8,
  1070. -- Insert customCheck here if you have one and want one.
  1071. })
  1072.  
  1073. TEAM_FLEETMIDSHIPMAN = DarkRP.createJob("Naval Midshipman", {
  1074. color = Color(122, 122, 122, 255),
  1075. model = {"models/imperial_officer/navy/commodore_lieutenant/cl_m.mdl"},
  1076. description = [[Congratulations! You are a Naval Midshipman. Lead the First Order into victory!]],
  1077. weapons = {"tfa_navy2","voice_amplifier","clone_card_c3navy","weapon_rpw_binoculars_nvg"},
  1078. command = "fltmidshipman",
  1079. max = 0,
  1080. salary = 1000,
  1081. admin = 0,
  1082. vote = false,
  1083. hasLicense = false,
  1084. category = "Naval Officers",
  1085. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1086. level = 90,
  1087. sortOrder = 9,
  1088. -- Insert customCheck here if you have one and want one.
  1089. })
  1090.  
  1091. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1092. Military Command - Generals
  1093. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1094.  
  1095. TEAM_SURFACEMARSHAL = DarkRP.createJob("High Command Surface Marshal", {
  1096. color = Color(4, 0, 100, 255),
  1097. model = {"models/imperial_officer/isb/operative/op_m.mdl","models/player/star wars the force awakens/first order trooper/hunter/first_order_shadowtrooper2.mdl"},
  1098. description = [[Congratulations! You are the Surface Marshal. A breathtaking and influential leader.]],
  1099. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg"},
  1100. command = "surfacemarshal",
  1101. max = 1,
  1102. salary = 9000,
  1103. admin = 0,
  1104. vote = false,
  1105. hasLicense = false,
  1106. category = "First Order High Command",
  1107. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1108. level = 100,
  1109. sortOrder = 6,
  1110. -- Insert customCheck here if you have one and want one.
  1111. })
  1112.  
  1113. TEAM_HIGHGENERAL = DarkRP.createJob("High Command High General", {
  1114. color = Color(4, 0, 100, 255),
  1115. model = {"models/imperial_officer/isb/operative/op_m.mdl","models/player/star wars the force awakens/first order trooper/hunter/first_order_shadowtrooper2.mdl"},
  1116. description = [[Congratulations! You are the High General. A breathtaking and influential leader.]],
  1117. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg"},
  1118. command = "highgeneral",
  1119. max = 1,
  1120. salary = 8000,
  1121. admin = 0,
  1122. vote = false,
  1123. hasLicense = false,
  1124. category = "First Order High Command",
  1125. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1126. level = 100,
  1127. sortOrder = 7,
  1128. -- Insert customCheck here if you have one and want one.
  1129. })
  1130.  
  1131. TEAM_GENERAL = DarkRP.createJob("High Command General", {
  1132. color = Color(4, 0, 100, 255),
  1133. model = {"models/imperial_officer/isb/operative/op_m.mdl","models/player/star wars the force awakens/first order trooper/hunter/first_order_shadowtrooper2.mdl"},
  1134. description = [[Congratulations! You are the General. A breathtaking and influential leader.]],
  1135. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg"},
  1136. command = "general",
  1137. max = 1,
  1138. salary = 7000,
  1139. admin = 0,
  1140. vote = false,
  1141. hasLicense = false,
  1142. category = "First Order High Command",
  1143. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1144. level = 100,
  1145. sortOrder = 8,
  1146. -- Insert customCheck here if you have one and want one.
  1147. })
  1148.  
  1149. TEAM_LIEUTENANTGENERAL = DarkRP.createJob("High Command Lieutenant General", {
  1150. color = Color(4, 0, 100, 255),
  1151. model = {"models/imperial_officer/isb/operative/op_m.mdl","models/player/star wars the force awakens/first order trooper/hunter/first_order_shadowtrooper2.mdl"},
  1152. description = [[Congratulations! You are the Lieutenant General. A breathtaking and influential leader.]],
  1153. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg"},
  1154. command = "lieutenantgeneral",
  1155. max = 2,
  1156. salary = 6000,
  1157. admin = 0,
  1158. vote = false,
  1159. hasLicense = false,
  1160. category = "First Order High Command",
  1161. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1162. level = 100,
  1163. sortOrder = 9,
  1164. -- Insert customCheck here if you have one and want one.
  1165. })
  1166.  
  1167. TEAM_MAJORGENERAL = DarkRP.createJob("High Command Major General", {
  1168. color = Color(4, 0, 100, 255),
  1169. model = {"models/imperial_officer/isb/operative/op_m.mdl","models/player/star wars the force awakens/first order trooper/hunter/first_order_shadowtrooper2.mdl"},
  1170. description = [[Congratulations! You are the Major General. A breathtaking and influential leader.]],
  1171. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg"},
  1172. command = "majorgeneral",
  1173. max = 2,
  1174. salary = 5000,
  1175. admin = 0,
  1176. vote = false,
  1177. hasLicense = false,
  1178. category = "First Order High Command",
  1179. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1180. level = 100,
  1181. sortOrder = 10,
  1182. -- Insert customCheck here if you have one and want one.
  1183. })
  1184.  
  1185. TEAM_BRIGADIER = DarkRP.createJob("Military Brigadier", {
  1186. color = Color(122, 122, 122, 255),
  1187. model = {"models/imperial_officer/isb/agent/ag_m.mdl","models/player/star wars the force awakens/first order trooper/hunter/first_order_shadowtrooper2.mdl"},
  1188. description = [[Congratulations! You are the Brigadier. A breathtaking and influential leader.]],
  1189. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg"},
  1190. command = "brigadier",
  1191. max = 2,
  1192. salary = 4000,
  1193. admin = 0,
  1194. vote = false,
  1195. hasLicense = false,
  1196. category = "Military Command",
  1197. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1198. level = 100,
  1199. sortOrder = 1,
  1200. -- Insert customCheck here if you have one and want one.
  1201. })
  1202.  
  1203. TEAM_HIGHCOLONEL = DarkRP.createJob("Military High Colonel", {
  1204. color = Color(122, 122, 122, 255),
  1205. model = {"models/imperial_officer/navy/admiral/ad_m.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_228thtrooper.mdl"},
  1206. description = [[Congratulations! You are the High Colonel. A breathtaking and influential leader.]],
  1207. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg"},
  1208. command = "highcolonel",
  1209. max = 0,
  1210. salary = 2000,
  1211. admin = 0,
  1212. vote = false,
  1213. hasLicense = false,
  1214. category = "Military Command",
  1215. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1216. level = 100,
  1217. sortOrder = 2,
  1218. -- Insert customCheck here if you have one and want one.
  1219. })
  1220.  
  1221. TEAM_COLONEL = DarkRP.createJob("Military Colonel", {
  1222. color = Color(122, 122, 122, 255),
  1223. model = {"models/imperial_officer/navy/ensign_cadet/ec_m.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_228thtrooper.mdl"},
  1224. description = [[Congratulations! You are the Colonel. A breathtaking and influential leader.]],
  1225. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg"},
  1226. command = "colonel",
  1227. max = 0,
  1228. salary = 2000,
  1229. admin = 0,
  1230. vote = false,
  1231. hasLicense = false,
  1232. category = "Military Command",
  1233. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1234. level = 100,
  1235. sortOrder = 3,
  1236. -- Insert customCheck here if you have one and want one.
  1237. })
  1238.  
  1239. TEAM_LIEUTENANTCOLONEL = DarkRP.createJob("Military Lieutenant Colonel", {
  1240. color = Color(122, 122, 122, 255),
  1241. model = {"models/imperial_officer/navy/ensign_cadet/ec_m.mdl","models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_228thtrooper.mdl"},
  1242. description = [[Congratulations! You are the Colonel. A breathtaking and influential leader.]],
  1243. weapons = {"clone_card_c3navy","voice_amplifier","stunstick","tfa_navy2","tfa_f11_advanced","weapon_rpw_binoculars_nvg"},
  1244. command = "lieutenantcolonel",
  1245. max = 0,
  1246. salary = 1000,
  1247. admin = 0,
  1248. vote = false,
  1249. hasLicense = false,
  1250. category = "Military Command",
  1251. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1252. level = 100,
  1253. sortOrder = 4,
  1254. -- Insert customCheck here if you have one and want one.
  1255. })
  1256.  
  1257. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1258. Legacy
  1259. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1260.  
  1261. TEAM_HK51 = DarkRP.createJob("HK Unit", {
  1262. color = Color(156, 99, 0, 255),
  1263. model = {"models/nikout/swtor/npc/hk51.mdl","models/nikout/swtor/npc/hk47.mdl"},
  1264. description = [[Congratulations! You are an ancient droid constructed by the Czerka Corporation. You are skilled in assassination.]],
  1265. weapons = {"weapon_camo","tfa_kotor_bp_4","tfa_e11d_extended","keys","clone_card_c1","tfa_imperialdisruptor_extended"},
  1266. command = "hkdroid",
  1267. max = 4,
  1268. salary = 500,
  1269. admin = 0,
  1270. vote = false,
  1271. hasLicense = false,
  1272. category = "Legacy Neutral Jobs",
  1273. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (255) end,
  1274. level = 0
  1275. -- Insert customCheck here if you have one and want one.
  1276. })
  1277.  
  1278. TEAM_MAINTAIN = DarkRP.createJob("Maintenance Droid", {
  1279. color = Color(156, 99, 0, 255),
  1280. 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"},
  1281. description = [[Congratulations! You are a Maintenance Droid. Capable of performing many tasks required.]],
  1282. weapons = {"weapon_drr_repairtool" , "fire_extinguisher" , "weapon_drr_radar", "realistic_hook","clone_card_c1","keys"},
  1283. command = "main",
  1284. max = 4,
  1285. salary = 500,
  1286. admin = 0,
  1287. vote = false,
  1288. hasLicense = false,
  1289. category = "Legacy Neutral Jobs",
  1290. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1291. level = 0
  1292. -- Insert customCheck here if you have one and want one.
  1293. })
  1294.  
  1295.  
  1296. TEAM_JEDIHUNTER = DarkRP.createJob("Jedi Hunter", {
  1297. color = Color(156, 99, 0, 255),
  1298. model = {"models/jazzmcfly/jka/eg5/jka_eg5.mdl"},
  1299. description = [[Congratulations! You are a Jedi Hunter. Tasked with hunting down the remaining jedi so the First Order can emerge victorious!]],
  1300. weapons = {"tfa_swch_e5","weapon_jew_e60r","keys","clone_card_c1","tfa_dlt19_extended","weapon_lightsaber_jedihunter"},
  1301. command = "hunter",
  1302. max = 4,
  1303. salary = 500,
  1304. admin = 0,
  1305. vote = false,
  1306. hasLicense = false,
  1307. category = "Legacy Neutral Jobs",
  1308. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1309. level = 0
  1310. -- Insert customCheck here if you have one and want one.
  1311. })
  1312.  
  1313. TEAM_JANITOR = DarkRP.createJob("Janitor", {
  1314. color = Color(148, 94, 94, 255),
  1315. model = {"models/byan7259/bodian_player/segular_rodian_player.mdl","models/player/chewie.mdl"} ,
  1316. description = [[Congratulations! You are a Janitor. Now clean.]],
  1317. weapons = {"keys","clone_card_c1","tfa_752_defenderoftruth","broom"},
  1318. command = "janitor",
  1319. max = 4,
  1320. salary = 50,
  1321. admin = 0,
  1322. vote = false,
  1323. hasLicense = false,
  1324. category = "Legacy Neutral Jobs",
  1325. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1326. sortOrder = 0,
  1327. -- Insert customCheck here if you have one and want one.
  1328. })
  1329.  
  1330. TEAM_BARTENDER = DarkRP.createJob("Bartender", {
  1331. color = Color(87, 118, 168, 255),
  1332. model = {"models/gyan7259/geequay_player/geequay_regular_player.mdl"} ,
  1333. description = [[Congratulations! You are a Bartender. Serve drinks in the cantina.]],
  1334. weapons = {"keys","clone_card_c1","tfa_752_defenderoftruth","stunstick"},
  1335. command = "bartender",
  1336. max = 4,
  1337. salary = 500,
  1338. admin = 0,
  1339. vote = false,
  1340. hasLicense = false,
  1341. category = "Legacy Neutral Jobs",
  1342. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  1343. sortOrder = 0,
  1344. -- Insert customCheck here if you have one and want one.
  1345. })
  1346.  
  1347. TEAM_EPSILONMELEE = DarkRP.createJob("Epsilon Squadron Skirmish Trooper", {
  1348. color = Color(225, 0, 255, 255),
  1349. model = {"models/player/starwars/mistersweetroll/saberguard.mdl"},
  1350. description = [[Congratulations! You are an Epsilon Squadron Skirmish Trooper.]],
  1351. weapons = {"keys","clone_card_c1","sfw_estaff","weapon_camo","hmg","epsilonld1","e_commando_knife"},
  1352. command = "epsmelee",
  1353. max = 2,
  1354. salary = 650,
  1355. admin = 0,
  1356. vote = false,
  1357. hasLicense = false,
  1358. candemote = false,
  1359. category = "Legacy Neutral Jobs",
  1360. PlayerSpawn = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor (200) end,
  1361. sortOrder = 7,
  1362. })
  1363.  
  1364. TEAM_EPSILONSGT = DarkRP.createJob("Epsilon Squadron Veteran", {
  1365. color = Color(225, 0, 255, 255),
  1366. 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"},
  1367. description = [[Congratulations! You are an Epsilon Squadron veteran!]],
  1368. weapons = {"keys","clone_card_c1","tfa_swch_dc15a_scoped","zeus_thermaldet","tfa_swch_dc17","weapon_camo","e_commando_knife"},
  1369. command = "epssgt",
  1370. max = 0,
  1371. salary = 500,
  1372. admin = 0,
  1373. vote = false,
  1374. hasLicense = false,
  1375. candemote = false,
  1376. category = "Legacy Neutral Jobs",
  1377. PlayerSpawn = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor (200) end,
  1378. sortOrder = 4,
  1379. })
  1380.  
  1381. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1382. SITH ORDER
  1383. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1384.  
  1385.  
  1386. TEAM_KYLOREN = DarkRP.createJob("Kylo Ren", {
  1387. color = Color(255, 4, 0, 255),
  1388. model = {"models/kryptonite/sbfii_kylo_ren/sbfii_kylo_ren2.mdl"},
  1389. description = [[Congratulations! You are Kylo Ren. The leading member of the Knights Of Ren and feared by many.]],
  1390. weapons = {"weapon_hpwr_stick","weapon_lightsaber_kylo", "tfa_scoutblaster_extended", "clone_card_c3navy", "blink_swep","weapon_camo","wos_inventory"},
  1391. command = "kyloren",
  1392. max = 1,
  1393. salary = 2000,
  1394. admin = 0,
  1395. vote = false,
  1396. hasLicense = false,
  1397. category = "Ren Council",
  1398. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1399. sortOrder = 0,
  1400. -- Insert customCheck here if you have one and want one.
  1401. })
  1402.  
  1403. TEAM_ARCANN = DarkRP.createJob("Ren Council Arcann", {
  1404. color = Color(255, 4, 0, 255),
  1405. model = {"models/arcann/arcann.mdl"},
  1406. description = [[Congratulations! You are Arcann. Skilled in lightsaber combat and a master of the force.]],
  1407. weapons = {"weapon_hpwr_stick","weapon_lightsaber_council_double","weapon_lightsaber_council","tfa_scoutblaster_extended", "weapon_camo", "blink_swep", "clone_card_c3navy","wos_inventory"},
  1408. command = "renarcann",
  1409. max = 1,
  1410. salary = 1750,
  1411. admin = 0,
  1412. vote = false,
  1413. hasLicense = false,
  1414. category = "Ren Council",
  1415. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1416. sortOrder = 1,
  1417. -- Insert customCheck here if you have one and want one.
  1418. })
  1419.  
  1420. TEAM_NIHILUS = DarkRP.createJob("Ren Council Nihilus", {
  1421. color = Color(255, 4, 0, 255),
  1422. model = {"models/grealms/characters/darthnihilus/darthnihilus.mdl"},
  1423. description = [[Congratulations! You are Nihilus. Skilled in lightsaber combat and a master of the force.]],
  1424. weapons = {"weapon_hpwr_stick","weapon_lightsaber_council","tfa_scoutblaster_extended", "weapon_camo", "blink_swep", "clone_card_c3navy","wos_inventory"},
  1425. command = "rennihilus",
  1426. max = 1,
  1427. salary = 1750,
  1428. admin = 0,
  1429. vote = false,
  1430. hasLicense = false,
  1431. category = "Ren Council",
  1432. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1433. sortOrder = 2,
  1434. -- Insert customCheck here if you have one and want one.
  1435. })
  1436.  
  1437. TEAM_REVAN = DarkRP.createJob("Ren Council Revan", {
  1438. color = Color(255, 4, 0, 255),
  1439. model = {"models/revan/revan.mdl"},
  1440. description = [[Congratulations! You are Revan. Skilled in lightsaber combat and a master of the force.]],
  1441. weapons = {"weapon_hpwr_stick","weapon_lightsaber_council_double","weapon_lightsaber_council","tfa_scoutblaster_extended", "weapon_camo", "blink_swep", "clone_card_c3navy","wos_inventory"},
  1442. command = "renrevan",
  1443. max = 1,
  1444. salary = 1750,
  1445. admin = 0,
  1446. vote = false,
  1447. hasLicense = false,
  1448. category = "Ren Council",
  1449. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1450. sortOrder = 3,
  1451. -- Insert customCheck here if you have one and want one.
  1452. })
  1453.  
  1454. TEAM_MAUL = DarkRP.createJob("Ren Council Lana Beniko", {
  1455. color = Color(255, 4, 0, 255),
  1456. model = {"models/tfa/comm/pm_sw_lana_beniko.mdl"},
  1457. description = [[Congratulations! You are Lana Beniko. Skilled in lightsaber combat and a master of the force.]],
  1458. weapons = {"weapon_hpwr_stick","weapon_lightsaber_council","tfa_scoutblaster_extended", "weapon_camo", "blink_swep", "clone_card_c3navy","wos_inventory"},
  1459. command = "renlana",
  1460. max = 1,
  1461. salary = 1750,
  1462. admin = 0,
  1463. vote = false,
  1464. hasLicense = false,
  1465. category = "Ren Council",
  1466. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1467. sortOrder = 4,
  1468. -- Insert customCheck here if you have one and want one.
  1469. })
  1470.  
  1471. TEAM_VALKORION = DarkRP.createJob("Ren Council Valkorion", {
  1472. color = Color(255, 4, 0, 255),
  1473. model = {"models/grealms/characters/valkorion/valkorian.mdl"},
  1474. description = [[Congratulations! You are Valkorion. Skilled in lightsaber combat and a master of the force.]],
  1475. weapons = {"weapon_hpwr_stick","weapon_lightsaber_council","tfa_scoutblaster_extended", "weapon_camo", "blink_swep", "clone_card_c3navy","wos_inventory"},
  1476. command = "renvalkorion",
  1477. max = 1,
  1478. salary = 1750,
  1479. admin = 0,
  1480. vote = false,
  1481. hasLicense = false,
  1482. category = "Ren Council",
  1483. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1484. sortOrder = 5,
  1485. -- Insert customCheck here if you have one and want one.
  1486. })
  1487.  
  1488. TEAM_MARR = DarkRP.createJob("Ren Council Marr", {
  1489. color = Color(255, 4, 0, 255),
  1490. model = {"models/grealms/characters/darthmarr/darthmarr.mdl"},
  1491. description = [[Congratulations! You are Marr. Skilled in lightsaber combat and a master of the force.]],
  1492. weapons = {"weapon_hpwr_stick","weapon_lightsaber_council","tfa_scoutblaster_extended", "weapon_camo", "blink_swep", "clone_card_c3navy","wos_inventory"},
  1493. command = "renmarr",
  1494. max = 1,
  1495. salary = 1750,
  1496. admin = 0,
  1497. vote = false,
  1498. hasLicense = false,
  1499. category = "Ren Council",
  1500. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1501. sortOrder = 6,
  1502. -- Insert customCheck here if you have one and want one.
  1503. })
  1504.  
  1505. TEAM_MALGUS = DarkRP.createJob("Ren Council Malgus", {
  1506. color = Color(255, 4, 0, 255),
  1507. model = {"models/grealms/characters/malgus/malgus.mdl"},
  1508. description = [[Congratulations! You are Malgus. Skilled in lightsaber combat and a master of the force.]],
  1509. weapons = {"weapon_hpwr_stick","weapon_lightsaber_council","tfa_scoutblaster_extended", "weapon_camo", "blink_swep", "clone_card_c3navy","wos_inventory"},
  1510. command = "renmalgus",
  1511. max = 1,
  1512. salary = 1750,
  1513. admin = 0,
  1514. vote = false,
  1515. hasLicense = false,
  1516. category = "Ren Council",
  1517. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1518. sortOrder = 7,
  1519. -- Insert customCheck here if you have one and want one.
  1520. })
  1521.  
  1522. TEAM_SION = DarkRP.createJob("Ren Council Sion", {
  1523. color = Color(255, 4, 0, 255),
  1524. model = {"models/grealms/characters/darthsion/sion.mdl"},
  1525. description = [[Congratulations! You are Sion. Skilled in lightsaber combat and a master of the force.]],
  1526. weapons = {"weapon_hpwr_stick","weapon_lightsaber_council_double","weapon_lightsaber_council","tfa_scoutblaster_extended", "weapon_camo", "blink_swep", "clone_card_c3navy","wos_inventory"},
  1527. command = "rension",
  1528. max = 1,
  1529. salary = 1750,
  1530. admin = 0,
  1531. vote = false,
  1532. hasLicense = false,
  1533. category = "Ren Council",
  1534. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1535. sortOrder = 8,
  1536. -- Insert customCheck here if you have one and want one.
  1537. })
  1538.  
  1539. TEAM_VAYLIN = DarkRP.createJob("Ren Council Vaylin", {
  1540. color = Color(255, 4, 0, 255),
  1541. model = {"models/player/malacore/vaylin.mdl"},
  1542. description = [[Congratulations! You are Vaylin. Skilled in lightsaber combat and a master of the force.]],
  1543. weapons = {"weapon_hpwr_stick","weapon_lightsaber_council","tfa_scoutblaster_extended", "weapon_camo", "blink_swep", "clone_card_c3navy","wos_inventory"},
  1544. command = "renvaylin",
  1545. max = 1,
  1546. salary = 1750,
  1547. admin = 0,
  1548. vote = false,
  1549. hasLicense = false,
  1550. category = "Ren Council",
  1551. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1552. sortOrder = 9,
  1553. -- Insert customCheck here if you have one and want one.
  1554. })
  1555.  
  1556. TEAM_RENDARKLORD = DarkRP.createJob("Ren Dark Lord", {
  1557. color = Color(255, 4, 0, 255),
  1558. model = {"models/banks/rexlordskin/rex/rexlordskin.mdl","models/player/arsenic/shilen/shilen.mdl","models/player/swtor/arsenic/exp/emperor.mdl"},
  1559. description = [[Congratulations! You are a Dark Lord within the Knights Of Ren.]],
  1560. weapons = {"weapon_lightsaber_darklord","weapon_lightsaber_darklord_double","tfa_scoutblaster_extended", "weapon_camo", "blink_swep", "clone_card_c3","wos_inventory"},
  1561. command = "rendarklord",
  1562. max = 3,
  1563. salary = 1500,
  1564. admin = 0,
  1565. vote = false,
  1566. hasLicense = false,
  1567. category = "Knights Of Ren",
  1568. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1569. sortOrder = 10,
  1570. -- Insert customCheck here if you have one and want one.
  1571. })
  1572.  
  1573. TEAM_KNIGHTOFREN = DarkRP.createJob("Knight Of Ren", {
  1574. color = Color(255, 4, 0, 255),
  1575. model = {"models/gonzo/knightofren/knightofren.mdl"},
  1576. description = [[Congratulations! You are a Knight within the Knights Of Ren.]],
  1577. weapons = {"weapon_lightsaber_knight","tfa_scoutblaster_extended", "clone_card_c3","wos_inventory","weapon_camo","blink_swep"},
  1578. command = "knren",
  1579. max = 0,
  1580. salary = 1250,
  1581. admin = 0,
  1582. vote = false,
  1583. hasLicense = false,
  1584. category = "Knights Of Ren",
  1585. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1586. level = 90,
  1587. sortOrder = 11,
  1588. -- Insert customCheck here if you have one and want one.
  1589. })
  1590.  
  1591. TEAM_OVERSEER = DarkRP.createJob("Ren Overseer", {
  1592. color = Color(255, 4, 0, 255),
  1593. model = {"models/player/swtor/arsenic/undead/darth_05.mdl","models/player/swtor/arsenic/undead/darth_03.mdl","models/grealms/characters/jedibattlelord/jedibattlelord_07.mdl"},
  1594. description = [[Congratulations! You are a Overseer within the Knights Of Ren.]],
  1595. weapons = {"weapon_lightsaber_overseer","tfa_scoutblaster_extended","weapon_camo","clone_card_c2","wos_inventory"},
  1596. command = "renoverseer",
  1597. max = 3,
  1598. salary = 1000,
  1599. admin = 0,
  1600. vote = false,
  1601. hasLicense = false,
  1602. category = "Knights Of Ren",
  1603. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1604. sortOrder = 12,
  1605. -- Insert customCheck here if you have one and want one.
  1606. })
  1607.  
  1608. TEAM_RENMARAUDER = DarkRP.createJob("Ren Marauder", {
  1609. color = Color(255, 4, 0, 255),
  1610. model = {"models/player/swtor/arsenic/undead/darth_02.mdl","models/player/swtor/arsenic/undead/dhg_01.mdl","models/player/swtor/arsenic/viatic/viatic2.mdl","models/grealms/characters/darthjadus/darthjadus.mdl"},
  1611. description = [[Congratulations! You are a Marauder within the Knights Of Ren. Skilled in the arts of Lightsaber combat.]],
  1612. weapons = {"weapon_lightsaber_marauder","tfa_scoutblaster_extended","clone_card_c2","wos_inventory"},
  1613. command = "renmarauder",
  1614. max = 0,
  1615. salary = 750,
  1616. admin = 0,
  1617. vote = false,
  1618. hasLicense = false,
  1619. category = "Knights Of Ren",
  1620. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (250) end,
  1621. level = 90,
  1622. sortOrder = 13,
  1623. -- Insert customCheck here if you have one and want one.
  1624. })
  1625.  
  1626. TEAM_RENINQUISITOR = DarkRP.createJob("Ren Inquisitor", {
  1627. color = Color(255, 4, 0, 255),
  1628. model = {"models/player/swtor/arsenic/undead/darth_04.mdl","models/player/swtor/arsenic/undead/apprentice_01.mdl","models/vindican/vindican.mdl","models/machine/jedi/kage_warrior/kage_warrior_1.mdl"},
  1629. description = [[Congratulations! You are an Inquisitor within the Knights Of Ren. Skilled in the arts of sorcery.]],
  1630. weapons = {"weapon_lightsaber_inquisitor","tfa_scoutblaster_extended", "blink_swep", "clone_card_c2","wos_inventory"},
  1631. command = "reninquisitor",
  1632. max = 0,
  1633. salary = 750,
  1634. admin = 0,
  1635. vote = false,
  1636. hasLicense = false,
  1637. category = "Knights Of Ren",
  1638. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1639. level = 90,
  1640. sortOrder = 14,
  1641. -- Insert customCheck here if you have one and want one.
  1642. })
  1643.  
  1644. TEAM_RENASSASIN = DarkRP.createJob("Ren Assassin", {
  1645. color = Color(255, 4, 0, 255),
  1646. model = {"models/player/swtor/arsenic/undead/apprentice_02.mdl","models/player/swtor/arsenic/undead/lord_01.mdl","models/player/swtor/arsenic/undead/darth_01.mdl"},
  1647. description = [[Congratulations! You are an Assassin within the Knights Of Ren. Skilled in the arts of stealth.]],
  1648. weapons = {"weapon_lightsaber_assassin","tfa_scoutblaster_extended", "weapon_camo", "clone_card_c2","wos_inventory"},
  1649. command = "renassasin",
  1650. max = 0,
  1651. salary = 750,
  1652. admin = 0,
  1653. vote = false,
  1654. hasLicense = false,
  1655. category = "Knights Of Ren",
  1656. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1657. level = 90,
  1658. sortOrder = 15,
  1659. -- Insert customCheck here if you have one and want one.
  1660. })
  1661.  
  1662. TEAM_ACOLYTE = DarkRP.createJob("Ren Acolyte", {
  1663. color = Color(255, 4, 0, 255),
  1664. model = {"models/player/starwars/maulkiller.mdl"} ,
  1665. description = [[Congratulations! You are an Acolyte within the Knights Of Ren. The backbone of the Ren.]],
  1666. weapons = {"weapon_lightsaber_acolyte", "clone_card_c1","wos_inventory","tfa_scoutblaster_extended"},
  1667. command = "acolyte",
  1668. max = 0,
  1669. salary = 500,
  1670. admin = 0,
  1671. vote = false,
  1672. hasLicense = false,
  1673. category = "Knights Of Ren",
  1674. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1675. sortOrder = 16,
  1676. -- Insert customCheck here if you have one and want one.
  1677. })
  1678.  
  1679. TEAM_INITIATE = DarkRP.createJob("Ren Initiate", {
  1680. color = Color(255, 4, 0, 255),
  1681. model = {"models/vaspyr/playermodels/experimental_jedi/experimental_jedi.mdl"},
  1682. description = [[Congratulations! You are an Initiate within the Knights Of Ren.]],
  1683. weapons = {"weapon_lightsaber_initiate", "tfa_scoutblaster_extended", "clone_card_c1","wos_inventory"},
  1684. command = "initiate",
  1685. max = 0,
  1686. salary = 350,
  1687. admin = 0,
  1688. vote = false,
  1689. hasLicense = false,
  1690. category = "Knights Of Ren",
  1691. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1692. sortOrder = 17,
  1693. -- Insert customCheck here if you have one and want one.
  1694. })
  1695.  
  1696. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1697. Knights of Zakuul
  1698. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1699.  
  1700. TEAM_ZAKUULINITIATE = DarkRP.createJob("Zakuul Initiate", {
  1701. color = Color(255, 4, 0, 255),
  1702. model = {"models/grealms/characters/zakuulknight/zakuulknight.mdl"},
  1703. description = [[Congratulations! You are a Zakuul Initiate.]],
  1704. weapons = {"sfw_staffv2","sfw_test2","weapon_smallriotshield","keys","tfa_steelapistol","clone_card_c1"},
  1705. command = "zakuulinitiate",
  1706. max = 0,
  1707. salary = 350,
  1708. admin = 0,
  1709. vote = false,
  1710. hasLicense = false,
  1711. category = "Knights of Zakuul",
  1712. PlayerSpawn = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor (200) end,
  1713. sortOrder = 9,
  1714. -- Insert customCheck here if you have one and want one.
  1715. })
  1716.  
  1717. TEAM_ZAKUULKNIGHT = DarkRP.createJob("Zakuul Knight", {
  1718. color = Color(255, 4, 0, 255),
  1719. model = {"models/riki/zakyl_serwe/hound/knights_sekoula_hound.mdl","models/grealms/characters/knighttroopergen/knighttroopergen.mdl","models/grealms/characters/seargeant/seargeant.mdl","models/grealms/characters/knighttrooper/knighttrooper.mdl"},
  1720. description = [[Congratulations! You are a Zakuul Knight.]],
  1721. weapons = {"sfw_staffv2","sfw_test2","weapon_smallriotshield","keys","bf2017_se44","clone_card_c2"},
  1722. command = "zakuulknight",
  1723. max = 0,
  1724. salary = 350,
  1725. admin = 0,
  1726. vote = false,
  1727. hasLicense = false,
  1728. category = "Knights of Zakuul",
  1729. PlayerSpawn = function(ply) ply:SetMaxHealth(800) ply:SetHealth(800) ply:SetArmor (200) end,
  1730. sortOrder = 8,
  1731. -- Insert customCheck here if you have one and want one.
  1732. })
  1733.  
  1734. TEAM_ZAKUULHONOUR = DarkRP.createJob("Zakuul Honour Guard", {
  1735. color = Color(255, 4, 0, 255),
  1736. model = {"models/grealms/characters/knighttrooperhg/knighttrooperhg.mdl"},
  1737. description = [[Congratulations! You are a Zakuul Honour Guard.]],
  1738. weapons = {"sfw_staffv2","sfw_test2","weapon_smallriotshield","keys","bf2017_se44","clone_card_c2"},
  1739. command = "honour",
  1740. max = 0,
  1741. salary = 350,
  1742. admin = 0,
  1743. vote = false,
  1744. hasLicense = false,
  1745. category = "Knights of Zakuul",
  1746. PlayerSpawn = function(ply) ply:SetMaxHealth(850) ply:SetHealth(850) ply:SetArmor (200) end,
  1747. sortOrder = 7,
  1748. -- Insert customCheck here if you have one and want one.
  1749. })
  1750.  
  1751. TEAM_ZAKUULNIGHTINGALE = DarkRP.createJob("Zakuul Nightingale", {
  1752. color = Color(255, 4, 0, 255),
  1753. model = {"models/player/swtor/arsenic/beluga/beluga.mdl"},
  1754. description = [[Congratulations! You are a Zakuul Nightingale.]],
  1755. weapons = {"keys","clone_card_c3","camo_ghost","weapon_camo","bf2017_se44c","weapon_rpw_binoculars_nvg"},
  1756. command = "nightingale",
  1757. max = 2,
  1758. salary = 350,
  1759. admin = 0,
  1760. vote = false,
  1761. hasLicense = false,
  1762. category = "Knights of Zakuul",
  1763. PlayerSpawn = function(ply) ply:SetMaxHealth(800) ply:SetHealth(800) ply:SetArmor (200) end,
  1764. sortOrder = 6,
  1765. -- Insert customCheck here if you have one and want one.
  1766. })
  1767.  
  1768. TEAM_ZAKUULSCION = DarkRP.createJob("Zakuul Scion", {
  1769. color = Color(255, 4, 0, 255),
  1770. model = {"models/player/swtor/arsenic/topher/male_scion.mdl"},
  1771. description = [[Congratulations! You are a Zakuul Scion.]],
  1772. weapons = {"sfw_estaff","keys","tfa_e11d_extended","bf2017_se44","clone_card_c3","weapon_hpwr_stick"},
  1773. command = "Scion",
  1774. max = 0,
  1775. salary = 350,
  1776. admin = 0,
  1777. vote = false,
  1778. hasLicense = false,
  1779. category = "Knights of Zakuul",
  1780. PlayerSpawn = function(ply) ply:SetMaxHealth(900) ply:SetHealth(900) ply:SetArmor (200) end,
  1781. sortOrder = 4,
  1782. -- Insert customCheck here if you have one and want one.
  1783. })
  1784.  
  1785. TEAM_ZAKUULDARK = DarkRP.createJob("Zakuul Dark Knight", {
  1786. color = Color(255, 4, 0, 255),
  1787. model = {"models/grealms/characters/darktrooper/darktrooper.mdl"},
  1788. description = [[Congratulations! You are a Zakuul Dark Knight.]],
  1789. weapons = {"weapon_lightsaber_honourguard","tfa_e11d_extended","sfw_test2","sfw_staffv2","weapon_smallriotshield","keys","bf2017_se44","clone_card_c3"},
  1790. command = "dark",
  1791. max = 0,
  1792. salary = 350,
  1793. admin = 0,
  1794. vote = false,
  1795. hasLicense = false,
  1796. category = "Knights of Zakuul",
  1797. PlayerSpawn = function(ply) ply:SetMaxHealth(900) ply:SetHealth(900) ply:SetArmor (200) end,
  1798. sortOrder = 5,
  1799. -- Insert customCheck here if you have one and want one.
  1800. })
  1801.  
  1802. TEAM_ZAKUULROYAL = DarkRP.createJob("Zakuul Royal Guard", {
  1803. color = Color(255, 4, 0, 255),
  1804. model = {"models/banks/zakuulguardian/zakuulguardian.mdl"},
  1805. description = [[Congratulations! You are a Zakuul Royal Guard.]],
  1806. weapons = {"sfw_staffv2","weapon_lightsaber_honourguard","sfw_test2","weapon_smallriotshield","keys","bf2017_se44c","clone_card_c3","tfa_umbaran_blue"},
  1807. command = "Royal",
  1808. max = 0,
  1809. salary = 350,
  1810. admin = 0,
  1811. vote = false,
  1812. hasLicense = false,
  1813. category = "Knights of Zakuul",
  1814. PlayerSpawn = function(ply) ply:SetMaxHealth(950) ply:SetHealth(750) ply:SetArmor (200) end,
  1815. sortOrder = 3,
  1816. -- Insert customCheck here if you have one and want one.
  1817. })
  1818.  
  1819. TEAM_EXARCH = DarkRP.createJob("Zakuul Exarch", {
  1820. color = Color(255, 0, 0, 255),
  1821. model = "models/player/swtor/arsenic/viatic/viatic1.mdl",
  1822. description = [[You are the exarch of zakuul, guide the zakuul in the name of Prince Thexan]],
  1823. weapons = {"keys","bf2017_se44","weapon_hpwr_stick","clone_card_c3","tfa_e11d_extended","sfw_estaff"},
  1824. command = "exarch",
  1825. max = 1,
  1826. salary = 500,
  1827. admin = 0,
  1828. vote = false,
  1829. hasLicense = false,
  1830. category = "Knights of Zakuul",
  1831. sortOrder = 3,
  1832.  
  1833. PlayerSpawn = function(ply) ply:SetMaxHealth(950) ply:SetHealth(950) ply:SetArmor (200) ply: SetRunSpeed (260) end,
  1834.  
  1835. })
  1836.  
  1837.  
  1838. TEAM_ZAKUULJUSTICE = DarkRP.createJob("Zakuul High Justice", {
  1839. color = Color(255, 4, 0, 255),
  1840. model = {"models/gonzo/zakuulguardian/zakuulguardian.mdl"},
  1841. description = [[Congratulations! You are the Zakuul High Justice.]],
  1842. weapons = {"weapon_lightsaber_justice","sfw_test2","weapon_smallriotshield","keys","bf2017_se44c","clone_card_c3navy","tfa_e11d_extended","sfw_staffv2","weapon_hpwr_stick"},
  1843. command = "justice",
  1844. max = 1,
  1845. salary = 450,
  1846. admin = 0,
  1847. vote = false,
  1848. hasLicense = false,
  1849. category = "Knights of Zakuul",
  1850. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  1851. sortOrder = 2,
  1852. -- Insert customCheck here if you have one and want one.
  1853. })
  1854.  
  1855. TEAM_ZAKUULTHEXAN = DarkRP.createJob("Prince Thexan", {
  1856. color = Color(255, 4, 0, 255),
  1857. model = {"models/player/thexan/thexan.mdl"},
  1858. description = [[Congratulations! You are Thexan.]],
  1859. weapons = {"weapon_lightsaber_thexan","sfw_test2","keys","bf2017_se44c","clone_card_c3navy","tfa_e11d_extended","weapon_hpwr_stick"},
  1860. command = "thexan",
  1861. max = 1,
  1862. salary = 450,
  1863. admin = 0,
  1864. vote = false,
  1865. hasLicense = false,
  1866. category = "Knights of Zakuul",
  1867. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) ply: SetRunSpeed (260) end,
  1868. sortOrder = 1,
  1869. -- Insert customCheck here if you have one and want one.
  1870. })
  1871.  
  1872.  
  1873.  
  1874. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1875. Dark Forces
  1876. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1877.  
  1878. TEAM_DARKWOOKIE = DarkRP.createJob("Feral Tainted Wookie", {
  1879. color = Color(225, 0, 255, 255),
  1880. model = {"models/artel/burgosandflame/burgos/burgos.mdl"},
  1881. description = [[Congratulations!]],
  1882. weapons = {"keys","clone_card_c1","weapon_claws","tfa_bowcaster","tfa_swch_dc17","realistic_hook"},
  1883. command = "darkwookie",
  1884. max = 0,
  1885. salary = 350,
  1886. admin = 0,
  1887. vote = false,
  1888. hasLicense = false,
  1889. candemote = false,
  1890. category = "Dark Forces Project",
  1891. modelscale = 1.1,
  1892. PlayerSpawn = function(ply) ply:SetMaxHealth(800) ply:SetHealth(800) ply:SetArmor (100) end,
  1893. sortOrder = 1,
  1894. })
  1895.  
  1896. TEAM_DARKPURGE = DarkRP.createJob("Purge Trooper", {
  1897. color = Color(225, 0, 255, 255),
  1898. model = {"models/gonzo/darktrooperredux/darktrooperredux.mdl"},
  1899. description = [[Congratulations!]],
  1900. weapons = {"keys","clone_card_c1","chaingun_servius","tfa_heavy_e11d","weapon_plasmanade","zeus_thermaldet"},
  1901. command = "purge",
  1902. max = 0,
  1903. salary = 350,
  1904. admin = 0,
  1905. vote = false,
  1906. hasLicense = false,
  1907. candemote = false,
  1908. category = "Dark Forces Project",
  1909. modelscale = 1.3,
  1910. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (250) end,
  1911. sortOrder = 1,
  1912. })
  1913.  
  1914. TEAM_DARKPURGE = DarkRP.createJob("Death Trooper Mk2", {
  1915. color = Color(225, 0, 255, 255),
  1916. model = {"models/banks/infernodt/deathtrooper/deathtrooper.mdl"},
  1917. description = [[Congratulations!]],
  1918. weapons = {"keys","clone_card_c1","tfa_e11d_extended","zeus_thermaldet","weapon_plasmanade","tfa_se14c_extended","realistic_hook"},
  1919. command = "death",
  1920. max = 0,
  1921. salary = 350,
  1922. admin = 0,
  1923. vote = false,
  1924. hasLicense = false,
  1925. candemote = false,
  1926. category = "Dark Forces Project",
  1927. modelscale = 1.3,
  1928. PlayerSpawn = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor (200) end,
  1929. sortOrder = 1,
  1930. })
  1931.  
  1932. TEAM_DARKPURGE = DarkRP.createJob("Shadow Trooper", {
  1933. color = Color(225, 0, 255, 255),
  1934. model = {"models/blagod/mass_effect/pm/cerberus/phantom_cerb.mdl","models/blagod/mass_effect/pm/cerberus/nemesis_cerb.mdl"},
  1935. description = [[Congratulations!]],
  1936. weapons = {"keys","clone_card_c1","weapon_lightsaber_relicmaster","weapon_jew_det","realistic_hook"}, command = "ass",
  1937. max = 0,
  1938. salary = 350,
  1939. admin = 0,
  1940. vote = false,
  1941. hasLicense = false,
  1942. candemote = false,
  1943. category = "Dark Forces Project",
  1944. modelscale = 1,
  1945. PlayerSpawn = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor (200) end,
  1946. sortOrder = 1,
  1947. })
  1948.  
  1949.  
  1950.  
  1951.  
  1952. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1953. STAFF
  1954. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1955.  
  1956. TEAM_MOD = DarkRP.createJob("Staff On Duty", {
  1957. color = Color(0, 255, 240, 255),
  1958. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_pink.mdl"},
  1959. description = [[Congratulations! You are a dreaded Staff On Duty. Feared by all and a master of the physgun.]],
  1960. weapons = {"weapon_physgun", "gmod_tool", "weapon_physcannon", "clearance1", "admin_stick"},
  1961. command = "mod",
  1962. max = 0,
  1963. salary = 2000,
  1964. admin = 0,
  1965. vote = false,
  1966. hasLicense = false,
  1967. category = "Administrative",
  1968. customCheck = function(ply) return table.HasValue({"mod","headadvisor","superadmin","servermanager","trialmod","admin","admindev","admindeveloper","owner","headadmin","headadmindev","developer"}, ply:GetNWString("usergroup")) end,
  1969. PlayerLoadout = function(ply) ply:SetHealth(30000) ply:GiveAmmo(5000, "ar2") end,
  1970. PlayerSpawn = function(ply) ply:SetHealth(30000) end,
  1971. level = 1,
  1972. CustomCheckFailMsg = "Begone non staff thot!"
  1973. -- Insert customCheck here if you have one and want one.
  1974. })
  1975.  
  1976. TEAM_EVENT = DarkRP.createJob("Event Maker", {
  1977. color = Color(0, 255, 240, 255),
  1978. model = {"models/player/star wars the force awakens/first order trooper/spartanmark6/first_order_trooper_pink.mdl"},
  1979. description = [[Congratulations! You are an Event Maker. The mastermind behind all the attacks.]],
  1980. weapons = {"weapon_physgun", "gmod_tool", "weapon_physcannon", "clearance1", "admin_stick"},
  1981. command = "eventmaker",
  1982. max = 2,
  1983. salary = 2000,
  1984. admin = 0,
  1985. vote = false,
  1986. hasLicense = false,
  1987. category = "Administrative",
  1988. customCheck = function(ply) return table.HasValue({"mod","headadvisor","superadmin","servermanager","trialmod","admin","admindev","admindeveloper","owner","headadmin","headadmindev","eventmaker","developer"}, ply:GetNWString("usergroup")) end,
  1989. PlayerLoadout = function(ply) ply:SetHealth(30000) ply:GiveAmmo(5000, "ar2") end,
  1990. PlayerSpawn = function(ply) ply:SetHealth(30000) end,
  1991. level = 1,
  1992. CustomCheckFailMsg = "Begone non staff thot!"
  1993. -- Insert customCheck here if you have one and want one.
  1994. })
  1995.  
  1996. --[[---------------------------------------------------------------------------------------------------------------------------------------------------
  1997. CUSTOM JOBS
  1998. ------------------------------------------------------------------------------------------------------------------------------------------------------]]
  1999.  
  2000. TEAM_SNOKE = DarkRP.createJob("Supreme Leader", {
  2001. color = Color(255, 4, 0, 255),
  2002. model = {"models/player/supreme_leader_snoke.mdl"},
  2003. description = [[Congratulations! You are the Supreme Leader of the First Order and the most powerful within the force and lightsaber combat.]],
  2004. weapons = {"tfa_scoutblaster_extended", "weapon_lightsaber_supremeleader", "clone_card_c3navy"},
  2005. command = "snoke",
  2006. max = 1,
  2007. salary = 1000,
  2008. admin = 0,
  2009. vote = false,
  2010. hasLicense = false,
  2011. category = "Custom",
  2012. PlayerSpawn = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor (200) end,
  2013. sortOrder = 0,
  2014. customCheck = function(ply) return ply:IsAdmin() end,
  2015. })
  2016.  
  2017. --TEAM_DESANN = DarkRP.createJob("Lord Desann", {
  2018. -- color = Color(255, 4, 0, 255),
  2019. -- model = {"models/auditor/com/desan/desan.mdl"},
  2020. -- description = [[Congratulations! You are Lord Desann. A mastermind in the force.]],
  2021. -- weapons = {"tfa_fasokfjsakljfsalkjfklast","weapon_lightsaber_desann","weapon_camo", "blink_swep", "clearanceomega","weapon_slam","wos_inventory","tfa_dl44_extended"},
  2022. -- command = "desann",
  2023. -- max = 1,
  2024. -- salary = 5000,
  2025. -- admin = 0,
  2026. -- vote = false,
  2027. -- hasLicense = false,
  2028. -- category = "Custom",
  2029. --PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) ply:SetRunSpeed (260) end,
  2030. -- sortOrder = 1,
  2031. -- customCheck = function(ply) return ply:SteamID() == "STEAM_0:0:50678739" end,
  2032. --})
  2033.  
  2034. TEAM_GRIEVOUS = DarkRP.createJob("General Grievous", {
  2035. color = Color(204, 204, 204, 255),
  2036. model = {"models/sengels/grievous/general_grievous.mdl"},
  2037. 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]],
  2038. weapons = {"keys","weapon_lightsaber_grievous","wos_inventory","tfa_fasokfjsakljfsalkjfklast","tfa_swch_e5", "clone_card_c3navy"},
  2039. command = "grievous",
  2040. max = 0,
  2041. salary = 0,
  2042. admin = 0,
  2043. vote = false,
  2044. hasLicense = false,
  2045. category = "Custom",
  2046. candemote = false,
  2047. PlayerSpawn = function(ply) ply:SetMaxHealth(1500) ply:SetHealth(1500) ply:SetArmor(400) ply:SetRunSpeed(350) end,
  2048. })
  2049.  
  2050. TEAM_SHILEN = DarkRP.createJob("Lord Shilen", {
  2051. color = Color(255, 4, 0, 255),
  2052. model = {"models/player/swtor/arsenic/shilen2/shilenrevamped.mdl"},
  2053. description = [[Congratulations! You are Shilen, a mastermind of the dark side.]],
  2054. weapons = {"weapon_lightsaber_Shilen", "blink", "bf2017_se44c", "wos_inventory", "wos_demonic_acolyte", "tfa_fasokfjsakljfsalkjfklast", "clone_card_c3navy", "weapon_hpwr_stick", "weapon_camo"},
  2055. command = "shilen",
  2056. max = 1,
  2057. salary = 500,
  2058. admin = 0,
  2059. vote = false,
  2060. hasLicense = false,
  2061. category = "Custom",
  2062. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  2063. sortOrder = 1,
  2064. customCheck = function(ply) return ply:SteamID() == "STEAM_0:0:79167954" end,
  2065. })
  2066. -- TEAM_DESANNGUARD = DarkRP.createJob("Master Of Relics", {
  2067. -- color = Color(255, 4, 0, 255),
  2068. -- model = {"models/player/swtor/arsenic/exp/newimpguard.mdl"},
  2069. -- description = [[Congratulations! You are a Relic Guard. A follower of Desann and a skilled lightsaber combatant.]],
  2070. -- weapons = {"wos_inventory","clearanceomega","weapon_lightsaber_desannguard","weapon_lightsaber_relicmaster","tfa_scoutblaster_extended","blink"},
  2071. -- command = "desannguard",
  2072. -- max = 2,
  2073. -- salary = 800,
  2074. -- admin = 0,
  2075. -- vote = false,
  2076. -- hasLicense = false,
  2077. -- category = "Custom",
  2078. -- PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) ply: SetRunSpeed (240) end,
  2079. -- sortOrder = 4,
  2080. -- customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:80023723" end,
  2081. -- })
  2082.  
  2083. TEAM_MARAJADE = DarkRP.createJob("Fallen Mace Windu", {
  2084. color = Color(34, 34, 34, 255),
  2085. model = {"models/kaiido/mace_windu.mdl"},
  2086. description = [[You are the fallen Jedi Master Mace Windu!]],
  2087. weapons = {"tfa_fasokfjsakljfsalkjfklast","clone_card_c3navy","weapon_lightsaber_mara_dual","weapon_lightsaber_mara_single","weapon_hpwr_stick","weapon_camo","weapon_lightsaber_mara_double"},
  2088. command = "marajade",
  2089. max = 1,
  2090. salary = 5000,
  2091. admin = 1,
  2092. vote = false,
  2093. hasLicense = false,
  2094. category = "Custom",
  2095. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  2096. sortOrder = 1,
  2097. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:156206528" end,
  2098. })
  2099.  
  2100. TEAM_BASTILLA = DarkRP.createJob("Lady Bastilla", {
  2101. color = Color(34, 34, 34, 255),
  2102. model = {"models/player/artel/jediw3/jediw3.mdl"},
  2103. description = [[You are Lady Bastilla!]],
  2104. weapons = {"tfa_fasokfjsakljfsalkjfklast","clone_card_c3navy","weapon_lightsaber_mara_dual","weapon_lightsaber_mara_single","weapon_hpwr_stick","weapon_camo","weapon_lightsaber_mara_double","bf2017_se44c","tfa_sw_westardual","tfa_f11_shadow"},
  2105. command = "bastilla",
  2106. max = 1,
  2107. salary = 5000,
  2108. admin = 1,
  2109. vote = false,
  2110. hasLicense = false,
  2111. category = "Custom",
  2112. PlayerSpawn = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor (200) end,
  2113. sortOrder = 1,
  2114. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:51981305" end,
  2115. })
  2116.  
  2117.  
  2118.  
  2119. --[[---------------------------------------------------------------------------
  2120. Define which team joining players spawn into and what team you change to if demoted
  2121. ---------------------------------------------------------------------------]]
  2122. GAMEMODE.DefaultTeam = TEAM_CADET
  2123.  
  2124.  
  2125. --[[---------------------------------------------------------------------------
  2126. Define which teams belong to civil protection
  2127. Civil protection can set warrants, make people wanted and do some other police related things
  2128. ---------------------------------------------------------------------------]]
  2129. GAMEMODE.CivilProtection = {
  2130. [TEAM_GRANDADMIRAL] = true,
  2131. [TEAM_HIGHADMIRAL] = true,
  2132. [TEAM_FLEETADMIRAL] = true,
  2133. [TEAM_VICEADMIRAL] = true,
  2134. [TEAM_REARADMIRAL] = true,
  2135. }
  2136.  
  2137. --[[---------------------------------------------------------------------------
  2138. jobs that use the hitman menu
  2139. ---------------------------------------------------------------------------]]
  2140. DarkRP.addHitmanTeam()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement