Advertisement
Guest User

star wars jobs from looap

a guest
Jun 23rd, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.75 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:
  19. ---------------------------------------------------------------------------]]
  20.  
  21. TEAM_STC = DarkRP.createJob("Storm Trooper Commander", {
  22. color = Color(200, 200, 200, 255),
  23. model = {
  24. "models/player/fatal/troopers/commander.mdl"
  25. },
  26. description = [[You are a Storm trooper that has to earn his or hers ranks by hand.]],
  27. weapons = {"weapon_752_e11", "weapon_752bf3_dh17"},
  28. command = "ST commander",
  29. max = 1,
  30. salary = 200000,
  31. admin = 0,
  32. vote = false,
  33. hasLicense = false,
  34. candemote = false,
  35. CustomCheckFailMsg = "You are not whitelisted to this job.",
  36. category = "Storm troopers",
  37. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetArmor(1) end,
  38. PlayerDeath = function(ply) end,
  39. })
  40.  
  41. TEAM_STO = DarkRP.createJob("Storm Trooper officer", {
  42. color = Color(50, 30, 200, 255),
  43. model = {
  44. "models/player/fatal/troopers/officer.mdl"
  45. },
  46. description = [[You are a Storm trooper that has to earn his or hers ranks by hand.]],
  47. weapons = {"weapon_752_e11", "weapon_752bf3_dh17"},
  48. command = "ST officer",
  49. max = 7,
  50. salary = 100000,
  51. admin = 0,
  52. vote = false,
  53. hasLicense = false,
  54. candemote = false,
  55. CustomCheckFailMsg = "You are not whitelisted to this job.",
  56. category = "Storm troopers",
  57. PlayerSpawn = function(ply) ply:SetHealth(750) ply:SetArmor(1) end,
  58. PlayerDeath = function(ply) end,
  59. })
  60.  
  61. TEAM_STL = DarkRP.createJob("Storm Trooper Lieutenant", {
  62. color = Color(200, 200, 200, 255),
  63. model = {
  64. "models/player/fatal/troopers/sergeant.mdl"
  65. },
  66. description = [[You are a Storm trooper that has to earn his or hers ranks by hand.]],
  67. weapons = {"weapon_752_e11", "weapon_752bf3_dh17"},
  68. command = "ST Lieutenant",
  69. max = 10,
  70. salary = 10000,
  71. admin = 0,
  72. vote = false,
  73. hasLicense = false,
  74. candemote = false,
  75. CustomCheckFailMsg = "You are not whitelisted to this job.",
  76. category = "Storm troopers",
  77. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  78. PlayerDeath = function(ply) end,
  79. })
  80.  
  81. TEAM_STS = DarkRP.createJob("Storm Trooper Sergeant", {
  82. color = Color(200, 200, 200, 255),
  83. model = {
  84. "models/player/fatal/troopers/sergeant.mdl"
  85. },
  86. description = [[You are a Storm trooper that has to earn his or hers ranks by hand.]],
  87. weapons = {"weapon_752_e11", "weapon_752bf3_dh17"},
  88. command = "ST Sergeant",
  89. max = 0,
  90. salary = 1500,
  91. admin = 0,
  92. vote = false,
  93. hasLicense = false,
  94. candemote = false,
  95. category = "Storm troopers",
  96. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  97. PlayerDeath = function(ply) end,
  98. })
  99.  
  100. TEAM_STT = DarkRP.createJob("Storm Trooper", {
  101. color = Color(200, 200, 200, 255),
  102. model = {
  103. "models/player/fatal/troopers/trooper.mdl"
  104. },
  105. description = [[You are a Storm trooper that has to earn his or hers ranks by hand.]],
  106. weapons = {"weapon_752_e11", "weapon_752bf3_dh17"},
  107. command = "ST Trooper",
  108. max = 0,
  109. salary = 500,
  110. admin = 0,
  111. vote = false,
  112. hasLicense = false,
  113. candemote = false,
  114. CustomCheckFailMsg = "You are not whitelisted to this job.",
  115. category = "Storm troopers",
  116. PlayerSpawn = function(ply) ply:SetHealth(100) ply:SetArmor(1) end,
  117. PlayerDeath = function(ply) end,
  118. })
  119.  
  120. TEAM_RECRUIT = DarkRP.createJob("Storm Trooper Recruit", {
  121. color = Color(20, 150, 20, 255),
  122. model = {
  123. "models/player/scifi_bill.mdl",
  124. "models/player/scifi_male_06.mdl",
  125. "models/player/scifi_male_03.mdl",
  126. "models/player/scifi_wraith.mdl",
  127.  
  128. },
  129. description = [[You are a Storm trooper that has to earn his or hers ranks by hand.]],
  130. weapons = {"weapon_752_e11trainingnodmg"},
  131. command = "Storm Trooper Recruit",
  132. max = 0,
  133. salary = 5,
  134. admin = 0,
  135. vote = false,
  136. hasLicense = false,
  137. candemote = false,
  138. CustomCheckFailMsg = "You are whitelisted to this job.",
  139. category = "Storm trooper Recruit",
  140. PlayerSpawn = function(ply) ply:SetHealth(50) ply:SetArmor(1) end,
  141. PlayerDeath = function(ply) end,
  142. })
  143.  
  144.  
  145.  
  146.  
  147. TEAM_DTTROOPERC = DarkRP.createJob("DT Commander", {
  148. color = Color(20, 150, 20, 255),
  149. model = {
  150. "models/gonzo/whitescarreddt/whitescarreddt.mdl"
  151. },
  152. description = [[You are the DT Protect the ship from anything.]],
  153. weapons = {"tfa_e11d_extended","tfa_cadbane_rifle", "tfa_wsp_1","weapon_camo","realistic_hook"},
  154. command = "DT Commander",
  155. max = 1,
  156. salary = 200000,
  157. admin = 0,
  158. vote = false,
  159. hasLicense = false,
  160. candemote = false,
  161. category = "DT Troopers",
  162. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetArmor(1) end,
  163. PlayerDeath = function(ply) end,
  164. })
  165.  
  166. TEAM_DTTROOPERO = DarkRP.createJob("DT officer", {
  167. color = Color(20, 150, 20, 255),
  168. model = {
  169. "models/player/hydro/swbf_deathtrooper/swbf_deathtrooper.mdl"
  170. },
  171. description = [[You are the DT Protect the ship from anything.]],
  172. weapons = {"tfa_e11d_extended","tfa_cadbane_rifle", "tfa_wsp_1","weapon_camo","realistic_hook"},
  173. command = "DT officer",
  174. max = 7,
  175. salary = 100000,
  176. admin = 0,
  177. vote = false,
  178. hasLicense = false,
  179. candemote = false,
  180. category = "DT Troopers",
  181. PlayerSpawn = function(ply) ply:SetHealth(750) ply:SetArmor(1) end,
  182. PlayerDeath = function(ply) end,
  183. })
  184.  
  185. TEAM_DTTROOPERL = DarkRP.createJob("DT Lieutenant", {
  186. color = Color(20, 150, 20, 255),
  187. model = {
  188. "models/player/hydro/swbf_deathtrooper/swbf_deathtrooper.mdl"
  189. },
  190. description = [[You are the DT Protect the ship from anything.]],
  191. weapons = {"tfa_e11d_extended","tfa_cadbane_rifle", "tfa_wsp_1","weapon_camo","realistic_hook"},
  192. command = "DT Lieutenant",
  193. max = 10,
  194. salary = 10000,
  195. admin = 0,
  196. vote = false,
  197. hasLicense = false,
  198. candemote = false,
  199. category = "DT Troopers",
  200. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  201. PlayerDeath = function(ply) end,
  202. })
  203.  
  204.  
  205. TEAM_DTTROOPERS = DarkRP.createJob("DT Sergeant", {
  206. color = Color(20, 150, 20, 255),
  207. model = {
  208. "models/player/hydro/swbf_deathtrooper/swbf_deathtrooper3.mdl"
  209. },
  210. description = [[You are the DT Protect the ship from anything.]],
  211. weapons = {"tfa_e11d_extended","weapon_752bf3_e11", "tfa_wsp_1","weapon_camo","realistic_hook"},
  212. command = "DT Sergeant",
  213. max = 0,
  214. salary = 1500,
  215. admin = 0,
  216. vote = false,
  217. hasLicense = false,
  218. candemote = false,
  219. category = "DT Troopers",
  220. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  221. PlayerDeath = function(ply) end,
  222.  
  223. })
  224.  
  225.  
  226. TEAM_DTTROOPERT = DarkRP.createJob("DT Trooper", {
  227. color = Color(20, 150, 20, 255),
  228. model = {
  229. "models/player/hydro/swbf_deathtrooper/swbf_deathtrooper2.mdl"
  230. },
  231. description = [[You are the DT Protect the ship from anything.]],
  232. weapons = {"tfa_e11d_extended","weapon_752bf3_e11", "tfa_wsp_1","weapon_camo","realistic_hook"},
  233. command = "DT Trooper",
  234. max = 0,
  235. salary = 500,
  236. admin = 0,
  237. vote = false,
  238. hasLicense = false,
  239. candemote = false,
  240. category = "DT Troopers",
  241. PlayerSpawn = function(ply) ply:SetHealth(100) ply:SetArmor(1) end,
  242. PlayerDeath = function(ply) end,
  243. })
  244.  
  245. TEAM_501STC = DarkRP.createJob("501st Commander", {
  246. color = Color(20, 150, 20, 255),
  247. model = {
  248. "models/player/banks/tk_rex/tk_rex.mdl"
  249. },
  250. description = [[You are a 501st trooper that severs the lord.]],
  251. weapons = {"dc17m_shotgun","weapon_752bf3_ee3","tfa_umbaran_blue"},
  252. command = "501st Commander",
  253. max = 1,
  254. salary = 200000,
  255. admin = 0,
  256. vote = false,
  257. hasLicense = false,
  258. candemote = false,
  259. category = "501st troopers",
  260. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetArmor(1) end,
  261. PlayerDeath = function(ply) end,
  262. })
  263.  
  264. TEAM_501ST0 = DarkRP.createJob("501st officer", {
  265. color = Color(20, 150, 20, 255),
  266. model = {
  267. "models/player/banks/troopers/officer.mdl"
  268. },
  269. description = [[You are a 501st trooper that severs the lord.]],
  270. weapons = {"dc17m_shotgun","weapon_752bf3_ee3","tfa_umbaran_blue"},
  271. command = "501st officer",
  272. max = 7,
  273. salary = 100000,
  274. admin = 0,
  275. vote = false,
  276. hasLicense = false,
  277. candemote = false,
  278. category = "501st troopers",
  279. PlayerSpawn = function(ply) ply:SetHealth(750) ply:SetArmor(1) end,
  280. PlayerDeath = function(ply) end,
  281. })
  282.  
  283. TEAM_501STL = DarkRP.createJob("501st Lieutenant", {
  284. color = Color(20, 150, 20, 255),
  285. model = {
  286. "models/player/banks/troopers/sergeant.mdl"
  287. },
  288. description = [[You are a 501st trooper that severs the lord.]],
  289. weapons = {"dc17m_shotgun","weapon_752bf3_ee3","tfa_umbaran_blue"},
  290. command = "501st Lieutenant",
  291. max = 10,
  292. salary = 10000,
  293. admin = 0,
  294. vote = false,
  295. hasLicense = false,
  296. candemote = false,
  297. category = "501st troopers",
  298. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  299. PlayerDeath = function(ply) end,
  300. })
  301.  
  302. TEAM_501STS = DarkRP.createJob("501st Sergeant", {
  303. color = Color(20, 150, 20, 255),
  304. model = {
  305. "models/player/banks/troopers/sergeant.mdl"
  306. },
  307. description = [[You are a 501st trooper that severs the lord.]],
  308. weapons = {"dc17m_shotgun","weapon_752bf3_ee3","weapon_752bf3_e11"},
  309. command = "501st Sergeant",
  310. max = 0,
  311. salary = 1500,
  312. admin = 0,
  313. vote = false,
  314. hasLicense = false,
  315. candemote = false,
  316. category = "501st troopers",
  317. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  318. PlayerDeath = function(ply) end,
  319. })
  320.  
  321. TEAM_501STT = DarkRP.createJob("501st Trooper", {
  322. color = Color(20, 150, 20, 255),
  323. model = {
  324. "models/player/banks/troopers/trooper.mdl"
  325. },
  326. description = [[You are a 501st trooper that severs the lord.]],
  327. weapons = {"dc17m_shotgun","weapon_752bf3_ee3","weapon_752bf3_e11"},
  328. command = "501st Trooper",
  329. max = 0,
  330. salary = 500,
  331. admin = 0,
  332. vote = false,
  333. hasLicense = false,
  334. candemote = false,
  335. category = "501st troopers",
  336. PlayerSpawn = function(ply) ply:SetHealth(100) ply:SetArmor(1) end,
  337. PlayerDeath = function(ply) end,
  338. })
  339.  
  340. TEAM_MOB = DarkRP.createJob("Imperial Assassin Droid", {
  341. color = Color(20, 150, 20, 255),
  342. model = {
  343. "models/gonzo/ig88/ig88.mdl"
  344. },
  345. description = [[You are a Imperial Assassin Droid Hunt for the Wanted and Dont Let Shock See you.]],
  346. weapons = {"weapon_752_ihr", "weapon_swrc_det", "weapon_752bf3_t21","tfa_sw_westardual"},
  347. command = "Imperial Assassin Droid",
  348. max = 1,
  349. salary = 100000,
  350. admin = 0,
  351. vote = false,
  352. hasLicense = false,
  353. candemote = false,
  354. category = "Custom Bounty hunter",
  355. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  356. PlayerDeath = function(ply) end,
  357. })
  358. TEAM_MOB = DarkRP.createJob("Bounty Hunter Bones", {
  359. color = Color(20, 150, 20, 255),
  360. model = {
  361. "models/gonzo/mrbones/mrbones.mdl"
  362. },
  363. description = [[You are Bounty hunter you do not follow the rules dont let shock see you]],
  364. weapons = { "tfa_wsp_1"," weapon_chatterbox_minigun","weapon_752bf3_rt97c","weapon_jew_det","tfa_sw_westardual"},
  365. command = "Bounty hunter Bones",
  366. max = 1,
  367. salary = 100000,
  368. admin = 0,
  369. vote = false,
  370. hasLicense = false,
  371. candemote = false,
  372. category = "Custom Bounty hunter",
  373. PlayerSpawn = function(ply) ply:SetHealth(7500) ply:SetArmor(100) end,
  374. PlayerDeath = function(ply) end,
  375.  
  376. })
  377.  
  378.  
  379. TEAM_MOB = DarkRP.createJob("Bounty Hunter Bobba", {
  380. color = Color(20, 150, 20, 255),
  381. model = {
  382. "models/nate159/swbf/hero/hero_gunslinger_bobafett.mdl"
  383. },
  384. description = [[You are Bounty hunter you do not follow the rules dont let shock see you.]],
  385. weapons = { "weapon_752bf3_a280","weapon_752bf3_se14c","zeus_thermaldet","tfa_sw_westardual"},
  386. command = "Bounty Hunter Bobba",
  387. max = 1,
  388. salary = 100000,
  389. admin = 0,
  390. vote = false,
  391. hasLicense = false,
  392. candemote = false,
  393. category = "Custom Bounty hunter",
  394. PlayerSpawn = function(ply) ply:SetHealth(7500) ply:SetArmor(1) end,
  395. PlayerDeath = function(ply) end,
  396. })
  397.  
  398. TEAM_REBELT = DarkRP.createJob("Rebel Trooper", {
  399. color = Color(20, 150, 20, 255),
  400. model = {
  401. "models/player/sgg/starwars/rebels/r_trooper/male_01.mdl"
  402. },
  403. description = [[Do not use this unless your in a event.]],
  404. weapons = { "weapon_752bf3_a280"},
  405. command = "Rebel Trooper",
  406. max = 0,
  407. salary = 0,
  408. admin = 0,
  409. vote = false,
  410. hasLicense = false,
  411. candemote = false,
  412. category = "Vip",
  413. PlayerSpawn = function(ply) ply:SetHealth(5000) ply:SetArmor(1) end,
  414. PlayerDeath = function(ply) end,
  415. })
  416. TEAM_REBELT = DarkRP.createJob("Rebel Commander ", {
  417. color = Color(20, 150, 20, 255),
  418. model = {
  419. "models/player/sgg/starwars/rebels/r_trooper/male_04.mdl"
  420. },
  421. description = [[Do not use this unless your in a event.]],
  422. weapons = { "weapon_752bf3_a280"},
  423. command = "Rebel Commander",
  424. max = 0,
  425. salary = 0,
  426. admin = 0,
  427. vote = false,
  428. hasLicense = false,
  429. candemote = false,
  430. category = "Vip",
  431. PlayerSpawn = function(ply) ply:SetHealth(9000) ply:SetArmor(1) end,
  432. PlayerDeath = function(ply) end,
  433. })
  434.  
  435. TEAM_REBELJ = DarkRP.createJob("Jedi ", {
  436. color = Color(20, 150, 20, 255),
  437. model = {
  438. "models/player/grady/starwars/duros_padawan.mdl"
  439. },
  440. description = [[Do not use this unless your in a event.]],
  441. weapons = { "weapon_lightsaber"},
  442. command = "Jedi ",
  443. max = 0,
  444. salary = 0,
  445. admin = 0,
  446. vote = false,
  447. hasLicense = false,
  448. candemote = false,
  449. category = "Vip",
  450. PlayerSpawn = function(ply) ply:SetHealth(10000) ply:SetArmor(1) end,
  451. PlayerDeath = function(ply) end,
  452. })
  453.  
  454. TEAM_REBELJ = DarkRP.createJob("Jedi Master", {
  455. color = Color(20, 150, 20, 255),
  456. model = {
  457. "models/player/grady/starwars/keldor_master.mdl"
  458. },
  459. description = [[Do not use this unless your in a event.]],
  460. weapons = { "weapon_lightsaber"},
  461. command = "Jedi Master",
  462. max = 0,
  463. salary = 0,
  464. admin = 0,
  465. vote = false,
  466. hasLicense = false,
  467. candemote = false,
  468. category = "Vip",
  469. PlayerSpawn = function(ply) ply:SetHealth(10000) ply:SetArmor(1) end,
  470. PlayerDeath = function(ply) end,
  471. })
  472.  
  473. TEAM_IMPERILAWORKER = DarkRP.createJob("Imperial Worker", {
  474. color = Color(20, 150, 20, 255),
  475. model = {
  476. "models/player/impworker.mdl"
  477.  
  478. },
  479. description = [[Build new weapons for the empire .]],
  480. weapons = { "weapon_physgun","gmod_tool"},
  481. command = "IMPERIAL",
  482. max = 4,
  483. salary = 10000,
  484. admin = 0,
  485. vote = false,
  486. hasLicense = false,
  487. candemote = false,
  488. category = "Vip",
  489. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  490. PlayerDeath = function(ply) end,
  491. })
  492.  
  493. TEAM_SECDROID = DarkRP.createJob("Security Droid", {
  494. color = Color(20, 150, 20, 255),
  495. model = {
  496. "models/player/valley/k2so.mdl"
  497. },
  498. description = [[Keep shock safe and naval.]],
  499. weapons = { "weapon_752bf3_dlt19","weapon_fists"},
  500. command = "Security droid",
  501. max = 4,
  502. salary = 10000,
  503. admin = 0,
  504. vote = false,
  505. hasLicense = false,
  506. candemote = false,
  507. category = "Vip",
  508. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  509. PlayerDeath = function(ply) end,
  510. })
  511.  
  512. TEAM_TIEPILOT = DarkRP.createJob("Tie Pilot", {
  513. color = Color(20, 150, 20, 255),
  514. model = {
  515. "models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_02_r/pilot_imperial_orig_02_r.mdl",
  516. "models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_04_b/pilot_imperial_orig_04_b.mdl",
  517. "models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_04_b/pilot_imperial_orig_04_b.mdl"
  518. },
  519. description = [[Ask staff to spawn you a ship.]],
  520. weapons = { "weapon_752bf3_dlt19","weapon_fists"},
  521. command = "Tie Pilot",
  522. max = 4,
  523. salary = 10000,
  524. admin = 0,
  525. vote = false,
  526. hasLicense = false,
  527. candemote = false,
  528. category = "Vip",
  529. PlayerSpawn = function(ply) ply:SetHealth(350) ply:SetArmor(1) end,
  530. PlayerDeath = function(ply) end,
  531. })
  532.  
  533.  
  534. TEAM_BLACKGUARD = DarkRP.createJob("Shadow Guard", {
  535. color = Color(20, 150, 20, 255),
  536. model = {
  537. "models/player/ven/shadowguard.mdl"
  538. },
  539. description = [[You are A Shadow Guard you guard Darth Vader/fleet.]],
  540. weapons = { "weapon_lightsaber"},
  541. command = "Shadow Guard",
  542. max = 2,
  543. salary = 10000,
  544. admin = 0,
  545. vote = false,
  546. hasLicense = false,
  547. candemote = false,
  548. category = "Royal Guards ",
  549. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetArmor(1) end,
  550. PlayerDeath = function(ply) end,
  551.  
  552. })
  553.  
  554. TEAM_ROYALGUARD = DarkRP.createJob("Royal Guard", {
  555. color = Color(187, 0, 0, 255),
  556. model = {
  557. "models/player/ven/guard.mdl"
  558. },
  559. description = [[You are Royal Guard you guard Emperor Palpatine.]],
  560. weapons = { "weapon_lightsaber", "tfa_kotor_bp_5"},
  561. command = "Royal Guard",
  562. max = 4,
  563. salary = 10000,
  564. admin = 0,
  565. vote = false,
  566. hasLicense = false,
  567. candemote = false,
  568. category = "Royal Guards ",
  569. PlayerSpawn = function(ply) ply:SetHealth(525) ply:SetArmor(1) end,
  570. PlayerDeath = function(ply) end,
  571.  
  572.  
  573.  
  574. })
  575.  
  576. TEAM_ROYALGUARD = DarkRP.createJob("Saber Guards", {
  577. color = Color(20, 150, 20, 255),
  578. model = {
  579. "models/banks/zakuulguardian/zakuulguardian.mdl"
  580. },
  581. description = [[Just Do Your Job.]],
  582. weapons = { "weapon_lightsaber"},
  583. command = "Saber Guard",
  584. max = 2,
  585. salary = 10000,
  586. admin = 0,
  587. vote = false,
  588. hasLicense = false,
  589. candemote = false,
  590. category = "Sith",
  591. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetArmor(1) end,
  592. PlayerDeath = function(ply) end,
  593.  
  594. })
  595.  
  596. TEAM_DARTHVADER = DarkRP.createJob("Darth Vader", {
  597. color = Color(187, 0, 0, 255),
  598. model = {
  599. "models/nate159/swbf/hero/player/hero_sith_vader_player.mdl"
  600. },
  601. description = [[You are Darth vader you can control any of the 501st.]],
  602. weapons = {"forcechoke", "weapon_lightsaber"},
  603. command = "Darth Vader",
  604. max = 1,
  605. salary = 200000000,
  606. admin = 0,
  607. vote = false,
  608. hasLicense = false,
  609. candemote = false,
  610. category = "Sith",
  611. PlayerSpawn = function(ply) ply:SetHealth(10000) ply:SetArmor(1) end,
  612. PlayerDeath = function(ply) end,
  613. })
  614.  
  615. TEAM_NIGHTOFDARTHVADER = DarkRP.createJob("Night of Darth Vader", {
  616. color = Color(20, 150, 20, 255),
  617. model = {
  618. "models/player/sw/revan/revan.mdl"
  619. },
  620. description = [[You are Darth vader you can control any of the 501st.]],
  621. weapons = {"forcechoke", "weapon_lightsaber","weapon_forceheal","weapon_force_fists"},
  622. command = "Night of Darth Vader",
  623. max = 1,
  624. salary = 15000,
  625. admin = 0,
  626. vote = false,
  627. hasLicense = false,
  628. candemote = false,
  629. category = "Sith",
  630. PlayerSpawn = function(ply) ply:SetHealth(8000) ply:SetArmor(1) end,
  631. PlayerDeath = function(ply) end,
  632. })
  633.  
  634. TEAM_EMP = DarkRP.createJob("Emperor Palpatine", {
  635. color = Color(187, 0, 0, 255),
  636. model = {
  637. "models/player/emperor_palpatine.mdl"
  638. },
  639. description = [[You are Emperor Palpatine you can control anything you want.]],
  640. weapons = {"forcechoke", "weapon_lightsaber"},
  641. command = "Emperor Palpatine",
  642. max = 1,
  643. salary = 1000000,
  644. admin = 0,
  645. vote = false,
  646. hasLicense = false,
  647. candemote = false,
  648. category = "Sith",
  649. PlayerSpawn = function(ply) ply:SetHealth(16000) ply:SetArmor(1) end,
  650. PlayerDeath = function(ply) end,
  651. })
  652. TEAM_SAOD = DarkRP.createJob("Staff on duty", {
  653. color = Color(20, 150, 20, 255),
  654. model = {
  655. "models/player/combine_super_soldier.mdl"
  656. },
  657. description = [[Do not be afk in this job!].]],
  658. weapons = {"weapon_physgun","keys", "pocket", "stunstick", "weaponchecker", "unarrest_stick","arrest_stick"},
  659. command = "Staff on duty",
  660. max = 0,
  661. salary = 100000000000000000,
  662. admin = 0,
  663. vote = false,
  664. hasLicense = false,
  665. candemote = false,
  666. category = "Staff on duty",
  667. PlayerSpawn = function(ply) ply:SetHealth(12550) ply:SetArmor(1) end,
  668. PlayerDeath = function(ply) end,
  669. })
  670.  
  671. TEAM_MEDICGENC = DarkRP.createJob("Medical Commander", {
  672. color = Color(20, 150, 20, 255),
  673. model = {
  674. "models/player/hydro/imperial_stormsurgeon/stormsurgeon.mdl"
  675. },
  676. description = [[Go around the ship and heal or support situations.]],
  677. weapons = {"weapon_752bf3_t21", "weapon_752_dh17", "weapon_bactainjector"},
  678. command = "Medical Commander",
  679. max = 1,
  680. salary = 200000,
  681. admin = 0,
  682. vote = false,
  683. hasLicense = false,
  684. candemote = false,
  685. category = "Medic Troopers",
  686. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetArmor(1) end,
  687. PlayerDeath = function(ply) end,
  688. })
  689.  
  690. TEAM_MEDICGENO = DarkRP.createJob("Medical officer", {
  691. color = Color(20, 150, 20, 255),
  692. model = {
  693. "models/player/hydro/imperial_stormsurgeon/stormsurgeon.mdl"
  694. },
  695. description = [[Go around the ship and heal or support situations.]],
  696. weapons = {"weapon_752bf3_t21", "weapon_752_dh17", "weapon_bactainjector"},
  697. command = "Medical officer",
  698. max = 7,
  699. salary = 100000,
  700. admin = 0,
  701. vote = false,
  702. hasLicense = false,
  703. candemote = false,
  704. category = "Medic Troopers",
  705. PlayerSpawn = function(ply) ply:SetHealth(750) ply:SetArmor(1) end,
  706. PlayerDeath = function(ply) end,
  707.  
  708. })
  709.  
  710. TEAM_MEDICGENl = DarkRP.createJob("Medical Lieutenant", {
  711. color = Color(20, 150, 20, 255),
  712. model = {
  713. "models/player/hydro/imperial_stormsurgeon/stormsurgeon.mdl"
  714. },
  715. description = [[Go around the ship and heal or support situations.]],
  716. weapons = {"weapon_752bf3_t21", "weapon_752_dh17", "weapon_bactainjector"},
  717. command = "Medical Lieutenant",
  718. max = 10,
  719. salary = 10000,
  720. admin = 0,
  721. vote = false,
  722. hasLicense = false,
  723. candemote = false,
  724. category = "Medic Troopers",
  725. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  726. PlayerDeath = function(ply) end,
  727. })
  728.  
  729.  
  730. TEAM_MEDICGENS = DarkRP.createJob("Medical Sergeant", {
  731. color = Color(20, 150, 20, 255),
  732. model = {
  733. "models/player/hydro/imperial_stormsurgeon/stormsurgeon.mdl"
  734. },
  735. description = [[Go around the ship and heal or support situations.]],
  736. weapons = {"weapon_752bf3_t21", "weapon_752_dh17", "weapon_bactainjector"},
  737. command = "Medical Sergeant",
  738. max = 0,
  739. salary = 1500,
  740. admin = 0,
  741. vote = false,
  742. hasLicense = false,
  743. candemote = false,
  744. category = "Medic Troopers",
  745. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  746. PlayerDeath = function(ply) end,
  747.  
  748. })
  749.  
  750.  
  751. TEAM_MEDICGENT = DarkRP.createJob("Medical Trooper", {
  752. color = Color(20, 150, 20, 255),
  753. model = {
  754. "models/player/hydro/imperial_stormsurgeon/stormsurgeon.mdl"
  755. },
  756. description = [[Go around the ship and heal or support situations.]],
  757. weapons = {"weapon_752bf3_t21", "weapon_752_dh17", "weapon_bactainjector"},
  758. command = "Medical Trooper",
  759. max = 0,
  760. salary = 500,
  761. admin = 0,
  762. vote = false,
  763. hasLicense = false,
  764. candemote = false,
  765. category = "Medic Troopers",
  766. PlayerSpawn = function(ply) ply:SetHealth(100) ply:SetArmor(1) end,
  767. PlayerDeath = function(ply) end,
  768.  
  769.  
  770. })
  771.  
  772. TEAM_CHIMERAC = DarkRP.createJob("Chimera Commander", {
  773. color = Color(20, 150, 20, 255),
  774. model = {
  775. "models/player/hyperion/test/pm_chimera_co_v1_2.mdl"
  776. },
  777. description = [[Be stealthy.]],
  778. weapons = {"weapon_752bf3_dlt19", "tfa_wsp_4","realistic_hook", "tfa_e11d_extended","realistic_hook"},
  779. command = "Chimera Commander",
  780. max = 1,
  781. salary = 200000,
  782. admin = 0,
  783. vote = false,
  784. hasLicense = false,
  785. candemote = false,
  786. category = "Chimera Troopers",
  787. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetArmor(1) end,
  788. PlayerDeath = function(ply) end,
  789. })
  790.  
  791. TEAM_CHIMERAO = DarkRP.createJob("Chimera officer", {
  792. color = Color(20, 150, 20, 255),
  793. model = {
  794. "models/player/hyperion/chimera/pm_officer_v1_0_5.mdl"
  795. },
  796. description = [[Be stealthy.]],
  797. weapons = {"weapon_752bf3_dlt19", "tfa_wsp_4","realistic_hook", "tfa_e11d_extended","realistic_hook"},
  798. command = "Chimera officer",
  799. max = 7,
  800. salary = 100000,
  801. admin = 0,
  802. vote = false,
  803. hasLicense = false,
  804. candemote = false,
  805. category = "Chimera Troopers",
  806. PlayerSpawn = function(ply) ply:SetHealth(750) ply:SetArmor(1) end,
  807. PlayerDeath = function(ply) end,
  808.  
  809. })
  810.  
  811. TEAM_CHIMERAL = DarkRP.createJob("Chimera Lieutenant", {
  812. color = Color(20, 150, 20, 255),
  813. model = {
  814. "models/player/hyperion/chimera/pm_nco_v1.mdl"
  815. },
  816. description = [[Be stealthy.]],
  817. weapons = {"weapon_752bf3_dlt19", "tfa_wsp_4","realistic_hook", "tfa_e11d_extended","realistic_hook"},
  818. command = "Chimera Lieutenant",
  819. max = 10,
  820. salary = 10000,
  821. admin = 0,
  822. vote = false,
  823. hasLicense = false,
  824. candemote = false,
  825. category = "Chimera Troopers",
  826. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  827. PlayerDeath = function(ply) end,
  828. })
  829.  
  830.  
  831. TEAM_CHIMERAS = DarkRP.createJob("Chimera Sergeant", {
  832. color = Color(20, 150, 20, 255),
  833. model = {
  834. "models/player/hyperion/chimera/pm_nco_v1.mdl"
  835. },
  836. description = [[Be stealthy.]],
  837. weapons = {"weapon_752bf3_e11", "tfa_wsp_4","realistic_hook","tfa_e11d_extended","realistic_hook"},
  838. command = "Chimera Sergeant",
  839. max = 0,
  840. salary = 1500,
  841. admin = 0,
  842. vote = false,
  843. hasLicense = false,
  844. candemote = false,
  845. category = "Chimera Troopers",
  846. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  847. PlayerDeath = function(ply) end,
  848.  
  849. })
  850.  
  851.  
  852. TEAM_CHIMERAT = DarkRP.createJob("Chimera Trooper", {
  853. color = Color(20, 150, 20, 255),
  854. model = {
  855. "models/player/hyperion/chimera/pm_trooper_v1_1.mdl"
  856. },
  857. description = [[Be stealthy.]],
  858. weapons = {"weapon_752bf3_e11", "tfa_wsp_4","realistic_hook", "tfa_e11d_extended","realistic_hook"},
  859. command = "chimera Trooper",
  860. max = 0,
  861. salary = 500,
  862. admin = 0,
  863. vote = false,
  864. hasLicense = false,
  865. candemote = false,
  866. category = "Chimera Troopers",
  867. PlayerSpawn = function(ply) ply:SetHealth(100) ply:SetArmor(1) end,
  868. PlayerDeath = function(ply) end,
  869.  
  870. })
  871.  
  872. TEAM_SHOCKTROOPERC = DarkRP.createJob("Shock Commander", {
  873. color = Color(187, 0, 0, 255),
  874. model = {
  875. "models/player/sini/sc_commander_sini.mdl"
  876. },
  877. description = [[Go around the ship keep people safe and aos people not following the rules.]],
  878. weapons = {"stunstick","weapon_752bf3_se14r", "weapon_752bf3_ee3","weapon_752bf3_t21", "unarrest_stick","arrest_stick","stungun"},
  879. command = "Shock Commander",
  880. max = 1,
  881. salary = 200000,
  882. admin = 0,
  883. vote = false,
  884. hasLicense = false,
  885. candemote = false,
  886. category = "Shock Troopers",
  887. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetArmor(1) end,
  888. PlayerDeath = function(ply) end,
  889. })
  890.  
  891. TEAM_SHOCKTROOPERO = DarkRP.createJob("Shock officer", {
  892. color = Color(187, 0, 0, 255),
  893. model = {
  894. "models/player/sini/sc_exo_sini.mdl"
  895. },
  896. description = [[Go around the ship keep people safe and aos people not following the rules.]],
  897. weapons = {"stunstick","weapon_752bf3_se14r", "weapon_752bf3_ee3","weapon_752bf3_t21", "unarrest_stick","arrest_stick","stungun"},
  898. command = "Shock officer",
  899. max = 7,
  900. salary = 100000,
  901. admin = 0,
  902. vote = false,
  903. hasLicense = false,
  904. candemote = false,
  905. category = "Shock Troopers",
  906. PlayerSpawn = function(ply) ply:SetHealth(750) ply:SetArmor(1) end,
  907. PlayerDeath = function(ply) end,
  908.  
  909. })
  910.  
  911. TEAM_SHOCKTROOPERL = DarkRP.createJob("Shock Lieutenant", {
  912. color = Color(187, 0, 0, 255),
  913. model = {
  914. "models/player/sini/sc_lt_sini.mdl"
  915. },
  916. description = [[Go around the ship keep people safe and aos people not following the rules.]],
  917. weapons = {"stunstick","weapon_752bf3_se14r", "weapon_752bf3_ee3","weapon_752bf3_t21", "unarrest_stick","arrest_stick","stungun"},
  918. command = "Shock Lieutenant",
  919. max = 10,
  920. salary = 10000,
  921. admin = 0,
  922. vote = false,
  923. hasLicense = false,
  924. candemote = false,
  925. category = "Shock Troopers",
  926. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  927. PlayerDeath = function(ply) end,
  928. })
  929.  
  930.  
  931. TEAM_SHOCKTROOPERS = DarkRP.createJob("Shock Sergeant", {
  932. color = Color(187, 0, 0, 255),
  933. model = {
  934. "models/player/sini/sc_sgt_sini.mdl"
  935. },
  936. description = [[Go around the ship keep people safe and aos people not following the rules.]],
  937. weapons = {"stunstick","weapon_752bf3_e11", "weapon_752bf3_ee3","weapon_752bf3_t21", "unarrest_stick","arrest_stick","stungun"},
  938. command = "Shock Sergeant",
  939. max = 0,
  940. salary = 1500,
  941. admin = 0,
  942. vote = false,
  943. hasLicense = false,
  944. candemote = false,
  945. category = "Shock Troopers",
  946. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  947. PlayerDeath = function(ply) end,
  948.  
  949. })
  950.  
  951.  
  952. TEAM_SHOCKTROOPERT = DarkRP.createJob("Shock Trooper", {
  953. color = Color(187, 0, 0, 255),
  954. model = {
  955. "models/player/sini/sc_stormtrooper_sini.mdl"
  956. },
  957. description = [[Go around the ship keep people safe and aos people not following the rules.]],
  958. weapons = {"stunstick","weapon_752bf3_e11", "weapon_752bf3_ee3","weapon_752bf3_t21", "unarrest_stick","arrest_stick","stungun"},
  959. command = "Shock Trooper",
  960. max = 0,
  961. salary = 500,
  962. admin = 0,
  963. vote = false,
  964. hasLicense = false,
  965. candemote = false,
  966. category = "Shock Troopers",
  967. PlayerSpawn = function(ply) ply:SetHealth(100) ply:SetArmor(1) end,
  968. PlayerDeath = function(ply) end,
  969.  
  970.  
  971. })
  972.  
  973.  
  974.  
  975. TEAM_104THC = DarkRP.createJob("104th Commander", {
  976. color = Color(20, 150, 20, 255),
  977. model = {
  978. "models/gonzo/wpscdr/wpscdr.mdl"
  979. },
  980. description = [[You are a 104th trooper you must protect your brothers.]],
  981. weapons = {"weapon_752_dc17m_br","tfa_dlt19x", "chaingun_servius","weapon_752bf3_dl44"},
  982. command = "104th Commander",
  983. max = 1,
  984. salary = 200000,
  985. admin = 0,
  986. vote = false,
  987. hasLicense = false,
  988. candemote = false,
  989. category = "104th Troopers",
  990. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetArmor(1) end,
  991. PlayerDeath = function(ply) end,
  992. })
  993.  
  994. TEAM_104THO = DarkRP.createJob("104th officer", {
  995. color = Color(20, 150, 20, 255),
  996. model = {
  997. "models/gonzo/wpsmjr/wpsmjr.mdl"
  998. },
  999. description = [[You are a 104th trooper you must protect your brothers.]],
  1000. weapons = {"weapon_752_dc17m_br","tfa_dlt19x", "chaingun_servius","weapon_752bf3_dl44"},
  1001. command = "104th officer",
  1002. max = 7,
  1003. salary = 100000,
  1004. admin = 0,
  1005. vote = false,
  1006. hasLicense = false,
  1007. candemote = false,
  1008. category = "104th Troopers",
  1009. PlayerSpawn = function(ply) ply:SetHealth(750) ply:SetArmor(1) end,
  1010. PlayerDeath = function(ply) end,
  1011.  
  1012. })
  1013.  
  1014. TEAM_104THL = DarkRP.createJob("104th Lieutenant", {
  1015. color = Color(20, 150, 20, 255),
  1016. model = {
  1017. "models/gonzo/wpssgt/wpssgt.mdl"
  1018. },
  1019. description = [[You are a 104th trooper you must protect your brothers.]],
  1020. weapons = {"weapon_752_dc17m_br","tfa_dlt19x", "chaingun_servius","weapon_752bf3_dl44"},
  1021. command = "104th Lieutenant",
  1022. max = 10,
  1023. salary = 10000,
  1024. admin = 0,
  1025. vote = false,
  1026. hasLicense = false,
  1027. candemote = false,
  1028. category = "104th Troopers",
  1029. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  1030. PlayerDeath = function(ply) end,
  1031. })
  1032.  
  1033.  
  1034. TEAM_104THS = DarkRP.createJob("104th Sergeant", {
  1035. color = Color(20, 150, 20, 255),
  1036. model = {
  1037. "models/gonzo/wpssgt/wpssgt.mdl"
  1038. },
  1039. description = [[You are a 104th trooper you must protect your brothers.]],
  1040. weapons = {"weapon_752_dc17m_br","weapon_752bf3_e11", "chaingun_servius","weapon_752bf3_dl44"},
  1041. command = "104th Sergeant",
  1042. max = 0,
  1043. salary = 1500,
  1044. admin = 0,
  1045. vote = false,
  1046. hasLicense = false,
  1047. candemote = false,
  1048. category = "104th Troopers",
  1049. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  1050. PlayerDeath = function(ply) end,
  1051.  
  1052. })
  1053.  
  1054.  
  1055. TEAM_104THT = DarkRP.createJob("104th Trooper", {
  1056. color = Color(20, 150, 20, 255),
  1057. model = {
  1058. "models/gonzo/wpstrp/wpstrp.mdl"
  1059. },
  1060. description = [[You are a 104th trooper you must protect your brothers.]],
  1061. weapons = {"weapon_752_dc17m_br","weapon_752bf3_e11", "chaingun_servius","weapon_752bf3_dl44"},
  1062. command = "104th Trooper",
  1063. max = 0,
  1064. salary = 500,
  1065. admin = 0,
  1066. vote = false,
  1067. hasLicense = false,
  1068. candemote = false,
  1069. category = "104th Troopers",
  1070. PlayerSpawn = function(ply) ply:SetHealth(100) ply:SetArmor(1) end,
  1071. PlayerDeath = function(ply) end,
  1072. })
  1073.  
  1074.  
  1075.  
  1076. TEAM_NOVATROOPERC = DarkRP.createJob("Nova Commander", {
  1077. color = Color(20, 150, 20, 255),
  1078. model = {
  1079. "models/player/banks/egnovacom/egnovacom.mdl"
  1080. },
  1081. description = [[You are a Nova trooper follow your brothers.]],
  1082. weapons = {"tfa_westar_green","weapon_jew_dc17m_at", "tfa_kotor_br_3"},
  1083. command = "Nova Commander",
  1084. max = 1,
  1085. salary = 200000,
  1086. admin = 0,
  1087. vote = false,
  1088. hasLicense = false,
  1089. candemote = false,
  1090. category = "Nova Troopers",
  1091. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetArmor(1) end,
  1092. PlayerDeath = function(ply) end,
  1093. })
  1094.  
  1095. TEAM_NOVATROOPERO = DarkRP.createJob("Nova officer", {
  1096. color = Color(20, 150, 20, 255),
  1097. model = {
  1098. "models/player/banks/egnovalt/egnovalt.mdl"
  1099. },
  1100. description = [[You are a Nova trooper follow your brothers.]],
  1101. weapons = {"tfa_westar_green","tfa_kotor_br_3", "weapon_jew_dc17m_at"},
  1102. command = "Nova officer",
  1103. max = 7,
  1104. salary = 100000,
  1105. admin = 0,
  1106. vote = false,
  1107. hasLicense = false,
  1108. candemote = false,
  1109. category = "Nova Troopers",
  1110. PlayerSpawn = function(ply) ply:SetHealth(750) ply:SetArmor(1) end,
  1111. PlayerDeath = function(ply) end,
  1112.  
  1113. })
  1114.  
  1115. TEAM_NOVATROOPERL = DarkRP.createJob("Nova Lieutenant", {
  1116. color = Color(20, 150, 20, 255),
  1117. model = {
  1118. "models/player/banks/egnovasgt/egnovasgt.mdl"
  1119. },
  1120. description = [[You are a Nova trooper follow your brothers.]],
  1121. weapons = {"tfa_westar_green","tfa_kotor_br_3", "weapon_jew_dc17m_at"},
  1122. command = "Nova Lieutenant",
  1123. max = 10,
  1124. salary = 10000,
  1125. admin = 0,
  1126. vote = false,
  1127. hasLicense = false,
  1128. candemote = false,
  1129. category = "Nova Troopers",
  1130. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  1131. PlayerDeath = function(ply) end,
  1132. })
  1133.  
  1134.  
  1135. TEAM_NOVATROOPERS = DarkRP.createJob("Nova Sergeant", {
  1136. color = Color(20, 150, 20, 255),
  1137. model = {
  1138. "models/player/hydro/novatrooper_sentinel/novatrooper_sentinel.mdl"
  1139. },
  1140. description = [[You are a Nova trooper follow your brothers.]],
  1141. weapons = {"weapon_752bf3_e11","tfa_kotor_br_3", "weapon_jew_dc17m_at"},
  1142. command = "Nova Sergeant",
  1143. max = 0,
  1144. salary = 1500,
  1145. admin = 0,
  1146. vote = false,
  1147. hasLicense = false,
  1148. candemote = false,
  1149. category = "Nova Troopers",
  1150. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  1151. PlayerDeath = function(ply) end,
  1152.  
  1153. })
  1154.  
  1155.  
  1156. TEAM_NOVATROOPERT = DarkRP.createJob("Nova Trooper", {
  1157. color = Color(20, 150, 20, 255),
  1158. model = {
  1159. "models/player/hydro/novatrooper/novatrooper.mdl"
  1160. },
  1161. description = [[You are a Nova trooper follow your brothers.]],
  1162. weapons = {"weapon_752bf3_e11","tfa_kotor_br_3", "weapon_jew_dc17m_at"},
  1163. command = "Nova Trooper",
  1164. max = 0,
  1165. salary = 500,
  1166. admin = 0,
  1167. vote = false,
  1168. hasLicense = false,
  1169. candemote = false,
  1170. category = "Nova Troopers",
  1171. PlayerSpawn = function(ply) ply:SetHealth(100) ply:SetArmor(1) end,
  1172. PlayerDeath = function(ply) end,
  1173. })
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180. TEAM_212THTROOPERC = DarkRP.createJob("212th Commander", {
  1181. color = Color(20, 150, 20, 255),
  1182. model = {
  1183. "models/player/sini/212th_commander_sini.mdl"
  1184. },
  1185. description = [[You are a Nova trooper follow your brothers.]],
  1186. weapons = {"tfa_t21_extended", "dc17m_shotgun","tfa_dc17chrome","realistic_hook"},
  1187. command = "212th Commander",
  1188. max = 1,
  1189. salary = 200000,
  1190. admin = 0,
  1191. vote = false,
  1192. hasLicense = false,
  1193. candemote = false,
  1194. category = "212th Troopers",
  1195. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetArmor(1) end,
  1196. PlayerDeath = function(ply) end,
  1197. })
  1198.  
  1199. TEAM_212THTROOPERO = DarkRP.createJob("212th officer", {
  1200. color = Color(20, 150, 20, 255),
  1201. model = {
  1202. "models/player/sini/212th_exo_sini.mdl"
  1203. },
  1204. description = [[You are a Nova trooper follow your brothers.]],
  1205. weapons = {"tfa_t21_extended", "dc17m_shotgun","tfa_dc17chrome","realistic_hook"},
  1206. command = "212th officer",
  1207. max = 7,
  1208. salary = 100000,
  1209. admin = 0,
  1210. vote = false,
  1211. hasLicense = false,
  1212. candemote = false,
  1213. category = "212th Troopers",
  1214. PlayerSpawn = function(ply) ply:SetHealth(750) ply:SetArmor(1) end,
  1215. PlayerDeath = function(ply) end,
  1216.  
  1217. })
  1218.  
  1219. TEAM_212THTROOPERL = DarkRP.createJob("212th Lieutenant", {
  1220. color = Color(20, 150, 20, 255),
  1221. model = {
  1222. "models/player/sini/212th_lt_sini.mdl"
  1223. },
  1224. description = [[You are a Nova trooper follow your brothers.]],
  1225. weapons = {"tfa_t21_extended", "dc17m_shotgun","tfa_dc17chrome"},
  1226. command = "212th Lieutenant",
  1227. max = 10,
  1228. salary = 10000,
  1229. admin = 0,
  1230. vote = false,
  1231. hasLicense = false,
  1232. candemote = false,
  1233. category = "212th Troopers",
  1234. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  1235. PlayerDeath = function(ply) end,
  1236. })
  1237.  
  1238.  
  1239. TEAM_212THTROOPERS = DarkRP.createJob("212th Sergeant", {
  1240. color = Color(20, 150, 20, 255),
  1241. model = {
  1242. "models/player/sini/212th_sgt_sini.mdl"
  1243. },
  1244. description = [[You are a Nova trooper follow your brothers.]],
  1245. weapons = {"tfa_t21_extended", "dc17m_shotgun","weapon_752bf3_e11","realistic_hook"},
  1246. command = "212th Sergeant",
  1247. max = 0,
  1248. salary = 1500,
  1249. admin = 0,
  1250. vote = false,
  1251. hasLicense = false,
  1252. candemote = false,
  1253. category = "212th Troopers",
  1254. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  1255. PlayerDeath = function(ply) end,
  1256.  
  1257. })
  1258.  
  1259.  
  1260. TEAM_212THTROOPERT = DarkRP.createJob("212th Trooper", {
  1261. color = Color(20, 150, 20, 255),
  1262. model = {
  1263. "models/player/sini/212th_stormtrooper_sini.mdl"
  1264. },
  1265. description = [[You are a Nova trooper follow your brothers.]],
  1266. weapons = {"tfa_t21_extended", "dc17m_shotgun","weapon_752bf3_e11","realistic_hook"},
  1267. command = "212th Trooper",
  1268. max = 0,
  1269. salary = 500,
  1270. admin = 0,
  1271. vote = false,
  1272. hasLicense = false,
  1273. candemote = false,
  1274. category = "212th Troopers",
  1275. PlayerSpawn = function(ply) ply:SetHealth(100) ply:SetArmor(1) end,
  1276. PlayerDeath = function(ply) end,
  1277.  
  1278. })
  1279.  
  1280. TEAM_FLEETNG = DarkRP.createJob("Naval Guard", {
  1281. color = Color(3, 0, 95, 255),
  1282. model = {
  1283. "models/player/hydro/swbf_deathstartrooper/swbf_deathstartrooper.mdl"
  1284. },
  1285. description = [[You are a fleet memeber make sure the ship is safe.]],
  1286. weapons = {"arrest_stick", "stunstick","unarrest_stick","weapon_752bf3_se14c","weapon_jew_iondisruptor","stungun"},
  1287. command = "Naval Guard",
  1288. max = 4,
  1289. salary = 10000,
  1290. admin = 0,
  1291. vote = false,
  1292. hasLicense = false,
  1293. candemote = false,
  1294. category = "Fleet",
  1295. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(50) end,
  1296. PlayerDeath = function(ply) end,
  1297.  
  1298.  
  1299. })
  1300.  
  1301.  
  1302. TEAM_FLEETNGJR = DarkRP.createJob("Naval Guard JR", {
  1303. color = Color(3, 0, 95, 255),
  1304. model = {
  1305. "models/player/hydro/swbf_deathstartrooper/swbf_deathstartrooper.mdl"
  1306. },
  1307. description = [[You are a fleet memeber make sure the ship is safe.]],
  1308. weapons = {"arrest_stick", "stunstick","unarrest_stick","weapon_752bf3_se14c","weapon_jew_iondisruptor","stungun"},
  1309. command = "Naval Guard JR",
  1310. max = 4,
  1311. salary = 12000,
  1312. admin = 0,
  1313. vote = false,
  1314. hasLicense = false,
  1315. candemote = false,
  1316. category = "Fleet",
  1317. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(50) end,
  1318. PlayerDeath = function(ply) end,
  1319.  
  1320.  
  1321. })
  1322.  
  1323. TEAM_FLEETL = DarkRP.createJob("Lieutenant", {
  1324. color = Color(3, 0, 95, 255),
  1325. model = {
  1326. "models/player/swbf_imperial_officer_isbofficerv2/swbf_imperial_officer_isbofficerv2.mdl"
  1327. },
  1328. description = [[You are a fleet memeber make sure the ship is safe.]],
  1329. weapons = {"arrest_stick", "stunstick","unarrest_stick","weapon_752bf3_se14c","stungun"},
  1330. command = "Lieutenant",
  1331. max = 0,
  1332. salary = 100000,
  1333. admin = 0,
  1334. vote = false,
  1335. hasLicense = false,
  1336. candemote = false,
  1337. category = "Fleet",
  1338. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(1) end,
  1339. PlayerDeath = function(ply) end,
  1340. })
  1341.  
  1342. TEAM_FLEETRA = DarkRP.createJob("Rear Admiral", {
  1343. color = Color(3, 0, 95, 255),
  1344. model = {
  1345. "models/player/swbf_imperial_officer_ensignv2/swbf_imperial_officer_ensignv2.mdl"
  1346. },
  1347. description = [[You are a fleet memeber make sure the ship is safe.]],
  1348. weapons = {"arrest_stick", "stunstick","unarrest_stick","weapon_752bf3_se14c","stungun"},
  1349. command = "Rear Admiral",
  1350. max = 0,
  1351. salary = 1000000,
  1352. admin = 0,
  1353. vote = false,
  1354. hasLicense = false,
  1355. candemote = false,
  1356. category = "Fleet",
  1357. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(1) end,
  1358. PlayerDeath = function(ply) end,
  1359.  
  1360. })
  1361.  
  1362. TEAM_FLEETVA = DarkRP.createJob("Vice Admiral", {
  1363. color = Color(3, 0, 95, 255),
  1364. model = {
  1365. "models/player/swbf_imperial_officer_commodorev2/swbf_imperial_officer_commodorev2.mdl"
  1366. },
  1367. description = [[You are a fleet memeber make sure the ship is safe.]],
  1368. weapons = {"arrest_stick", "stunstick","unarrest_stick","weapon_752bf3_se14c","stungun"},
  1369. command = "Vice Admiral",
  1370. max = 0,
  1371. salary = 10000000,
  1372. admin = 0,
  1373. vote = false,
  1374. hasLicense = false,
  1375. candemote = false,
  1376. category = "Fleet",
  1377. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(1) end,
  1378. PlayerDeath = function(ply) end,
  1379. })
  1380.  
  1381.  
  1382. TEAM_FLEETA = DarkRP.createJob("Admiral", {
  1383. color = Color(3, 0, 95, 255),
  1384. model = {
  1385. "models/player/swbf_imperial_officer_admiralv2/swbf_imperial_officer_admiralv2.mdl"
  1386. },
  1387. description = [[You are a fleet memeber make sure the ship is safe.]],
  1388. weapons = {"arrest_stick", "stunstick","unarrest_stick","weapon_752bf3_se14c","stungun"},
  1389. command = "Admiral",
  1390. max = 0,
  1391. salary = 10000000,
  1392. admin = 0,
  1393. vote = false,
  1394. hasLicense = false,
  1395. candemote = false,
  1396. category = "Fleet",
  1397. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(1) end,
  1398. PlayerDeath = function(ply) end,
  1399.  
  1400. })
  1401.  
  1402.  
  1403. TEAM_FLEETFA = DarkRP.createJob("Fleet Admiral", {
  1404. color = Color(3, 0, 95, 255),
  1405. model = {
  1406. "models/player/swbf_imperial_officer_colonelv2/swbf_imperial_officer_colonelv2.mdl"
  1407. },
  1408. description = [[You are a fleet memeber make sure the ship is safe.]],
  1409. weapons = {"arrest_stick", "stunstick","unarrest_stick","weapon_752bf3_se14c","stungun"},
  1410. command = "Fleet Admiral",
  1411. max = 0,
  1412. salary = 100000000,
  1413. admin = 0,
  1414. vote = false,
  1415. hasLicense = false,
  1416. candemote = false,
  1417. category = "Fleet",
  1418. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(1) end,
  1419. PlayerDeath = function(ply) end,
  1420. })
  1421.  
  1422.  
  1423.  
  1424.  
  1425. TEAM_FLEETHA = DarkRP.createJob("High Admiral", {
  1426. color = Color(3, 0, 95, 255),
  1427. model = {
  1428. "models/player/swbf_imperial_officer_grand_admiralv2/swbf_imperial_officer_grand_admiralv2.mdl"
  1429. },
  1430. description = [[You are a fleet memeber make sure the ship is safe.]],
  1431. weapons = {"arrest_stick", "stunstick","unarrest_stick","weapon_752bf3_se14c","stungun"},
  1432. command = "High Admiral",
  1433. max = 0,
  1434. salary = 1000000000,
  1435. admin = 0,
  1436. vote = false,
  1437. hasLicense = false,
  1438. candemote = false,
  1439. category = "Fleet",
  1440. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(1) end,
  1441. PlayerDeath = function(ply) end,
  1442. })
  1443.  
  1444.  
  1445.  
  1446.  
  1447. TEAM_FLEETM = DarkRP.createJob("Moff", {
  1448. color = Color(3, 0, 95, 255),
  1449. model = {
  1450. "models/player/valley/tarkin.mdl"
  1451. },
  1452. description = [[You are a fleet memeber make sure the ship is safe.]],
  1453. weapons = {"arrest_stick", "stunstick","unarrest_stick","weapon_752bf3_se14c","stungun"},
  1454. command = "Moff",
  1455. max = 1,
  1456. salary = 10000000000,
  1457. admin = 0,
  1458. vote = false,
  1459. hasLicense = false,
  1460. candemote = false,
  1461. category = "Fleet",
  1462. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(1) end,
  1463. PlayerDeath = function(ply) end,
  1464. })
  1465.  
  1466.  
  1467. TEAM_FLEETGM = DarkRP.createJob("Grand Moff", {
  1468. color = Color(3, 0, 95, 255),
  1469. model = {
  1470. "models/player/hydro/swbf_krennic/swbf_krennic.mdl"
  1471. },
  1472. description = [[You are a fleet memeber make sure the ship is safe.]],
  1473. weapons = {"arrest_stick", "stunstick","unarrest_stick","weapon_752bf3_se14c","stungun"},
  1474. command = "Grand Moff",
  1475. max = 1,
  1476. salary = 100000000000,
  1477. admin = 0,
  1478. vote = false,
  1479. hasLicense = false,
  1480. candemote = false,
  1481. category = "Fleet",
  1482. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(1) end,
  1483. PlayerDeath = function(ply) end,
  1484. })
  1485.  
  1486.  
  1487. TEAM_FLEETGA = DarkRP.createJob("Grand Admiral", {
  1488. color = Color(3, 0, 95, 255),
  1489. model = {
  1490. "models/player/sono/swbf_thrawn.mdl"
  1491. },
  1492. description = [[You are a fleet memeber make sure the ship is safe].]],
  1493. weapons = {"arrest_stick", "stunstick","unarrest_stick","weapon_752bf3_se14c","stungun"},
  1494. command = "Grand Admiral",
  1495. max = 1,
  1496. salary = 100000000000,
  1497. admin = 0,
  1498. vote = false,
  1499. hasLicense = false,
  1500. candemote = false,
  1501. category = "Fleet",
  1502. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(1) end,
  1503. PlayerDeath = function(ply) end,
  1504. })
  1505.  
  1506. TEAM_ISBO = DarkRP.createJob("ISB Officer", {
  1507. color = Color(3, 0, 95, 255),
  1508. model = {
  1509. "models/player/swbf_imperial_isb_agentv2/swbf_imperial_isb_agentv2.mdl"
  1510. },
  1511. description = [[You are a fleet memeber make sure the ship is safe.]],
  1512. weapons = {","stungun"", "stunstick","unarrest_stick","weapon_752bf3_se14c","weapon_752bf3_se14r","weapon_relbyv10"},
  1513. command = "ISB Officer",
  1514. max = 1,
  1515. salary = 50000,
  1516. admin = 0,
  1517. vote = false,
  1518. hasLicense = false,
  1519. candemote = false,
  1520. category = "ISB",
  1521. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(1) end,
  1522. PlayerDeath = function(ply) end,
  1523. })
  1524.  
  1525. TEAM_ISBA = DarkRP.createJob("ISB Lieutenant", {
  1526. color = Color(3, 0, 95, 255),
  1527. model = {
  1528. "models/player/swbf_imperial_officer_ncov2/swbf_imperial_officer_ncov2.mdl"
  1529. },
  1530. description = [[You are a fleet memeber make sure the ship is safe].]],
  1531. weapons = {","stungun"", "stunstick","unarrest_stick","weapon_752bf3_se14c","weapon_752bf3_se14r","weapon_relbyv10"},
  1532. command = "ISB Lieutenant",
  1533. max = 4,
  1534. salary = 500000,
  1535. admin = 0,
  1536. vote = false,
  1537. hasLicense = false,
  1538. candemote = false,
  1539. category = "ISB",
  1540. PlayerSpawn = function(ply) ply:SetHealth(2000) ply:SetArmor(1) end,
  1541. PlayerDeath = function(ply) end,
  1542. })
  1543.  
  1544. TEAM_SK = DarkRP.createJob("Starkiller", {
  1545. color = Color(60, 60, 60, 255),
  1546. model = {
  1547. "models/nate159/req/swtfu/tie_flightsuit.mdl"
  1548. },
  1549. description = [[ Your Apprentice Of Vader And Wrath Of Emperor Palpatine]],
  1550. weapons = {"weapon_lightsaber"},
  1551. command = "sk",
  1552. max = 1,
  1553. salary = 15000,
  1554. admin = 0,
  1555. vote = false,
  1556. hasLicense = false,
  1557. candemote = false,
  1558. CustomCheckFailMsg = "You are not whitelisted to this job.",
  1559. category = "Sith",
  1560. PlayerSpawn = function(ply) ply:SetHealth(4500) ply:SetArmor(0) end,
  1561. PlayerDeath = function(ply) end,
  1562. })
  1563.  
  1564. TEAM_TT = DarkRP.createJob("Terror Trooper", {
  1565. color = Color(60, 60, 60, 255),
  1566. model = {
  1567. "models/player/starwars/mistersweetroll/terrortrooper.mdl"
  1568. },
  1569. description = [[ Take a Orders From 2LT+ And Give Elite Troopers The Buisness]],
  1570. weapons = {"tfa_relby", "weapon_752bf3_dh17", "tfa_wsp_2"},
  1571. command = "tt",
  1572. max = 8,
  1573. salary = 5000,
  1574. admin = 0,
  1575. vote = false,
  1576. hasLicense = false,
  1577. candemote = false,
  1578. CustomCheckFailMsg = "You are not whitelisted to this job.",
  1579. category = "Vip",
  1580. PlayerSpawn = function(ply) ply:SetHealth(650) ply:SetArmor(0) end,
  1581. PlayerDeath = function(ply) end,
  1582. })
  1583.  
  1584. --[[---------------------------------------------------------------------------
  1585. Define which team joining players spawn into and what team you change to if demoted
  1586. ---------------------------------------------------------------------------]]
  1587. GAMEMODE.DefaultTeam = TEAM_RECRUIT
  1588.  
  1589.  
  1590. --[[---------------------------------------------------------------------------
  1591. Define which teams belong to civil protection
  1592. Civil protection can set warrants, make people wanted and do some other police related things
  1593. ---------------------------------------------------------------------------]]
  1594. GAMEMODE.CivilProtection = {
  1595. [TEAM_POLICE] = true,
  1596. [TEAM_CHIEF] = true,
  1597. [TEAM_MAYOR] = true,
  1598. }
  1599.  
  1600. --[[---------------------------------------------------------------------------
  1601. Jobs that are hitmen (enables the hitman menu)
  1602. ---------------------------------------------------------------------------]]
  1603. DarkRP.addHitmanTeam(TEAM_MOB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement