Advertisement
KimonK

Untitled

Oct 14th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.88 KB | None | 0 0
  1. -- CATEGORY: Stormtrooper Corps
  2. TEAM_CADET = DarkRP.createJob("Imperial Cadet", {
  3. color = Color(0, 128, 255),
  4. model = {"models/player/tiki/white_2.mdl"},
  5. description = [[You are a cadet.]],
  6. weapons = {},
  7. command = "cadet",
  8. max = 0,
  9. salary = 0,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. category= "Stormtrooper Corps",
  14. sortOrder = 1, -- The position of this thing in its category. Lower number means higher up.
  15. ammo = {
  16. ["pistol"] = 300000,
  17. ["ar2"] = 300000,
  18. ["357"] = 300000,
  19. ["smg"] = 300000,
  20. },
  21. })
  22. TEAM_ST = DarkRP.createJob("Stormtrooper", {
  23. color = Color(0, 128, 255),
  24. model = {"models/player/venator/anh2/anh_stormtrooper2.mdl"},
  25. description = [[You are a stormtrooper.]],
  26. weapons = {"tfa_e11_extended", "tfa_dh17_extended"},
  27. command = "st",
  28. max = 0,
  29. salary = 5,
  30. admin = 0,
  31. vote = false,
  32. hasLicense = false,
  33. category= "Stormtrooper Corps",
  34. sortOrder = 2,
  35. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  36. ply:SetHealth(250)
  37. ply:SetMaxHealth(250)
  38. end,
  39. ammo = {
  40. ["pistol"] = 300000,
  41. ["ar2"] = 300000,
  42. ["357"] = 300000,
  43. ["smg"] = 300000,
  44. },
  45. })
  46.  
  47. -- CATEGORY: 501st Vader's Fist
  48. TEAM_501CO = DarkRP.createJob("501st Commander", {
  49. color = Color(0, 102, 204),
  50. model = {"models/player/banks/tk_rex/tk_rex.mdl"},
  51. description = [[You are the 501st commander.]],
  52. weapons = {"tfa_rt97c_extended", "tfa_kotor_bp_5"},
  53. command = "501co",
  54. max = 1,
  55. salary = 5,
  56. admin = 0,
  57. vote = false,
  58. hasLicense = false,
  59. category= "501st Vader's Fist",
  60. sortOrder = 1,
  61. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  62. ply:SetHealth(600)
  63. ply:SetMaxHealth(600)
  64. end,
  65. ammo = {
  66. ["pistol"] = 300000,
  67. ["ar2"] = 300000,
  68. ["357"] = 300000,
  69. ["smg"] = 300000,
  70. },
  71. })
  72. TEAM_501O = DarkRP.createJob("501st Officer", {
  73. color = Color(0, 102, 204),
  74. model = {"models/player/banks/troopers/officer.mdl"},
  75. description = [[You are a 501st officer.]],
  76. weapons = {"tfa_rt97c_extended", "tfa_kotor_bp_5"},
  77. command = "501o",
  78. max = 10,
  79. salary = 5,
  80. admin = 0,
  81. vote = false,
  82. hasLicense = false,
  83. category= "501st Vader's Fist",
  84. sortOrder = 2,
  85. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  86. ply:SetHealth(500)
  87. ply:SetMaxHealth(500)
  88. end,
  89. ammo = {
  90. ["pistol"] = 300000,
  91. ["ar2"] = 300000,
  92. ["357"] = 300000,
  93. ["smg"] = 300000,
  94. },
  95. })
  96. TEAM_501JUMP = DarkRP.createJob("501st Jump Trooper", {
  97. color = Color(0, 102, 204),
  98. model = {"models/player/renegade/clones/airborne/501st.mdl"},
  99. description = [[You are a 501st Jump Trooper.]],
  100. weapons = {"tfa_e11_extended", "tfa_kotor_bp_5"},
  101. command = "501jump",
  102. max = 10,
  103. salary = 5,
  104. admin = 0,
  105. vote = false,
  106. hasLicense = false,
  107. category= "501st Vader's Fist",
  108. sortOrder = 3,
  109. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  110. ply:SetHealth(250)
  111. ply:SetMaxHealth(250)
  112. end,
  113. ammo = {
  114. ["pistol"] = 300000,
  115. ["ar2"] = 300000,
  116. ["357"] = 300000,
  117. ["smg"] = 300000,
  118. },
  119. })
  120. TEAM_501HT = DarkRP.createJob("501st Heavy Trooper", {
  121. color = Color(0, 102, 204),
  122. model = {"models/player/banks/troopers/trooper.mdl"},
  123. description = [[You are a 501st heavy trooper.]],
  124. weapons = {"tfa_e11_extended", "tfa_kotor_bp_5", "chaingun_servius"},
  125. command = "501ht",
  126. max = 10,
  127. salary = 5,
  128. admin = 0,
  129. vote = false,
  130. hasLicense = false,
  131. category= "501st Vader's Fist",
  132. sortOrder = 4,
  133. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  134. ply:SetHealth(500)
  135. ply:SetMaxHealth(500)
  136. end,
  137. ammo = {
  138. ["pistol"] = 300000,
  139. ["ar2"] = 300000,
  140. ["357"] = 300000,
  141. ["smg"] = 300000,
  142. },
  143. })
  144. TEAM_501T = DarkRP.createJob("501st Trooper", {
  145. color = Color(0, 102, 204),
  146. model = {"models/player/banks/troopers/trooper.mdl"},
  147. description = [[You are a 501st Trooper.]],
  148. weapons = {"tfa_rt97c_extended", "tfa_kotor_bp_5"},
  149. command = "501t",
  150. max = 10,
  151. salary = 5,
  152. admin = 0,
  153. vote = false,
  154. hasLicense = false,
  155. category= "501st Vader's Fist",
  156. sortOrder = 5,
  157. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  158. ply:SetHealth(300)
  159. ply:SetMaxHealth(300)
  160. end,
  161. ammo = {
  162. ["pistol"] = 300000,
  163. ["ar2"] = 300000,
  164. ["357"] = 300000,
  165. ["smg"] = 300000,
  166. },
  167. })
  168.  
  169. -- CATEGORY: 212th Attack Battalion
  170. TEAM_212CO = DarkRP.createJob("212th Commander", {
  171. color = Color(204, 102, 0),
  172. model = {"models/player/commander_cody/commander_cody.mdl"},
  173. description = [[You are the 212th commander.]],
  174. weapons = {"tfa_dlt19_extended", "tfa_kotor_hvybp_1"},
  175. command = "212co",
  176. max = 1,
  177. salary = 5,
  178. admin = 0,
  179. vote = false,
  180. hasLicense = false,
  181. category= "212th Attack Battalion",
  182. sortOrder = 1,
  183. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  184. ply:SetHealth(600)
  185. ply:SetMaxHealth(600)
  186. end,
  187. ammo = {
  188. ["pistol"] = 300000,
  189. ["ar2"] = 300000,
  190. ["357"] = 300000,
  191. ["smg"] = 300000,
  192. },
  193. })
  194. TEAM_212O = DarkRP.createJob("212th Officer", {
  195. color = Color(204, 102, 0),
  196. model = {"models/player/sini/212th_lt_sini.mdl"},
  197. description = [[You are a 212th officer.]],
  198. weapons = {"tfa_dlt19_extended", "tfa_kotor_hvybp_1"},
  199. command = "212o",
  200. max = 10,
  201. salary = 5,
  202. admin = 0,
  203. vote = false,
  204. hasLicense = false,
  205. category= "212th Attack Battalion",
  206. sortOrder = 2,
  207. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  208. ply:SetHealth(500)
  209. ply:SetMaxHealth(500)
  210. end,
  211. ammo = {
  212. ["pistol"] = 300000,
  213. ["ar2"] = 300000,
  214. ["357"] = 300000,
  215. ["smg"] = 300000,
  216. },
  217. })
  218. TEAM_212JUMP = DarkRP.createJob("212th Jump Trooper", {
  219. color = Color(204, 102, 0),
  220. model = {"models/player/renegade/clones/airborne/212th.mdl"},
  221. description = [[You are a 212th Jump Trooper.]],
  222. weapons = {"tfa_e11_extended", "tfa_kotor_hvybp_1"},
  223. command = "212jump",
  224. max = 10,
  225. salary = 5,
  226. admin = 0,
  227. vote = false,
  228. hasLicense = false,
  229. category= "212th Attack Battalion",
  230. sortOrder = 3,
  231. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  232. ply:SetHealth(250)
  233. ply:SetMaxHealth(250)
  234. end,
  235. ammo = {
  236. ["pistol"] = 300000,
  237. ["ar2"] = 300000,
  238. ["357"] = 300000,
  239. ["smg"] = 300000,
  240. },
  241. })
  242. TEAM_212ES = DarkRP.createJob("212th Explosive Specialist", {
  243. color = Color(204, 102, 0),
  244. model = {"models/player/sini/212th_stormtrooper_sini.mdl"},
  245. description = [[You are a 212th explosive specialist.]],
  246. weapons = {"tfa_e11_extended", "tfa_kotor_hvybp_1", "tfa_swch_clonelauncher"},
  247. command = "212es",
  248. max = 10,
  249. salary = 5,
  250. admin = 0,
  251. vote = false,
  252. hasLicense = false,
  253. category= "212th Attack Battalion",
  254. sortOrder = 4,
  255. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  256. ply:SetHealth(400)
  257. ply:SetMaxHealth(400)
  258. end,
  259. ammo = {
  260. ["pistol"] = 300000,
  261. ["ar2"] = 300000,
  262. ["357"] = 300000,
  263. ["smg"] = 300000,
  264. },
  265. })
  266. TEAM_212T = DarkRP.createJob("212th Trooper", {
  267. color = Color(204, 102, 0),
  268. model = {"models/player/sini/212th_stormtrooper_sini.mdl"},
  269. description = [[You are a 212th Trooper.]],
  270. weapons = {"tfa_dlt19_extended", "tfa_kotor_hvybp_1"},
  271. command = "212t",
  272. max = 10,
  273. salary = 5,
  274. admin = 0,
  275. vote = false,
  276. hasLicense = false,
  277. category= "212th Attack Battalion",
  278. sortOrder = 5,
  279. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  280. ply:SetHealth(300)
  281. ply:SetMaxHealth(300)
  282. end,
  283. ammo = {
  284. ["pistol"] = 300000,
  285. ["ar2"] = 300000,
  286. ["357"] = 300000,
  287. ["smg"] = 300000,
  288. },
  289. })
  290.  
  291. -- CATEGORY: Shadow Troopers
  292. TEAM_SHADOWCO = DarkRP.createJob("Shadow Commander", {
  293. color = Color(16, 16, 16),
  294. model = {"models/player/venator/shadow/newhdshadow.mdl"},
  295. description = [[You are the Shadow commander.]],
  296. weapons = {"tfa_t21_extended", "tfa_dh17", "weapon_stealthcamo"},
  297. command = "shadowco",
  298. max = 1,
  299. salary = 5,
  300. admin = 0,
  301. vote = false,
  302. hasLicense = false,
  303. category= "Shadow Troopers",
  304. sortOrder = 1,
  305. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  306. ply:SetHealth(600)
  307. ply:SetMaxHealth(600)
  308. end,
  309. ammo = {
  310. ["pistol"] = 300000,
  311. ["ar2"] = 300000,
  312. ["357"] = 300000,
  313. ["smg"] = 300000,
  314. },
  315. })
  316. TEAM_SHADOWO = DarkRP.createJob("Shadow Officer", {
  317. color = Color(16, 16, 16),
  318. model = {"models/player/venator/shadow/newhdshadow.mdl"},
  319. description = [[You are a Shadow officer.]],
  320. weapons = {"tfa_t21_extended", "tfa_dh17", "weapon_stealthcamo"},
  321. command = "shadowo",
  322. max = 10,
  323. salary = 5,
  324. admin = 0,
  325. vote = false,
  326. hasLicense = false,
  327. category= "Shadow Troopers",
  328. sortOrder = 2,
  329. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  330. ply:SetHealth(500)
  331. ply:SetMaxHealth(500)
  332. end,
  333. ammo = {
  334. ["pistol"] = 300000,
  335. ["ar2"] = 300000,
  336. ["357"] = 300000,
  337. ["smg"] = 300000,
  338. },
  339. })
  340. TEAM_SHADOWJUMP = DarkRP.createJob("Shadow Jump Trooper", {
  341. color = Color(16, 16, 16),
  342. model = {"models/player/venator/shadow/newhdshadow.mdl"},
  343. description = [[You are a Shadow Jump Trooper.]],
  344. weapons = {"tfa_e11_extended", "tfa_dh17", "weapon_stealthcamo"},
  345. command = "shadowjump",
  346. max = 10,
  347. salary = 5,
  348. admin = 0,
  349. vote = false,
  350. hasLicense = false,
  351. category= "Shadow Troopers",
  352. sortOrder = 3,
  353. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  354. ply:SetHealth(400)
  355. ply:SetMaxHealth(400)
  356. end,
  357. ammo = {
  358. ["pistol"] = 300000,
  359. ["ar2"] = 300000,
  360. ["357"] = 300000,
  361. ["smg"] = 300000,
  362. },
  363. })
  364. TEAM_SHADOWSS = DarkRP.createJob("Shadow Sharpshooter", {
  365. color = Color(16, 16, 16),
  366. model = {"models/player/venator/shadow/newhdshadow.mdl"},
  367. description = [[You are a Shadow sharpshooter.]],
  368. weapons = {"tfa_e11_extended", "tfa_dh17", "tfa_imperialdisruptor_extended", "weapon_stealthcamo"},
  369. command = "shadowss",
  370. max = 10,
  371. salary = 5,
  372. admin = 0,
  373. vote = false,
  374. hasLicense = false,
  375. category= "Shadow Troopers",
  376. sortOrder = 4,
  377. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  378. ply:SetHealth(500)
  379. ply:SetMaxHealth(500)
  380. end,
  381. ammo = {
  382. ["pistol"] = 300000,
  383. ["ar2"] = 300000,
  384. ["357"] = 300000,
  385. ["smg"] = 300000,
  386. },
  387. })
  388. TEAM_SHADOWT = DarkRP.createJob("Shadow Trooper", {
  389. color = Color(16, 16, 16),
  390. model = {"models/player/venator/shadow/newhdshadow.mdl"},
  391. description = [[You are a Shadow trooper.]],
  392. weapons = {"tfa_t21_extended", "tfa_dh17", "weapon_stealthcamo"},
  393. command = "shadowt",
  394. max = 10,
  395. salary = 5,
  396. admin = 0,
  397. vote = false,
  398. hasLicense = false,
  399. category= "Shadow Troopers",
  400. sortOrder = 5,
  401. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  402. ply:SetHealth(300)
  403. ply:SetMaxHealth(300)
  404. end,
  405. ammo = {
  406. ["pistol"] = 300000,
  407. ["ar2"] = 300000,
  408. ["357"] = 300000,
  409. ["smg"] = 300000,
  410. },
  411. })
  412.  
  413. -- CATEGORY: Medical Troopers
  414. TEAM_MEDICALCO = DarkRP.createJob("Medical Commander", {
  415. color = Color(0, 102, 0),
  416. model = {"models/player/banks/mcommander/mcommander.mdl"},
  417. description = [[You are the Medical commander.]],
  418. weapons = {"tfa_kotor_repeaten_1", "tfa_kotor_hvybp_2", "weapon_bactainjector"},
  419. command = "medicalco",
  420. max = 1,
  421. salary = 5,
  422. admin = 0,
  423. vote = false,
  424. hasLicense = false,
  425. category= "Medical Troopers",
  426. sortOrder = 1,
  427. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  428. ply:SetHealth(600)
  429. ply:SetMaxHealth(600)
  430. end,
  431. ammo = {
  432. ["pistol"] = 300000,
  433. ["ar2"] = 300000,
  434. ["357"] = 300000,
  435. ["smg"] = 300000,
  436. },
  437. })
  438. TEAM_MEDICALO = DarkRP.createJob("Medical Officer", {
  439. color = Color(0, 102, 0),
  440. model = {"models/player/banks/mtroopers/mofficer.mdl"},
  441. description = [[You are a Medical officer.]],
  442. weapons = {"tfa_kotor_repeaten_1", "tfa_kotor_hvybp_2", "weapon_bactainjector"},
  443. command = "medicalo",
  444. max = 10,
  445. salary = 5,
  446. admin = 0,
  447. vote = false,
  448. hasLicense = false,
  449. category= "Medical Troopers",
  450. sortOrder = 2,
  451. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  452. ply:SetHealth(500)
  453. ply:SetMaxHealth(500)
  454. end,
  455. ammo = {
  456. ["pistol"] = 300000,
  457. ["ar2"] = 300000,
  458. ["357"] = 300000,
  459. ["smg"] = 300000,
  460. },
  461. })
  462. TEAM_MEDICALFT = DarkRP.createJob("Medical Field Trooper", {
  463. color = Color(0, 102, 0),
  464. model = {"models/player/banks/mtroopers/mtrooper.mdl"},
  465. description = [[You are a Medical Field Trooper.]],
  466. weapons = {"tfa_kotor_repeaten_1", "tfa_kotor_hvybp_2", "weapon_bactainjector", "weapon_bactanade"},
  467. command = "medicalft",
  468. max = 10,
  469. salary = 5,
  470. admin = 0,
  471. vote = false,
  472. hasLicense = false,
  473. category= "Medical Troopers",
  474. sortOrder = 3,
  475. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  476. ply:SetHealth(400)
  477. ply:SetMaxHealth(400)
  478. end,
  479. ammo = {
  480. ["pistol"] = 300000,
  481. ["ar2"] = 300000,
  482. ["357"] = 300000,
  483. ["smg"] = 300000,
  484. },
  485. })
  486. TEAM_MEDICALT = DarkRP.createJob("Medical Trooper", {
  487. color = Color(0, 102, 0),
  488. model = {"models/player/banks/mtroopers/mtrooper.mdl"},
  489. description = [[You are a Medical trooper.]],
  490. weapons = {"tfa_kotor_repeaten_1", "tfa_kotor_hvybp_2", "weapon_bactainjector"},
  491. command = "medicalt",
  492. max = 10,
  493. salary = 5,
  494. admin = 0,
  495. vote = false,
  496. hasLicense = false,
  497. category= "Medical Troopers",
  498. sortOrder = 4,
  499. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  500. ply:SetHealth(300)
  501. ply:SetMaxHealth(300)
  502. end,
  503. ammo = {
  504. ["pistol"] = 300000,
  505. ["ar2"] = 300000,
  506. ["357"] = 300000,
  507. ["smg"] = 300000,
  508. },
  509. })
  510.  
  511. -- CATEGORY: Galactic Marines
  512. TEAM_GMCO = DarkRP.createJob("Galactic Marine Commander", {
  513. color = Color(127, 0, 255),
  514. model = {"models/gonzo/hdgalacticmarines/flame/flame.mdl"},
  515. description = [[You are the Galactic Marine commander.]],
  516. weapons = {"tfa_752_ihr", "tfa_kotor_hvybp_2"},
  517. command = "gmco",
  518. max = 1,
  519. salary = 5,
  520. admin = 0,
  521. vote = false,
  522. hasLicense = false,
  523. category= "Galactic Marines",
  524. sortOrder = 1,
  525. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  526. ply:SetHealth(600)
  527. ply:SetMaxHealth(600)
  528. end,
  529. ammo = {
  530. ["pistol"] = 300000,
  531. ["ar2"] = 300000,
  532. ["357"] = 300000,
  533. ["smg"] = 300000,
  534. },
  535. })
  536. TEAM_GMO = DarkRP.createJob("Galactic Marine Officer", {
  537. color = Color(127, 0, 255),
  538. model = {"models/gonzo/hdgalacticmarines/lt/lt.mdl"},
  539. description = [[You are a Medical officer.]],
  540. weapons = {"tfa_752_ihr", "tfa_kotor_hvybp_2"},
  541. command = "gmo",
  542. max = 10,
  543. salary = 5,
  544. admin = 0,
  545. vote = false,
  546. hasLicense = false,
  547. category= "Galactic Marines",
  548. sortOrder = 2,
  549. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  550. ply:SetHealth(500)
  551. ply:SetMaxHealth(500)
  552. end,
  553. ammo = {
  554. ["pistol"] = 300000,
  555. ["ar2"] = 300000,
  556. ["357"] = 300000,
  557. ["smg"] = 300000,
  558. },
  559. })
  560. TEAM_GMFT = DarkRP.createJob("Galactic Marine Flame Trooper", {
  561. color = Color(127, 0, 255),
  562. model = {"models/gonzo/hdgalacticmarines/xo/xo.mdl"},
  563. description = [[You are a Medical Field Trooper.]],
  564. weapons = {"tfa_752_ihr", "tfa_kotor_hvybp_2", "flamethrower_basic"},
  565. command = "gmft",
  566. max = 10,
  567. salary = 5,
  568. admin = 0,
  569. vote = false,
  570. hasLicense = false,
  571. category= "Galactic Marines",
  572. sortOrder = 3,
  573. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  574. ply:SetHealth(400)
  575. ply:SetMaxHealth(400)
  576. end,
  577. ammo = {
  578. ["pistol"] = 300000,
  579. ["ar2"] = 300000,
  580. ["357"] = 300000,
  581. ["smg"] = 300000,
  582. },
  583. })
  584. TEAM_GMTROOPER = DarkRP.createJob("Galactic Marine Trooper", {
  585. color = Color(127, 0, 255),
  586. model = {"models/gonzo/hdgalacticmarines/trp/trp.mdl"},
  587. description = [[You are a Galactic Marine trooper.]],
  588. weapons = {"tfa_752_ihr", "tfa_kotor_hvybp_2"},
  589. command = "gmtrooper",
  590. max = 10,
  591. salary = 5,
  592. admin = 0,
  593. vote = false,
  594. hasLicense = false,
  595. category= "Galactic Marines",
  596. sortOrder = 4,
  597. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  598. ply:SetHealth(300)
  599. ply:SetMaxHealth(300)
  600. end,
  601. ammo = {
  602. ["pistol"] = 300000,
  603. ["ar2"] = 300000,
  604. ["357"] = 300000,
  605. ["smg"] = 300000,
  606. },
  607. })
  608.  
  609. -- CATEGORY: Scout Troopers
  610. TEAM_SCOUTCO = DarkRP.createJob("Scout Commander", {
  611. color = Color(0, 51, 0),
  612. model = {"models/sono/swbf3/commander.mdl"},
  613. description = [[You are the Scout commander.]],
  614. weapons = {"tfa_wsp_2", "tfa_scoutblaster_extended", "weapon_rpw_binoculars", "realistic_hook"},
  615. command = "scoutco",
  616. max = 1,
  617. salary = 5,
  618. admin = 0,
  619. vote = false,
  620. hasLicense = false,
  621. category= "Scout Troopers",
  622. sortOrder = 1,
  623. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  624. ply:SetHealth(600)
  625. ply:SetMaxHealth(600)
  626. end,
  627. ammo = {
  628. ["pistol"] = 300000,
  629. ["ar2"] = 300000,
  630. ["357"] = 300000,
  631. ["smg"] = 300000,
  632. },
  633. })
  634. TEAM_SCOUTO = DarkRP.createJob("Scout Officer", {
  635. color = Color(0, 51, 0),
  636. model = {"models/sono/swbf3/officer.mdl"},
  637. description = [[You are a Scout officer.]],
  638. weapons = {"tfa_wsp_2", "tfa_scoutblaster_extended", "weapon_rpw_binoculars", "realistic_hook"},
  639. command = "scouto",
  640. max = 10,
  641. salary = 5,
  642. admin = 0,
  643. vote = false,
  644. hasLicense = false,
  645. category= "Scout Troopers",
  646. sortOrder = 2,
  647. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  648. ply:SetHealth(500)
  649. ply:SetMaxHealth(500)
  650. end,
  651. ammo = {
  652. ["pistol"] = 300000,
  653. ["ar2"] = 300000,
  654. ["357"] = 300000,
  655. ["smg"] = 300000,
  656. },
  657. })
  658. TEAM_SCOUTJUMP = DarkRP.createJob("Scout Jump Trooper", {
  659. color = Color(0, 51, 0),
  660. model = {"models/player/renegade/clones/airborne/41st.mdl"},
  661. description = [[You are a Scout Jump Trooper.]],
  662. weapons = {"tfa_wsp_2", "tfa_scoutblaster_extended", "weapon_rpw_binoculars", "realistic_hook"},
  663. command = "scoutjump",
  664. max = 10,
  665. salary = 5,
  666. admin = 0,
  667. vote = false,
  668. hasLicense = false,
  669. category= "Scout Troopers",
  670. sortOrder = 3,
  671. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  672. ply:SetHealth(250)
  673. ply:SetMaxHealth(250)
  674. end,
  675. ammo = {
  676. ["pistol"] = 300000,
  677. ["ar2"] = 300000,
  678. ["357"] = 300000,
  679. ["smg"] = 300000,
  680. },
  681. })
  682. TEAM_SCOUTMM = DarkRP.createJob("Scout Marksman", {
  683. color = Color(0, 51, 0),
  684. model = {"models/sono/swbf3/forest.mdl"},
  685. description = [[You are a Scout Marksman.]],
  686. weapons = {"tfa_wsp_2", "tfa_scoutblaster_extended", "tfa_dlt19d", "weapon_rpw_binoculars", "realistic_hook"},
  687. command = "scoutmm",
  688. max = 10,
  689. salary = 5,
  690. admin = 0,
  691. vote = false,
  692. hasLicense = false,
  693. category= "Scout Troopers",
  694. sortOrder = 4,
  695. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  696. ply:SetHealth(500)
  697. ply:SetMaxHealth(500)
  698. end,
  699. ammo = {
  700. ["pistol"] = 300000,
  701. ["ar2"] = 300000,
  702. ["357"] = 300000,
  703. ["smg"] = 300000,
  704. },
  705. })
  706. TEAM_SCOUTT = DarkRP.createJob("Scout Trooper", {
  707. color = Color(0, 51, 0),
  708. model = {"models/sono/swbf3/scout.mdl"},
  709. description = [[You are a Scout trooper.]],
  710. weapons = {"tfa_wsp_2", "tfa_scoutblaster_extended", "weapon_rpw_binoculars", "realistic_hook"},
  711. command = "scoutt",
  712. max = 10,
  713. salary = 5,
  714. admin = 0,
  715. vote = false,
  716. hasLicense = false,
  717. category= "Scout Troopers",
  718. sortOrder = 5,
  719. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  720. ply:SetHealth(300)
  721. ply:SetMaxHealth(300)
  722. end,
  723. ammo = {
  724. ["pistol"] = 300000,
  725. ["ar2"] = 300000,
  726. ["357"] = 300000,
  727. ["smg"] = 300000,
  728. },
  729. })
  730.  
  731. -- CATEGORY: Shock Troopers
  732. TEAM_SHOCKCO = DarkRP.createJob("Shock Commander", {
  733. color = Color(102, 0, 0),
  734. model = {"models/player/bunny/imperial_shock/shock_commander.mdl"},
  735. description = [[You are the Shock commander.]],
  736. weapons = {"tfa_dlt19_extended", "tfa_kotor_bp_5", "weapon_policeshield", "arrest_stick"},
  737. command = "shockco",
  738. max = 1,
  739. salary = 5,
  740. admin = 0,
  741. vote = false,
  742. hasLicense = false,
  743. category= "Shock Troopers",
  744. sortOrder = 1,
  745. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  746. ply:SetHealth(650)
  747. ply:SetMaxHealth(650)
  748. end,
  749. ammo = {
  750. ["pistol"] = 300000,
  751. ["ar2"] = 300000,
  752. ["357"] = 300000,
  753. ["smg"] = 300000,
  754. },
  755. })
  756. TEAM_SHOCKO = DarkRP.createJob("Shock Officer", {
  757. color = Color(102, 0, 0),
  758. model = {"models/player/bunny/imperial_shock/shock_lieutenant.mdl"},
  759. description = [[You are a Shock officer.]],
  760. weapons = {"tfa_dlt19_extended", "tfa_kotor_bp_5", "weapon_policeshield", "arrest_stick"},
  761. command = "shocko",
  762. max = 10,
  763. salary = 5,
  764. admin = 0,
  765. vote = false,
  766. hasLicense = false,
  767. category= "Shock Troopers",
  768. sortOrder = 2,
  769. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  770. ply:SetHealth(550)
  771. ply:SetMaxHealth(550)
  772. end,
  773. ammo = {
  774. ["pistol"] = 300000,
  775. ["ar2"] = 300000,
  776. ["357"] = 300000,
  777. ["smg"] = 300000,
  778. },
  779. })
  780. TEAM_SHOCKRT = DarkRP.createJob("Shock Riot Trooper", {
  781. color = Color(102, 0, 0),
  782. model = {"models/player/bunny/imperial_shock/shock_officer.mdl"},
  783. description = [[You are a Shock riot trooper.]],
  784. weapons = {"tfa_e11_extended", "tfa_kotor_bp_5", "tfa_sw_repshot", "weapon_policeshield", "arrest_stick"},
  785. command = "shockrt",
  786. max = 10,
  787. salary = 5,
  788. admin = 0,
  789. vote = false,
  790. hasLicense = false,
  791. category= "Shock Troopers",
  792. sortOrder = 3,
  793. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  794. ply:SetHealth(550)
  795. ply:SetMaxHealth(550)
  796. end,
  797. ammo = {
  798. ["pistol"] = 300000,
  799. ["ar2"] = 300000,
  800. ["357"] = 300000,
  801. ["smg"] = 300000,
  802. },
  803. })
  804. TEAM_SHOCKT = DarkRP.createJob("Shock Trooper", {
  805. color = Color(102, 0, 0),
  806. model = {"models/player/bunny/imperial_shock/shock_trooper.mdl"},
  807. description = [[You are a Shock trooper.]],
  808. weapons = {"tfa_dlt19_extended", "tfa_kotor_bp_5", "weapon_policeshield", "arrest_stick"},
  809. command = "shockt",
  810. max = 10,
  811. salary = 4,
  812. admin = 0,
  813. vote = false,
  814. hasLicense = false,
  815. category= "Shock Troopers",
  816. sortOrder = 5,
  817. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  818. ply:SetHealth(300)
  819. ply:SetMaxHealth(300)
  820. end,
  821. ammo = {
  822. ["pistol"] = 300000,
  823. ["ar2"] = 300000,
  824. ["357"] = 300000,
  825. ["smg"] = 300000,
  826. },
  827. })
  828.  
  829. -- CATEGORY: Shock Troopers
  830. TEAM_INQCO = DarkRP.createJob("Inquisitor Commander", {
  831. color = Color(78, 0, 0),
  832. model = {"models/banks/fginquist/inquiscommander/inquiscommander.mdl"},
  833. description = [[You are the Inquisitor commander.]],
  834. weapons = {"tfa_swch_dc15a_scoped", "tfa_dl44_extended"},
  835. command = "inqco",
  836. max = 1,
  837. salary = 5,
  838. admin = 0,
  839. vote = false,
  840. hasLicense = false,
  841. category= "Inquisitor Troopers",
  842. sortOrder = 1,
  843. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  844. ply:SetHealth(650)
  845. ply:SetMaxHealth(650)
  846. end,
  847. ammo = {
  848. ["pistol"] = 300000,
  849. ["ar2"] = 300000,
  850. ["357"] = 300000,
  851. ["smg"] = 300000,
  852. },
  853. })
  854. TEAM_INQO = DarkRP.createJob("Inquisitor Officer", {
  855. color = Color(78, 0, 0),
  856. model = {"models/banks/fginquist/inquisofficer/inquisofficer.mdl"},
  857. description = [[You are an Inquisitor officer.]],
  858. weapons = {"tfa_swch_dc15a_scoped", "tfa_dl44_extended"},
  859. command = "inqo",
  860. max = 10,
  861. salary = 5,
  862. admin = 0,
  863. vote = false,
  864. hasLicense = false,
  865. category= "Inquisitor Troopers",
  866. sortOrder = 2,
  867. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  868. ply:SetHealth(550)
  869. ply:SetMaxHealth(550)
  870. end,
  871. ammo = {
  872. ["pistol"] = 300000,
  873. ["ar2"] = 300000,
  874. ["357"] = 300000,
  875. ["smg"] = 300000,
  876. },
  877. })
  878. TEAM_INQSPOTTER = DarkRP.createJob("Inquisitor Spotter", {
  879. color = Color(78, 0, 0),
  880. model = {"models/banks/fginquist/inquissergeant/inquissergeant.mdl"},
  881. description = [[You are an Inquisitor spotter.]],
  882. weapons = {"tfa_swch_dc15a_scoped", "tfa_dl44_extended", "ven_e22", "weapon_rpw_binoculars"},
  883. command = "inqspotter",
  884. max = 10,
  885. salary = 5,
  886. admin = 0,
  887. vote = false,
  888. hasLicense = false,
  889. category= "Inquisitor Troopers",
  890. sortOrder = 3,
  891. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  892. ply:SetHealth(350)
  893. ply:SetMaxHealth(350)
  894. end,
  895. ammo = {
  896. ["pistol"] = 300000,
  897. ["ar2"] = 300000,
  898. ["357"] = 300000,
  899. ["smg"] = 300000,
  900. },
  901. })
  902. TEAM_INQT = DarkRP.createJob("Inquisitor Trooper", {
  903. color = Color(78, 0, 0),
  904. model = {"models/banks/fginquist/inquistrooper/inquistrooper.mdl"},
  905. description = [[You are an Inquisitor trooper.]],
  906. weapons = {"tfa_swch_dc15a_scoped", "tfa_dl44_extended"},
  907. command = "inqt",
  908. max = 10,
  909. salary = 5,
  910. admin = 0,
  911. vote = false,
  912. hasLicense = false,
  913. category= "Inquisitor Troopers",
  914. sortOrder = 4,
  915. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  916. ply:SetHealth(300)
  917. ply:SetMaxHealth(300)
  918. end,
  919. ammo = {
  920. ["pistol"] = 300000,
  921. ["ar2"] = 300000,
  922. ["357"] = 300000,
  923. ["smg"] = 300000,
  924. },
  925. })
  926.  
  927. -- CATEGORY: Starfighter Corps
  928. TEAM_SFCCO = DarkRP.createJob("Starfighter Corps Commander", {
  929. color = Color(48, 48, 48),
  930. model = {"models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_02_r/pilot_imperial_orig_02_r.mdl"},
  931. description = [[You are the Starfighter Corps commander.]],
  932. weapons = {"tfa_dh17_extended"},
  933. command = "sfcco",
  934. max = 1,
  935. salary = 5,
  936. admin = 0,
  937. vote = false,
  938. hasLicense = false,
  939. category= "Starfighter Corps",
  940. sortOrder = 1,
  941. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  942. ply:SetHealth(550)
  943. ply:SetMaxHealth(550)
  944. end,
  945. ammo = {
  946. ["pistol"] = 300000,
  947. ["ar2"] = 300000,
  948. ["357"] = 300000,
  949. ["smg"] = 300000,
  950. },
  951. })
  952. TEAM_SFCO = DarkRP.createJob("Starfighter Corps Officer", {
  953. color = Color(48, 48, 48),
  954. model = {"models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_05_o/pilot_imperial_orig_05_o.mdl"},
  955. description = [[You are a Starfighter Corps officer.]],
  956. weapons = {"tfa_dh17_extended"},
  957. command = "sfco",
  958. max = 10,
  959. salary = 5,
  960. admin = 0,
  961. vote = false,
  962. hasLicense = false,
  963. category= "Starfighter Corps",
  964. sortOrder = 2,
  965. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  966. ply:SetHealth(450)
  967. ply:SetMaxHealth(450)
  968. end,
  969. ammo = {
  970. ["pistol"] = 300000,
  971. ["ar2"] = 300000,
  972. ["357"] = 300000,
  973. ["smg"] = 300000,
  974. },
  975. })
  976. TEAM_SFCNCO = DarkRP.createJob("Starfighter Corps NCO", {
  977. color = Color(48, 48, 48),
  978. model = {"models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_04_b/pilot_imperial_orig_04_b.mdl"},
  979. description = [[You are a Starfighter Corps NCO.]],
  980. weapons = {"tfa_dh17_extended"},
  981. command = "sfcnco",
  982. max = 10,
  983. salary = 5,
  984. admin = 0,
  985. vote = false,
  986. hasLicense = false,
  987. category= "Starfighter Corps",
  988. sortOrder = 3,
  989. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  990. ply:SetHealth(350)
  991. ply:SetMaxHealth(350)
  992. end,
  993. ammo = {
  994. ["pistol"] = 300000,
  995. ["ar2"] = 300000,
  996. ["357"] = 300000,
  997. ["smg"] = 300000,
  998. },
  999. })
  1000. TEAM_SFCE = DarkRP.createJob("Starfighter Corps Enlisted", {
  1001. color = Color(48, 48, 48),
  1002. model = {"models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_03_g/pilot_imperial_orig_03_g.mdl"},
  1003. description = [[You are a Starfighter Corps enlisted.]],
  1004. weapons = {"tfa_dh17_extended"},
  1005. command = "sfce",
  1006. max = 10,
  1007. salary = 5,
  1008. admin = 0,
  1009. vote = false,
  1010. hasLicense = false,
  1011. category= "Starfighter Corps",
  1012. sortOrder = 4,
  1013. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1014. ply:SetHealth(250)
  1015. ply:SetMaxHealth(250)
  1016. end,
  1017. ammo = {
  1018. ["pistol"] = 300000,
  1019. ["ar2"] = 300000,
  1020. ["357"] = 300000,
  1021. ["smg"] = 300000,
  1022. },
  1023. })
  1024.  
  1025. -- CATEGORY: Imperial Army Command
  1026. TEAM_GRANDGENERAL = DarkRP.createJob("Grand General", {
  1027. color = Color(90, 90, 90),
  1028. model = {
  1029. "models/player/banks/eg_command/tk_grand_general.mdl",
  1030. "models/player/male/rgofficer.mdl",
  1031. "models/player/female/rgofficer.mdl"
  1032. },
  1033. description = [[You are the Imperial Army Grand General.]],
  1034. weapons = {"tfa_e11_b", "tfa_kotor_hvybp_3"},
  1035. command = "grandgeneral",
  1036. max = 1,
  1037. salary = 5,
  1038. admin = 0,
  1039. vote = false,
  1040. hasLicense = false,
  1041. category= "Imperial Army Command",
  1042. sortOrder = 1,
  1043. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1044. ply:SetHealth(700)
  1045. ply:SetMaxHealth(700)
  1046. end,
  1047. ammo = {
  1048. ["pistol"] = 300000,
  1049. ["ar2"] = 300000,
  1050. ["357"] = 300000,
  1051. ["smg"] = 300000,
  1052. },
  1053. })
  1054. TEAM_HIGHGENERAL = DarkRP.createJob("High General", {
  1055. color = Color(90, 90, 90),
  1056. model = {
  1057. "models/player/banks/eg_command/tk_general3.mdl",
  1058. "models/player/male/rgofficer.mdl",
  1059. "models/player/female/rgofficer.mdl"
  1060. },
  1061. description = [[You are the Imperial Army General.]],
  1062. weapons = {"tfa_e11_b", "tfa_kotor_hvybp_3"},
  1063. command = "highgeneral",
  1064. max = 1,
  1065. salary = 5,
  1066. admin = 0,
  1067. vote = false,
  1068. hasLicense = false,
  1069. category= "Imperial Army Command",
  1070. sortOrder = 2,
  1071. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1072. ply:SetHealth(700)
  1073. ply:SetMaxHealth(700)
  1074. end,
  1075. ammo = {
  1076. ["pistol"] = 300000,
  1077. ["ar2"] = 300000,
  1078. ["357"] = 300000,
  1079. ["smg"] = 300000,
  1080. },
  1081. })
  1082. TEAM_GENERAL = DarkRP.createJob("General", {
  1083. color = Color(90, 90, 90),
  1084. model = {
  1085. "models/player/banks/eg_command/tk_general3.mdl",
  1086. "models/player/male/rgofficer.mdl",
  1087. "models/player/female/rgofficer.mdl"
  1088. },
  1089. description = [[You are the Imperial Army General.]],
  1090. weapons = {"tfa_e11_b", "tfa_kotor_hvybp_3"},
  1091. command = "general",
  1092. max = 1,
  1093. salary = 5,
  1094. admin = 0,
  1095. vote = false,
  1096. hasLicense = false,
  1097. category= "Imperial Army Command",
  1098. sortOrder = 2,
  1099. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1100. ply:SetHealth(700)
  1101. ply:SetMaxHealth(700)
  1102. end,
  1103. ammo = {
  1104. ["pistol"] = 300000,
  1105. ["ar2"] = 300000,
  1106. ["357"] = 300000,
  1107. ["smg"] = 300000,
  1108. },
  1109. })
  1110. TEAM_LTGENERAL = DarkRP.createJob("Lieutenant General", {
  1111. color = Color(90, 90, 90),
  1112. model = {
  1113. "models/player/banks/eg_command/tk_general4.mdl",
  1114. "models/player/male/rgofficer.mdl",
  1115. "models/player/female/rgofficer.mdl"
  1116. },
  1117. description = [[You are an Imperial Army Lieutenant General.]],
  1118. weapons = {"tfa_e11_b", "tfa_kotor_hvybp_3"},
  1119. command = "ltgeneral",
  1120. max = 2,
  1121. salary = 5,
  1122. admin = 0,
  1123. vote = false,
  1124. hasLicense = false,
  1125. category= "Imperial Army Command",
  1126. sortOrder = 3,
  1127. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1128. ply:SetHealth(700)
  1129. ply:SetMaxHealth(700)
  1130. end,
  1131. ammo = {
  1132. ["pistol"] = 300000,
  1133. ["ar2"] = 300000,
  1134. ["357"] = 300000,
  1135. ["smg"] = 300000,
  1136. },
  1137. })
  1138. TEAM_MAJGENERAL = DarkRP.createJob("Major General", {
  1139. color = Color(90, 90, 90),
  1140. model = {
  1141. "models/player/banks/eg_command/tk_general2.mdl",
  1142. "models/player/male/rgofficer.mdl",
  1143. "models/player/female/rgofficer.mdl"
  1144. },
  1145. description = [[You are an Imperial Army Major General.]],
  1146. weapons = {"tfa_e11_b", "tfa_kotor_hvybp_3"},
  1147. command = "majgeneral",
  1148. max = 4,
  1149. salary = 5,
  1150. admin = 0,
  1151. vote = false,
  1152. hasLicense = false,
  1153. category= "Imperial Army Command",
  1154. sortOrder = 4,
  1155. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1156. ply:SetHealth(700)
  1157. ply:SetMaxHealth(700)
  1158. end,
  1159. ammo = {
  1160. ["pistol"] = 300000,
  1161. ["ar2"] = 300000,
  1162. ["357"] = 300000,
  1163. ["smg"] = 300000,
  1164. },
  1165. })
  1166. TEAM_BRIGADIER = DarkRP.createJob("Brigadier", {
  1167. color = Color(90, 90, 90),
  1168. model = {
  1169. "models/player/banks/eg_command/tk_general1.mdl",
  1170. "models/player/male/rgofficer.mdl",
  1171. "models/player/female/rgofficer.mdl"
  1172. },
  1173. description = [[You are an Imperial Army Brigadier.]],
  1174. weapons = {"tfa_e11_b", "tfa_kotor_hvybp_3"},
  1175. command = "brigadier",
  1176. max = 4,
  1177. salary = 5,
  1178. admin = 0,
  1179. vote = false,
  1180. hasLicense = false,
  1181. category= "Imperial Army Command",
  1182. sortOrder = 5,
  1183. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1184. ply:SetHealth(700)
  1185. ply:SetMaxHealth(700)
  1186. end,
  1187. ammo = {
  1188. ["pistol"] = 300000,
  1189. ["ar2"] = 300000,
  1190. ["357"] = 300000,
  1191. ["smg"] = 300000,
  1192. },
  1193. })
  1194.  
  1195. -- CATEGORY: Imperial Security Bureau
  1196.  
  1197. TEAM_ISBDIRECTOR = DarkRP.createJob("ISB Director Krennic", {
  1198. color = Color(96, 96, 96),
  1199. model = {"models/player/hydro/swbf_krennic/swbf_krennic.mdl"},
  1200. description = [[You are the ISB Director.]],
  1201. weapons = {"tfa_dt29"},
  1202. command = "isbdirector",
  1203. max = 1,
  1204. salary = 5,
  1205. admin = 0,
  1206. vote = false,
  1207. hasLicense = false,
  1208. category= "Imperial Security Bureau",
  1209. sortOrder = 1,
  1210. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1211. ply:SetHealth(500)
  1212. ply:SetMaxHealth(500)
  1213. end,
  1214. ammo = {
  1215. ["pistol"] = 300000,
  1216. ["ar2"] = 300000,
  1217. ["357"] = 300000,
  1218. ["smg"] = 300000,
  1219. },
  1220. })
  1221. TEAM_ISBOFFICER = DarkRP.createJob("ISB Officer", {
  1222. color = Color(96, 96, 96),
  1223. model = {
  1224. "models/player/male/isb.mdl",
  1225. "models/player/female/isb.mdl"
  1226. },
  1227. description = [[You are an ISB Director.]],
  1228. weapons = {"tfa_752_defenderoftruth"},
  1229. command = "isbofficer",
  1230. max = 10,
  1231. salary = 5,
  1232. admin = 0,
  1233. vote = false,
  1234. hasLicense = false,
  1235. category= "Imperial Security Bureau",
  1236. sortOrder = 2,
  1237. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1238. ply:SetHealth(450)
  1239. ply:SetMaxHealth(450)
  1240. end,
  1241. ammo = {
  1242. ["pistol"] = 300000,
  1243. ["ar2"] = 300000,
  1244. ["357"] = 300000,
  1245. ["smg"] = 300000,
  1246. },
  1247. })
  1248. TEAM_ISBNCO = DarkRP.createJob("ISB NCO", {
  1249. color = Color(96, 96, 96),
  1250. model = {
  1251. "models/player/male/isb.mdl",
  1252. "models/player/female/isb.mdl"
  1253. },
  1254. description = [[You are an ISB NCO.]],
  1255. weapons = {"tfa_752_defenderoftruth"},
  1256. command = "isbnco",
  1257. max = 10,
  1258. salary = 5,
  1259. admin = 0,
  1260. vote = false,
  1261. hasLicense = false,
  1262. category= "Imperial Security Bureau",
  1263. sortOrder = 3,
  1264. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1265. ply:SetHealth(400)
  1266. ply:SetMaxHealth(400)
  1267. end,
  1268. ammo = {
  1269. ["pistol"] = 300000,
  1270. ["ar2"] = 300000,
  1271. ["357"] = 300000,
  1272. ["smg"] = 300000,
  1273. },
  1274. })
  1275. TEAM_ISBE = DarkRP.createJob("ISB Enlisted", {
  1276. color = Color(96, 96, 96),
  1277. model = {
  1278. "models/player/male/isb.mdl",
  1279. "models/player/female/isb.mdl"
  1280. },
  1281. description = [[You are an ISB Enlisted.]],
  1282. weapons = {"tfa_752_defenderoftruth"},
  1283. command = "isbe",
  1284. max = 10,
  1285. salary = 5,
  1286. admin = 0,
  1287. vote = false,
  1288. hasLicense = false,
  1289. category= "Imperial Security Bureau",
  1290. sortOrder = 4,
  1291. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1292. ply:SetHealth(350)
  1293. ply:SetMaxHealth(350)
  1294. end,
  1295. ammo = {
  1296. ["pistol"] = 300000,
  1297. ["ar2"] = 300000,
  1298. ["357"] = 300000,
  1299. ["smg"] = 300000,
  1300. },
  1301. })
  1302. TEAM_INFERNO = DarkRP.createJob("Inferno Squad Agent", {
  1303. color = Color(102, 0, 0),
  1304. model = {
  1305. "models/player/markus/ot_inferno_squad_del/ot_inferno_squad_del_playermodel.mdl",
  1306. "models/player/markus/ot_inferno_squad_hask/ot_inferno_squad_hask_playermodel.mdl",
  1307. "models/player/markus/ot_inferno_squad_iden_versio/ot_inferno_squad_iden_versio_playermodel.mdl"
  1308. },
  1309. description = [[You are an Inferno Squad Agent.]],
  1310. weapons = {"tfa_752_ihr", "tfa_752_westar34", "realistic_hook", "weapon_stealthcamo"},
  1311. command = "inferno",
  1312. max = 3,
  1313. salary = 5,
  1314. admin = 0,
  1315. vote = false,
  1316. hasLicense = false,
  1317. category= "Imperial Security Bureau",
  1318. sortOrder = 5,
  1319. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1320. ply:SetHealth(700)
  1321. ply:SetMaxHealth(700)
  1322. end,
  1323. ammo = {
  1324. ["pistol"] = 300000,
  1325. ["ar2"] = 300000,
  1326. ["357"] = 300000,
  1327. ["smg"] = 300000,
  1328. },
  1329. })
  1330. TEAM_DEATHTROOPER = DarkRP.createJob("Death Trooper", {
  1331. color = Color(18, 18, 18),
  1332. model = {
  1333. "models/player/hydro/swbf_deathtrooper/swbf_deathtrooper.mdl",
  1334. "models/player/hydro/swbf_deathtrooper/swbf_deathtrooper2.mdl",
  1335. "models/player/hydro/swbf_deathtrooper/swbf_deathtrooper3.mdl"
  1336. },
  1337. description = [[You are a Death Trooper.]],
  1338. weapons = {"tfa_dlt19_extended", "tfa_e11d", "weapon_cuff_elastic"},
  1339. command = "deathtrooper",
  1340. max = 4,
  1341. salary = 5,
  1342. admin = 0,
  1343. vote = false,
  1344. hasLicense = false,
  1345. category= "Imperial Security Bureau",
  1346. sortOrder = 6,
  1347. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1348. ply:SetHealth(800)
  1349. ply:SetMaxHealth(900)
  1350. end,
  1351. ammo = {
  1352. ["pistol"] = 300000,
  1353. ["ar2"] = 300000,
  1354. ["357"] = 300000,
  1355. ["smg"] = 300000,
  1356. },
  1357. })
  1358.  
  1359. -- CATEGORY: Imperial Naval Admiralty
  1360.  
  1361. TEAM_GADMIRAL = DarkRP.createJob("Grand Admiral Thrawn", {
  1362. color = Color(128, 128, 128),
  1363. model = {
  1364. "models/player/valley/thrawn.mdl"
  1365. },
  1366. description = [[You are Grand Admiral Thrawn.]],
  1367. weapons = {"tfa_752_defenderoftruth"},
  1368. command = "gadmiral",
  1369. max = 1,
  1370. salary = 5,
  1371. admin = 0,
  1372. vote = false,
  1373. hasLicense = false,
  1374. category= "Imperial Naval Admiralty",
  1375. sortOrder = 1,
  1376. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1377. ply:SetHealth(600)
  1378. ply:SetMaxHealth(600)
  1379. end,
  1380. ammo = {
  1381. ["pistol"] = 300000,
  1382. ["ar2"] = 300000,
  1383. ["357"] = 300000,
  1384. ["smg"] = 300000,
  1385. },
  1386. })
  1387. TEAM_FADMIRAL = DarkRP.createJob("Fleet Admiral", {
  1388. color = Color(128, 128, 128),
  1389. model = {
  1390. "models/player/male/navy.mdl",
  1391. "models/player/female/navy.mdl"
  1392. },
  1393. description = [[You are the Fleet Admiral of the Imperial Navy.]],
  1394. weapons = {"tfa_752_defenderoftruth"},
  1395. command = "fadmiral",
  1396. max = 1,
  1397. salary = 5,
  1398. admin = 0,
  1399. vote = false,
  1400. hasLicense = false,
  1401. category= "Imperial Naval Admiralty",
  1402. sortOrder = 2,
  1403. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1404. ply:SetHealth(600)
  1405. ply:SetMaxHealth(600)
  1406. end,
  1407. ammo = {
  1408. ["pistol"] = 300000,
  1409. ["ar2"] = 300000,
  1410. ["357"] = 300000,
  1411. ["smg"] = 300000,
  1412. },
  1413. })
  1414. TEAM_ADMIRAL = DarkRP.createJob("Admiral", {
  1415. color = Color(128, 128, 128),
  1416. model = {
  1417. "models/player/male/navy.mdl",
  1418. "models/player/female/navy.mdl"
  1419. },
  1420. description = [[You are the Admiral of the Imperial Navy.]],
  1421. weapons = {"tfa_752_defenderoftruth"},
  1422. command = "admiral",
  1423. max = 1,
  1424. salary = 5,
  1425. admin = 0,
  1426. vote = false,
  1427. hasLicense = false,
  1428. category= "Imperial Naval Admiralty",
  1429. sortOrder = 3,
  1430. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1431. ply:SetHealth(600)
  1432. ply:SetMaxHealth(600)
  1433. end,
  1434. ammo = {
  1435. ["pistol"] = 300000,
  1436. ["ar2"] = 300000,
  1437. ["357"] = 300000,
  1438. ["smg"] = 300000,
  1439. },
  1440. })
  1441. TEAM_VADMIRAL = DarkRP.createJob("Vice Admiral", {
  1442. color = Color(128, 128, 128),
  1443. model = {
  1444. "models/player/male/navy.mdl",
  1445. "models/player/female/navy.mdl"
  1446. },
  1447. description = [[You are the Vice Admiral of the Imperial Navy.]],
  1448. weapons = {"tfa_752_defenderoftruth"},
  1449. command = "vadmiral",
  1450. max = 1,
  1451. salary = 5,
  1452. admin = 0,
  1453. vote = false,
  1454. hasLicense = false,
  1455. category= "Imperial Naval Admiralty",
  1456. sortOrder = 4,
  1457. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1458. ply:SetHealth(600)
  1459. ply:SetMaxHealth(600)
  1460. end,
  1461. ammo = {
  1462. ["pistol"] = 300000,
  1463. ["ar2"] = 300000,
  1464. ["357"] = 300000,
  1465. ["smg"] = 300000,
  1466. },
  1467. })
  1468. TEAM_RADMIRAL = DarkRP.createJob("Rear Admiral", {
  1469. color = Color(128, 128, 128),
  1470. model = {
  1471. "models/player/male/navy.mdl",
  1472. "models/player/female/navy.mdl"
  1473. },
  1474. description = [[You are the Rear Admiral of the Imperial Navy.]],
  1475. weapons = {"tfa_752_defenderoftruth"},
  1476. command = "radmiral",
  1477. max = 1,
  1478. salary = 5,
  1479. admin = 0,
  1480. vote = false,
  1481. hasLicense = false,
  1482. category= "Imperial Naval Admiralty",
  1483. sortOrder = 5,
  1484. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1485. ply:SetHealth(600)
  1486. ply:SetMaxHealth(600)
  1487. end,
  1488. ammo = {
  1489. ["pistol"] = 300000,
  1490. ["ar2"] = 300000,
  1491. ["357"] = 300000,
  1492. ["smg"] = 300000,
  1493. },
  1494. })
  1495.  
  1496. -- CATEGORY: Imperial Naval Officers
  1497.  
  1498. TEAM_COMMODORE = DarkRP.createJob("Commodore", {
  1499. color = Color(128, 128, 128),
  1500. model = {
  1501. "models/player/male/navy.mdl",
  1502. "models/player/female/navy.mdl"
  1503. },
  1504. description = [[You are a Commodore of the Imperial Navy.]],
  1505. weapons = {"tfa_752_defenderoftruth"},
  1506. command = "commodore",
  1507. max = 2,
  1508. salary = 5,
  1509. admin = 0,
  1510. vote = false,
  1511. hasLicense = false,
  1512. category= "Imperial Naval Officers",
  1513. sortOrder = 1,
  1514. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1515. ply:SetHealth(500)
  1516. ply:SetMaxHealth(500)
  1517. end,
  1518. ammo = {
  1519. ["pistol"] = 300000,
  1520. ["ar2"] = 300000,
  1521. ["357"] = 300000,
  1522. ["smg"] = 300000,
  1523. },
  1524. })
  1525. TEAM_LCAPTAIN = DarkRP.createJob("Line Captain", {
  1526. color = Color(128, 128, 128),
  1527. model = {
  1528. "models/player/male/navy.mdl",
  1529. "models/player/female/navy.mdl"
  1530. },
  1531. description = [[You are a Commodore of the Imperial Navy.]],
  1532. weapons = {"tfa_752_defenderoftruth"},
  1533. command = "lcaptain",
  1534. max = 3,
  1535. salary = 5,
  1536. admin = 0,
  1537. vote = false,
  1538. hasLicense = false,
  1539. category= "Imperial Naval Officers",
  1540. sortOrder = 2,
  1541. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1542. ply:SetHealth(500)
  1543. ply:SetMaxHealth(500)
  1544. end,
  1545. ammo = {
  1546. ["pistol"] = 300000,
  1547. ["ar2"] = 300000,
  1548. ["357"] = 300000,
  1549. ["smg"] = 300000,
  1550. },
  1551. })
  1552. TEAM_CAPTAIN = DarkRP.createJob("Captain", {
  1553. color = Color(128, 128, 128),
  1554. model = {
  1555. "models/player/male/navy.mdl",
  1556. "models/player/female/navy.mdl"
  1557. },
  1558. description = [[You are a Captain of the Imperial Navy.]],
  1559. weapons = {"tfa_752_defenderoftruth"},
  1560. command = "captain",
  1561. max = 4,
  1562. salary = 5,
  1563. admin = 0,
  1564. vote = false,
  1565. hasLicense = false,
  1566. category= "Imperial Naval Officers",
  1567. sortOrder = 3,
  1568. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1569. ply:SetHealth(500)
  1570. ply:SetMaxHealth(500)
  1571. end,
  1572. ammo = {
  1573. ["pistol"] = 300000,
  1574. ["ar2"] = 300000,
  1575. ["357"] = 300000,
  1576. ["smg"] = 300000,
  1577. },
  1578. })
  1579. TEAM_COMMANDER = DarkRP.createJob("Commander", {
  1580. color = Color(128, 128, 128),
  1581. model = {
  1582. "models/player/male/navy.mdl",
  1583. "models/player/female/navy.mdl"
  1584. },
  1585. description = [[You are a Commander of the Imperial Navy.]],
  1586. weapons = {"tfa_752_defenderoftruth"},
  1587. command = "commander",
  1588. max = 5,
  1589. salary = 5,
  1590. admin = 0,
  1591. vote = false,
  1592. hasLicense = false,
  1593. category= "Imperial Naval Officers",
  1594. sortOrder = 4,
  1595. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1596. ply:SetHealth(500)
  1597. ply:SetMaxHealth(500)
  1598. end,
  1599. ammo = {
  1600. ["pistol"] = 300000,
  1601. ["ar2"] = 300000,
  1602. ["357"] = 300000,
  1603. ["smg"] = 300000,
  1604. },
  1605. })
  1606. TEAM_LTCOMMANDER = DarkRP.createJob("Lieutenant Commander", {
  1607. color = Color(128, 128, 128),
  1608. model = {
  1609. "models/player/male/navy.mdl",
  1610. "models/player/female/navy.mdl"
  1611. },
  1612. description = [[You are a Lieutenant Commander of the Imperial Navy.]],
  1613. weapons = {"tfa_752_defenderoftruth"},
  1614. command = "ltcommander",
  1615. max = 5,
  1616. salary = 5,
  1617. admin = 0,
  1618. vote = false,
  1619. hasLicense = false,
  1620. category= "Imperial Naval Officers",
  1621. sortOrder = 5,
  1622. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1623. ply:SetHealth(500)
  1624. ply:SetMaxHealth(500)
  1625. end,
  1626. ammo = {
  1627. ["pistol"] = 300000,
  1628. ["ar2"] = 300000,
  1629. ["357"] = 300000,
  1630. ["smg"] = 300000,
  1631. },
  1632. })
  1633. TEAM_LIEUTENANT = DarkRP.createJob("Lieutenant", {
  1634. color = Color(128, 128, 128),
  1635. model = {
  1636. "models/player/male/navy.mdl",
  1637. "models/player/female/navy.mdl"
  1638. },
  1639. description = [[You are a Lieutenant of the Imperial Navy.]],
  1640. weapons = {"tfa_752_defenderoftruth"},
  1641. command = "lieutenant",
  1642. max = 8,
  1643. salary = 5,
  1644. admin = 0,
  1645. vote = false,
  1646. hasLicense = false,
  1647. category= "Imperial Naval Officers",
  1648. sortOrder = 6,
  1649. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1650. ply:SetHealth(500)
  1651. ply:SetMaxHealth(500)
  1652. end,
  1653. ammo = {
  1654. ["pistol"] = 300000,
  1655. ["ar2"] = 300000,
  1656. ["357"] = 300000,
  1657. ["smg"] = 300000,
  1658. },
  1659. })
  1660. TEAM_SUBLIEUTENANT = DarkRP.createJob("Sub-Lieutenant", {
  1661. color = Color(128, 128, 128),
  1662. model = {
  1663. "models/player/male/navy.mdl",
  1664. "models/player/female/navy.mdl"
  1665. },
  1666. description = [[You are a Sub-Lieutenant of the Imperial Navy.]],
  1667. weapons = {"tfa_752_defenderoftruth"},
  1668. command = "sublieutenant",
  1669. max = 8,
  1670. salary = 5,
  1671. admin = 0,
  1672. vote = false,
  1673. hasLicense = false,
  1674. category= "Imperial Naval Officers",
  1675. sortOrder = 7,
  1676. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1677. ply:SetHealth(500)
  1678. ply:SetMaxHealth(500)
  1679. end,
  1680. ammo = {
  1681. ["pistol"] = 300000,
  1682. ["ar2"] = 300000,
  1683. ["357"] = 300000,
  1684. ["smg"] = 300000,
  1685. },
  1686. })
  1687. TEAM_ASUBLIEUTENANT = DarkRP.createJob("Acting Sub-Lieutenant", {
  1688. color = Color(128, 128, 128),
  1689. model = {
  1690. "models/player/male/navy.mdl",
  1691. "models/player/female/navy.mdl"
  1692. },
  1693. description = [[You are an Acting Sub-Lieutenant of the Imperial Navy.]],
  1694. weapons = {"tfa_752_defenderoftruth"},
  1695. command = "asublieutenant",
  1696. max = 8,
  1697. salary = 5,
  1698. admin = 0,
  1699. vote = false,
  1700. hasLicense = false,
  1701. category= "Imperial Naval Officers",
  1702. sortOrder = 8,
  1703. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1704. ply:SetHealth(500)
  1705. ply:SetMaxHealth(500)
  1706. end,
  1707. ammo = {
  1708. ["pistol"] = 300000,
  1709. ["ar2"] = 300000,
  1710. ["357"] = 300000,
  1711. ["smg"] = 300000,
  1712. },
  1713. })
  1714. TEAM_ENSIGN = DarkRP.createJob("Ensign", {
  1715. color = Color(128, 128, 128),
  1716. model = {
  1717. "models/player/male/navy.mdl",
  1718. "models/player/female/navy.mdl"
  1719. },
  1720. description = [[You are an Ensign of the Imperial Navy.]],
  1721. weapons = {"tfa_752_defenderoftruth"},
  1722. command = "ensign",
  1723. max = 10,
  1724. salary = 5,
  1725. admin = 0,
  1726. vote = false,
  1727. hasLicense = false,
  1728. category= "Imperial Naval Officers",
  1729. sortOrder = 9,
  1730. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1731. ply:SetHealth(500)
  1732. ply:SetMaxHealth(500)
  1733. end,
  1734. ammo = {
  1735. ["pistol"] = 300000,
  1736. ["ar2"] = 300000,
  1737. ["357"] = 300000,
  1738. ["smg"] = 300000,
  1739. },
  1740. })
  1741. TEAM_MIDSHIPMAN = DarkRP.createJob("Midshipman", {
  1742. color = Color(128, 128, 128),
  1743. model = {
  1744. "models/player/male/navy.mdl",
  1745. "models/player/female/navy.mdl"
  1746. },
  1747. description = [[You are a Midshipman of the Imperial Navy.]],
  1748. weapons = {"tfa_752_defenderoftruth"},
  1749. command = "midshipman",
  1750. max = 10,
  1751. salary = 5,
  1752. admin = 0,
  1753. vote = false,
  1754. hasLicense = false,
  1755. category= "Imperial Naval Officers",
  1756. sortOrder = 10,
  1757. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1758. ply:SetHealth(500)
  1759. ply:SetMaxHealth(500)
  1760. end,
  1761. ammo = {
  1762. ["pistol"] = 300000,
  1763. ["ar2"] = 300000,
  1764. ["357"] = 300000,
  1765. ["smg"] = 300000,
  1766. },
  1767. })
  1768.  
  1769. -- CATEGORY: Imperial Naval Bridge Crew
  1770.  
  1771. TEAM_OFFICERCADET = DarkRP.createJob("Officer Cadet", {
  1772. color = Color(128, 128, 128),
  1773. model = {
  1774. "models/player/male/trooper.mdl",
  1775. "models/player/female/trooper.mdl"
  1776. },
  1777. description = [[You are an Officer Cadet of the Imperial Navy.]],
  1778. weapons = {"tfa_752_defenderoftruth"},
  1779. command = "officercadet",
  1780. max = 10,
  1781. salary = 5,
  1782. admin = 0,
  1783. vote = false,
  1784. hasLicense = false,
  1785. category= "Imperial Naval Bridge Crew",
  1786. sortOrder = 1,
  1787. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1788. ply:SetHealth(500)
  1789. ply:SetMaxHealth(500)
  1790. end,
  1791. ammo = {
  1792. ["pistol"] = 300000,
  1793. ["ar2"] = 300000,
  1794. ["357"] = 300000,
  1795. ["smg"] = 300000,
  1796. },
  1797. })
  1798. TEAM_MASTERCHIEF = DarkRP.createJob("Master Chief", {
  1799. color = Color(128, 128, 128),
  1800. model = {
  1801. "models/player/male/trooper.mdl",
  1802. "models/player/female/trooper.mdl"
  1803. },
  1804. description = [[You are a Master Chief of the Imperial Navy.]],
  1805. weapons = {"tfa_752_defenderoftruth"},
  1806. command = "masterchief",
  1807. max = 10,
  1808. salary = 5,
  1809. admin = 0,
  1810. vote = false,
  1811. hasLicense = false,
  1812. category= "Imperial Naval Bridge Crew",
  1813. sortOrder = 2,
  1814. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1815. ply:SetHealth(400)
  1816. ply:SetMaxHealth(400)
  1817. end,
  1818. ammo = {
  1819. ["pistol"] = 300000,
  1820. ["ar2"] = 300000,
  1821. ["357"] = 300000,
  1822. ["smg"] = 300000,
  1823. },
  1824. })
  1825. TEAM_CHIEF = DarkRP.createJob("Chief", {
  1826. color = Color(128, 128, 128),
  1827. model = {
  1828. "models/player/male/trooper.mdl",
  1829. "models/player/female/trooper.mdl"
  1830. },
  1831. description = [[You are a Chief of the Imperial Navy.]],
  1832. weapons = {"tfa_752_defenderoftruth"},
  1833. command = "chief",
  1834. max = 10,
  1835. salary = 5,
  1836. admin = 0,
  1837. vote = false,
  1838. hasLicense = false,
  1839. category= "Imperial Naval Bridge Crew",
  1840. sortOrder = 3,
  1841. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1842. ply:SetHealth(400)
  1843. ply:SetMaxHealth(400)
  1844. end,
  1845. ammo = {
  1846. ["pistol"] = 300000,
  1847. ["ar2"] = 300000,
  1848. ["357"] = 300000,
  1849. ["smg"] = 300000,
  1850. },
  1851. })
  1852. TEAM_LEADINGCREWMAN = DarkRP.createJob("Leading Crewman", {
  1853. color = Color(128, 128, 128),
  1854. model = {
  1855. "models/player/male/trooper.mdl",
  1856. "models/player/female/trooper.mdl"
  1857. },
  1858. description = [[You are a Leading Crewman of the Imperial Navy.]],
  1859. weapons = {"tfa_752_defenderoftruth"},
  1860. command = "leadingcrewman",
  1861. max = 10,
  1862. salary = 5,
  1863. admin = 0,
  1864. vote = false,
  1865. hasLicense = false,
  1866. category= "Imperial Naval Bridge Crew",
  1867. sortOrder = 4,
  1868. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1869. ply:SetHealth(400)
  1870. ply:SetMaxHealth(400)
  1871. end,
  1872. ammo = {
  1873. ["pistol"] = 300000,
  1874. ["ar2"] = 300000,
  1875. ["357"] = 300000,
  1876. ["smg"] = 300000,
  1877. },
  1878. })
  1879. TEAM_ABLECREWMAN = DarkRP.createJob("Able Crewman", {
  1880. color = Color(128, 128, 128),
  1881. model = {
  1882. "models/player/male/trooper.mdl",
  1883. "models/player/female/trooper.mdl"
  1884. },
  1885. description = [[You are an Able Crewman of the Imperial Navy.]],
  1886. weapons = {"tfa_752_defenderoftruth"},
  1887. command = "ablecrewman",
  1888. max = 10,
  1889. salary = 5,
  1890. admin = 0,
  1891. vote = false,
  1892. hasLicense = false,
  1893. category= "Imperial Naval Bridge Crew",
  1894. sortOrder = 5,
  1895. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1896. ply:SetHealth(300)
  1897. ply:SetMaxHealth(300)
  1898. end,
  1899. ammo = {
  1900. ["pistol"] = 300000,
  1901. ["ar2"] = 300000,
  1902. ["357"] = 300000,
  1903. ["smg"] = 300000,
  1904. },
  1905. })
  1906. TEAM_CREWMAN = DarkRP.createJob("Crewman", {
  1907. color = Color(128, 128, 128),
  1908. model = {
  1909. "models/player/male/trooper.mdl",
  1910. "models/player/female/trooper.mdl"
  1911. },
  1912. description = [[You are a Crewman of the Imperial Navy.]],
  1913. weapons = {"tfa_752_defenderoftruth"},
  1914. command = "crewman",
  1915. max = 10,
  1916. salary = 5,
  1917. admin = 0,
  1918. vote = false,
  1919. hasLicense = false,
  1920. category= "Imperial Naval Bridge Crew",
  1921. sortOrder = 6,
  1922. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1923. ply:SetHealth(300)
  1924. ply:SetMaxHealth(300)
  1925. end,
  1926. ammo = {
  1927. ["pistol"] = 300000,
  1928. ["ar2"] = 300000,
  1929. ["357"] = 300000,
  1930. ["smg"] = 300000,
  1931. },
  1932. })
  1933. TEAM_JUNIORCREWMAN = DarkRP.createJob("Junior Crewman", {
  1934. color = Color(128, 128, 128),
  1935. model = {
  1936. "models/player/male/trooper.mdl",
  1937. "models/player/female/trooper.mdl"
  1938. },
  1939. description = [[You are a Junior Crewman of the Imperial Navy.]],
  1940. weapons = {"tfa_752_defenderoftruth"},
  1941. command = "juniorcrewman",
  1942. max = 10,
  1943. salary = 5,
  1944. admin = 0,
  1945. vote = false,
  1946. hasLicense = false,
  1947. category= "Imperial Naval Bridge Crew",
  1948. sortOrder = 7,
  1949. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1950. ply:SetHealth(300)
  1951. ply:SetMaxHealth(300)
  1952. end,
  1953. ammo = {
  1954. ["pistol"] = 300000,
  1955. ["ar2"] = 300000,
  1956. ["357"] = 300000,
  1957. ["smg"] = 300000,
  1958. },
  1959. })
  1960. TEAM_NAVALCADET = DarkRP.createJob("Naval Cadet", {
  1961. color = Color(128, 128, 128),
  1962. model = {
  1963. "models/player/male/trooper.mdl",
  1964. "models/player/female/trooper.mdl"
  1965. },
  1966. description = [[You are a Cadet of the Imperial Navy.]],
  1967. weapons = {"tfa_752_defenderoftruth"},
  1968. command = "navalcadet",
  1969. max = 10,
  1970. salary = 5,
  1971. admin = 0,
  1972. vote = false,
  1973. hasLicense = false,
  1974. category= "Imperial Naval Bridge Crew",
  1975. sortOrder = 8,
  1976. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1977. ply:SetHealth(300)
  1978. ply:SetMaxHealth(300)
  1979. end,
  1980. ammo = {
  1981. ["pistol"] = 300000,
  1982. ["ar2"] = 300000,
  1983. ["357"] = 300000,
  1984. ["smg"] = 300000,
  1985. },
  1986. })
  1987.  
  1988. -- CATEGORY: Regional Goverment
  1989.  
  1990. TEAM_GRANDMOFF = DarkRP.createJob("Grand Moff Tarkin", {
  1991. color = Color(128, 128, 128),
  1992. model = {
  1993. "models/player/valley/tarkin.mdl"
  1994. },
  1995. description = [[You are Grand Moff Tarkin.]],
  1996. weapons = {"tfa_752_defenderoftruth"},
  1997. command = "grandmoff",
  1998. max = 1,
  1999. salary = 5,
  2000. admin = 0,
  2001. vote = false,
  2002. hasLicense = false,
  2003. category= "Regional Goverment",
  2004. sortOrder = 1,
  2005. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2006. ply:SetHealth(600)
  2007. ply:SetMaxHealth(600)
  2008. end,
  2009. ammo = {
  2010. ["pistol"] = 300000,
  2011. ["ar2"] = 300000,
  2012. ["357"] = 300000,
  2013. ["smg"] = 300000,
  2014. },
  2015. })
  2016. TEAM_MOFF = DarkRP.createJob("Moff", {
  2017. color = Color(128, 128, 128),
  2018. model = {
  2019. "models/player/male/rgofficer.mdl",
  2020. "models/player/female/rgofficer.mdl"
  2021. },
  2022. description = [[You are a Moff.]],
  2023. weapons = {"tfa_752_defenderoftruth"},
  2024. command = "moff",
  2025. max = 1,
  2026. salary = 5,
  2027. admin = 0,
  2028. vote = false,
  2029. hasLicense = false,
  2030. category= "Regional Goverment",
  2031. sortOrder = 2,
  2032. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2033. ply:SetHealth(600)
  2034. ply:SetMaxHealth(600)
  2035. end,
  2036. ammo = {
  2037. ["pistol"] = 300000,
  2038. ["ar2"] = 300000,
  2039. ["357"] = 300000,
  2040. ["smg"] = 300000,
  2041. },
  2042. })
  2043. TEAM_REGGOVERNOR = DarkRP.createJob("Regional Governor", {
  2044. color = Color(128, 128, 128),
  2045. model = {
  2046. "models/player/male/rgofficer.mdl",
  2047. "models/player/female/rgofficer.mdl"
  2048. },
  2049. description = [[You are the Regional Governor.]],
  2050. weapons = {"tfa_752_defenderoftruth"},
  2051. command = "reggovernor",
  2052. max = 1,
  2053. salary = 5,
  2054. admin = 0,
  2055. vote = false,
  2056. hasLicense = false,
  2057. category= "Regional Goverment",
  2058. sortOrder = 3,
  2059. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2060. ply:SetHealth(600)
  2061. ply:SetMaxHealth(600)
  2062. end,
  2063. ammo = {
  2064. ["pistol"] = 300000,
  2065. ["ar2"] = 300000,
  2066. ["357"] = 300000,
  2067. ["smg"] = 300000,
  2068. },
  2069. })
  2070. TEAM_REGMINISTER = DarkRP.createJob("Regional Minister", {
  2071. color = Color(128, 128, 128),
  2072. model = {
  2073. "models/player/male/rgofficer.mdl",
  2074. "models/player/female/rgofficer.mdl"
  2075. },
  2076. description = [[You are a Regional Minister.]],
  2077. weapons = {"tfa_752_defenderoftruth"},
  2078. command = "regminister",
  2079. max = 3,
  2080. salary = 5,
  2081. admin = 0,
  2082. vote = false,
  2083. hasLicense = false,
  2084. category= "Regional Goverment",
  2085. sortOrder = 4,
  2086. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2087. ply:SetHealth(500)
  2088. ply:SetMaxHealth(500)
  2089. end,
  2090. ammo = {
  2091. ["pistol"] = 300000,
  2092. ["ar2"] = 300000,
  2093. ["357"] = 300000,
  2094. ["smg"] = 300000,
  2095. },
  2096. })
  2097. TEAM_REGCHIEFOFSTAFF = DarkRP.createJob("Regional Chief of Staff", {
  2098. color = Color(128, 128, 128),
  2099. model = {
  2100. "models/player/male/rgofficer.mdl",
  2101. "models/player/female/rgofficer.mdl"
  2102. },
  2103. description = [[You are the Regional Chief of Staff.]],
  2104. weapons = {"tfa_752_defenderoftruth"},
  2105. command = "regchiefofstaff",
  2106. max = 1,
  2107. salary = 5,
  2108. admin = 0,
  2109. vote = false,
  2110. hasLicense = false,
  2111. category= "Regional Goverment",
  2112. sortOrder = 5,
  2113. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2114. ply:SetHealth(500)
  2115. ply:SetMaxHealth(500)
  2116. end,
  2117. ammo = {
  2118. ["pistol"] = 300000,
  2119. ["ar2"] = 300000,
  2120. ["357"] = 300000,
  2121. ["smg"] = 300000,
  2122. },
  2123. })
  2124. TEAM_SECADJUTANT = DarkRP.createJob("Sector Adjutant", {
  2125. color = Color(128, 128, 128),
  2126. model = {
  2127. "models/player/male/rgofficer.mdl",
  2128. "models/player/female/rgofficer.mdl"
  2129. },
  2130. description = [[You are the Sector Adjutant.]],
  2131. weapons = {"tfa_752_defenderoftruth"},
  2132. command = "secadjutant",
  2133. max = 2,
  2134. salary = 5,
  2135. admin = 0,
  2136. vote = false,
  2137. hasLicense = false,
  2138. category= "Regional Goverment",
  2139. sortOrder = 6,
  2140. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2141. ply:SetHealth(500)
  2142. ply:SetMaxHealth(500)
  2143. end,
  2144. ammo = {
  2145. ["pistol"] = 300000,
  2146. ["ar2"] = 300000,
  2147. ["357"] = 300000,
  2148. ["smg"] = 300000,
  2149. },
  2150. })
  2151. TEAM_ADVISOR = DarkRP.createJob("Goverment Advisor", {
  2152. color = Color(128, 128, 128),
  2153. model = {
  2154. "models/player/male/rgofficer.mdl",
  2155. "models/player/female/rgofficer.mdl"
  2156. },
  2157. description = [[You are a Goverment Advisor.]],
  2158. weapons = {"tfa_752_defenderoftruth"},
  2159. command = "advisor",
  2160. max = 4,
  2161. salary = 5,
  2162. admin = 0,
  2163. vote = false,
  2164. hasLicense = false,
  2165. category= "Regional Goverment",
  2166. sortOrder = 7,
  2167. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2168. ply:SetHealth(500)
  2169. ply:SetMaxHealth(500)
  2170. end,
  2171. ammo = {
  2172. ["pistol"] = 300000,
  2173. ["ar2"] = 300000,
  2174. ["357"] = 300000,
  2175. ["smg"] = 300000,
  2176. },
  2177. })
  2178. TEAM_LEGATE = DarkRP.createJob("Goverment Legate", {
  2179. color = Color(128, 128, 128),
  2180. model = {
  2181. "models/player/male/rgofficer.mdl",
  2182. "models/player/female/rgofficer.mdl"
  2183. },
  2184. description = [[You are a Goverment Legate.]],
  2185. weapons = {"tfa_752_defenderoftruth"},
  2186. command = "legate",
  2187. max = 4,
  2188. salary = 5,
  2189. admin = 0,
  2190. vote = false,
  2191. hasLicense = false,
  2192. category= "Regional Goverment",
  2193. sortOrder = 8,
  2194. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2195. ply:SetHealth(500)
  2196. ply:SetMaxHealth(500)
  2197. end,
  2198. ammo = {
  2199. ["pistol"] = 300000,
  2200. ["ar2"] = 300000,
  2201. ["357"] = 300000,
  2202. ["smg"] = 300000,
  2203. },
  2204. })
  2205. TEAM_PREFECT = DarkRP.createJob("Goverment Prefect", {
  2206. color = Color(128, 128, 128),
  2207. model = {
  2208. "models/player/male/rgofficer.mdl",
  2209. "models/player/female/rgofficer.mdl"
  2210. },
  2211. description = [[You are a Goverment Prefect.]],
  2212. weapons = {"tfa_752_defenderoftruth"},
  2213. command = "prefect",
  2214. max = 6,
  2215. salary = 5,
  2216. admin = 0,
  2217. vote = false,
  2218. hasLicense = false,
  2219. category= "Regional Goverment",
  2220. sortOrder = 9,
  2221. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2222. ply:SetHealth(500)
  2223. ply:SetMaxHealth(500)
  2224. end,
  2225. ammo = {
  2226. ["pistol"] = 300000,
  2227. ["ar2"] = 300000,
  2228. ["357"] = 300000,
  2229. ["smg"] = 300000,
  2230. },
  2231. })
  2232. TEAM_ADMINO = DarkRP.createJob("Goverment Administrative Officer", {
  2233. color = Color(128, 128, 128),
  2234. model = {
  2235. "models/player/male/rgofficer.mdl",
  2236. "models/player/female/rgofficer.mdl"
  2237. },
  2238. description = [[You are a Goverment Administrative Officer.]],
  2239. weapons = {"tfa_752_defenderoftruth"},
  2240. command = "admino",
  2241. max = 6,
  2242. salary = 5,
  2243. admin = 0,
  2244. vote = false,
  2245. hasLicense = false,
  2246. category= "Regional Goverment",
  2247. sortOrder = 10,
  2248. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2249. ply:SetHealth(500)
  2250. ply:SetMaxHealth(500)
  2251. end,
  2252. ammo = {
  2253. ["pistol"] = 300000,
  2254. ["ar2"] = 300000,
  2255. ["357"] = 300000,
  2256. ["smg"] = 300000,
  2257. },
  2258. })
  2259. TEAM_CHIEFCLERK = DarkRP.createJob("Goverment Chief Clerk", {
  2260. color = Color(128, 128, 128),
  2261. model = {
  2262. "models/player/male/rgofficer.mdl",
  2263. "models/player/female/rgofficer.mdl"
  2264. },
  2265. description = [[You are a Goverment Chief Clerk.]],
  2266. weapons = {"tfa_752_defenderoftruth"},
  2267. command = "chiefclerk",
  2268. max = 8,
  2269. salary = 5,
  2270. admin = 0,
  2271. vote = false,
  2272. hasLicense = false,
  2273. category= "Regional Goverment",
  2274. sortOrder = 11,
  2275. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2276. ply:SetHealth(300)
  2277. ply:SetMaxHealth(300)
  2278. end,
  2279. ammo = {
  2280. ["pistol"] = 300000,
  2281. ["ar2"] = 300000,
  2282. ["357"] = 300000,
  2283. ["smg"] = 300000,
  2284. },
  2285. })
  2286. TEAM_CLERK = DarkRP.createJob("Goverment Clerk", {
  2287. color = Color(128, 128, 128),
  2288. model = {
  2289. "models/player/male/rgofficer.mdl",
  2290. "models/player/female/rgofficer.mdl"
  2291. },
  2292. description = [[You are a Goverment Clerk.]],
  2293. weapons = {"tfa_752_defenderoftruth"},
  2294. command = "clerk",
  2295. max = 8,
  2296. salary = 5,
  2297. admin = 0,
  2298. vote = false,
  2299. hasLicense = false,
  2300. category= "Regional Goverment",
  2301. sortOrder = 12,
  2302. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2303. ply:SetHealth(300)
  2304. ply:SetMaxHealth(300)
  2305. end,
  2306. ammo = {
  2307. ["pistol"] = 300000,
  2308. ["ar2"] = 300000,
  2309. ["357"] = 300000,
  2310. ["smg"] = 300000,
  2311. },
  2312. })
  2313. TEAM_DEPCLERK = DarkRP.createJob("Goverment Deputy Clerk", {
  2314. color = Color(128, 128, 128),
  2315. model = {
  2316. "models/player/male/rgofficer.mdl",
  2317. "models/player/female/rgofficer.mdl"
  2318. },
  2319. description = [[You are a Goverment Deputy Clerk.]],
  2320. weapons = {"tfa_752_defenderoftruth"},
  2321. command = "depclerk",
  2322. max = 8,
  2323. salary = 5,
  2324. admin = 0,
  2325. vote = false,
  2326. hasLicense = false,
  2327. category= "Regional Goverment",
  2328. sortOrder = 13,
  2329. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2330. ply:SetHealth(300)
  2331. ply:SetMaxHealth(300)
  2332. end,
  2333. ammo = {
  2334. ["pistol"] = 300000,
  2335. ["ar2"] = 300000,
  2336. ["357"] = 300000,
  2337. ["smg"] = 300000,
  2338. },
  2339. })
  2340. TEAM_EXCLERK = DarkRP.createJob("Goverment Executive Clerk", {
  2341. color = Color(128, 128, 128),
  2342. model = {
  2343. "models/player/male/rgofficer.mdl",
  2344. "models/player/female/rgofficer.mdl"
  2345. },
  2346. description = [[You are a Goverment Executive Clerk.]],
  2347. weapons = {"tfa_752_defenderoftruth"},
  2348. command = "exclerk",
  2349. max = 8,
  2350. salary = 5,
  2351. admin = 0,
  2352. vote = false,
  2353. hasLicense = false,
  2354. category= "Regional Goverment",
  2355. sortOrder = 14,
  2356. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2357. ply:SetHealth(300)
  2358. ply:SetMaxHealth(300)
  2359. end,
  2360. ammo = {
  2361. ["pistol"] = 300000,
  2362. ["ar2"] = 300000,
  2363. ["357"] = 300000,
  2364. ["smg"] = 300000,
  2365. },
  2366. })
  2367. TEAM_PRINCLERK = DarkRP.createJob("Goverment Principal Clerk", {
  2368. color = Color(128, 128, 128),
  2369. model = {
  2370. "models/player/male/rgofficer.mdl",
  2371. "models/player/female/rgofficer.mdl"
  2372. },
  2373. description = [[You are a Goverment Principal Clerk.]],
  2374. weapons = {"tfa_752_defenderoftruth"},
  2375. command = "princlerk",
  2376. max = 8,
  2377. salary = 5,
  2378. admin = 0,
  2379. vote = false,
  2380. hasLicense = false,
  2381. category= "Regional Goverment",
  2382. sortOrder = 15,
  2383. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2384. ply:SetHealth(300)
  2385. ply:SetMaxHealth(300)
  2386. end,
  2387. ammo = {
  2388. ["pistol"] = 300000,
  2389. ["ar2"] = 300000,
  2390. ["357"] = 300000,
  2391. ["smg"] = 300000,
  2392. },
  2393. })
  2394. TEAM_UNDERCLERK = DarkRP.createJob("Goverment Under Clerk", {
  2395. color = Color(128, 128, 128),
  2396. model = {
  2397. "models/player/male/rgofficer.mdl",
  2398. "models/player/female/rgofficer.mdl"
  2399. },
  2400. description = [[You are a Goverment Under Clerk.]],
  2401. weapons = {"tfa_752_defenderoftruth"},
  2402. command = "underclerk",
  2403. max = 8,
  2404. salary = 5,
  2405. admin = 0,
  2406. vote = false,
  2407. hasLicense = false,
  2408. category= "Regional Goverment",
  2409. sortOrder = 16,
  2410. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2411. ply:SetHealth(300)
  2412. ply:SetMaxHealth(300)
  2413. end,
  2414. ammo = {
  2415. ["pistol"] = 300000,
  2416. ["ar2"] = 300000,
  2417. ["357"] = 300000,
  2418. ["smg"] = 300000,
  2419. },
  2420. })
  2421. TEAM_ASSISTANTCLERK = DarkRP.createJob("Goverment Assitant Clerk", {
  2422. color = Color(128, 128, 128),
  2423. model = {
  2424. "models/player/male/rgofficer.mdl",
  2425. "models/player/female/rgofficer.mdl"
  2426. },
  2427. description = [[You are a Goverment Assitant Clerk.]],
  2428. weapons = {"tfa_752_defenderoftruth"},
  2429. command = "assistantclerk",
  2430. max = 8,
  2431. salary = 5,
  2432. admin = 0,
  2433. vote = false,
  2434. hasLicense = false,
  2435. category= "Regional Goverment",
  2436. sortOrder = 17,
  2437. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2438. ply:SetHealth(300)
  2439. ply:SetMaxHealth(300)
  2440. end,
  2441. ammo = {
  2442. ["pistol"] = 300000,
  2443. ["ar2"] = 300000,
  2444. ["357"] = 300000,
  2445. ["smg"] = 300000,
  2446. },
  2447. })
  2448. TEAM_JUNIORCLERK = DarkRP.createJob("Goverment Junior Clerk", {
  2449. color = Color(128, 128, 128),
  2450. model = {
  2451. "models/player/male/rgofficer.mdl",
  2452. "models/player/female/rgofficer.mdl"
  2453. },
  2454. description = [[You are a Goverment Junior Clerk.]],
  2455. weapons = {"tfa_752_defenderoftruth"},
  2456. command = "juniorclerk",
  2457. max = 8,
  2458. salary = 5,
  2459. admin = 0,
  2460. vote = false,
  2461. hasLicense = false,
  2462. category= "Regional Goverment",
  2463. sortOrder = 18,
  2464. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2465. ply:SetHealth(300)
  2466. ply:SetMaxHealth(300)
  2467. end,
  2468. ammo = {
  2469. ["pistol"] = 300000,
  2470. ["ar2"] = 300000,
  2471. ["357"] = 300000,
  2472. ["smg"] = 300000,
  2473. },
  2474. })
  2475.  
  2476. -- CATEGORY: Sith
  2477.  
  2478. TEAM_EMPEROR = DarkRP.createJob("Emperor Palpatine", {
  2479. color = Color(102, 0, 0),
  2480. model = {
  2481. "models/player/emperor_palpatine.mdl"
  2482. },
  2483. description = [[You are the Emperor.]],
  2484. weapons = {"weapon_lightsaber_dls_palpatine"},
  2485. command = "emperor",
  2486. max = 1,
  2487. salary = 5,
  2488. admin = 0,
  2489. vote = false,
  2490. hasLicense = false,
  2491. category= "Sith",
  2492. sortOrder = 1,
  2493. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2494. ply:SetHealth(3500)
  2495. ply:SetMaxHealth(3500)
  2496. end,
  2497. ammo = {
  2498. ["pistol"] = 300000,
  2499. ["ar2"] = 300000,
  2500. ["357"] = 300000,
  2501. ["smg"] = 300000,
  2502. },
  2503. })
  2504. TEAM_VADER = DarkRP.createJob("Darth Vader", {
  2505. color = Color(102, 0, 0),
  2506. model = {
  2507. "models/nate159/swbf/hero/player/hero_sith_vader_player.mdl"
  2508. },
  2509. description = [[You are Lord Vader.]],
  2510. weapons = {"weapon_lightsaber_dls_vader"},
  2511. command = "vader",
  2512. max = 1,
  2513. salary = 5,
  2514. admin = 0,
  2515. vote = false,
  2516. hasLicense = false,
  2517. category= "Sith",
  2518. sortOrder = 2,
  2519. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2520. ply:SetHealth(3000)
  2521. ply:SetMaxHealth(3000)
  2522. end,
  2523. ammo = {
  2524. ["pistol"] = 300000,
  2525. ["ar2"] = 300000,
  2526. ["357"] = 300000,
  2527. ["smg"] = 300000,
  2528. },
  2529. })
  2530. TEAM_GALENMAREK = DarkRP.createJob("Galen Marek", {
  2531. color = Color(102, 0, 0),
  2532. model = {
  2533. "models/nate159/req/swtfu/malecdeathstar.mdl",
  2534. "models/nate159/req/swtfu/tie_flightsuit.mdl",
  2535. "models/player/sitharmor/sitharmor_pm.mdl"
  2536. },
  2537. description = [[You are Galen Marek.]],
  2538. weapons = {"weapon_lightsaber_dls_starkiller"},
  2539. command = "galenmarek",
  2540. max = 1,
  2541. salary = 5,
  2542. admin = 0,
  2543. vote = false,
  2544. hasLicense = false,
  2545. category= "Sith",
  2546. sortOrder = 3,
  2547. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2548. ply:SetHealth(2500)
  2549. ply:SetMaxHealth(2500)
  2550. end,
  2551. ammo = {
  2552. ["pistol"] = 300000,
  2553. ["ar2"] = 300000,
  2554. ["357"] = 300000,
  2555. ["smg"] = 300000,
  2556. },
  2557. })
  2558.  
  2559. -- CATEGORY: Royal Guards
  2560.  
  2561. TEAM_SPROTECTOR = DarkRP.createJob("Sovereign Protector", {
  2562. color = Color(102, 0, 0),
  2563. model = {
  2564. "models/player/ven/carnor.mdl"
  2565. },
  2566. description = [[You are a Sovereign Protector.]],
  2567. weapons = {"weapon_lightsaber_dls_guard", "tfa_kotor_bp_4"},
  2568. command = "sprotector",
  2569. max = 1,
  2570. salary = 5,
  2571. admin = 0,
  2572. vote = false,
  2573. hasLicense = false,
  2574. category= "Royal Guards",
  2575. sortOrder = 1,
  2576. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2577. ply:SetHealth(800)
  2578. ply:SetMaxHealth(800)
  2579. end,
  2580. ammo = {
  2581. ["pistol"] = 300000,
  2582. ["ar2"] = 300000,
  2583. ["357"] = 300000,
  2584. ["smg"] = 300000,
  2585. },
  2586. })
  2587. TEAM_RGCO = DarkRP.createJob("Royal Guard Commander", {
  2588. color = Color(102, 0, 0),
  2589. model = {
  2590. "models/player/ven/guard.mdl"
  2591. },
  2592. description = [[You are the Royal Guard Commander.]],
  2593. weapons = {"weapon_lightsaber_dls_guard", "tfa_kotor_bp_4"},
  2594. command = "rgco",
  2595. max = 1,
  2596. salary = 5,
  2597. admin = 0,
  2598. vote = false,
  2599. hasLicense = false,
  2600. category= "Royal Guards",
  2601. sortOrder = 2,
  2602. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2603. ply:SetHealth(750)
  2604. ply:SetMaxHealth(750)
  2605. end,
  2606. ammo = {
  2607. ["pistol"] = 300000,
  2608. ["ar2"] = 300000,
  2609. ["357"] = 300000,
  2610. ["smg"] = 300000,
  2611. },
  2612. })
  2613. TEAM_RGGM = DarkRP.createJob("Royal Guard Guardsman", {
  2614. color = Color(102, 0, 0),
  2615. model = {
  2616. "models/player/ven/guard.mdl"
  2617. },
  2618. description = [[You are a Royal Guard Guardsman.]],
  2619. weapons = {"weapon_lightsaber_dls_guard", "tfa_kotor_bp_4"},
  2620. command = "rggm",
  2621. max = 6,
  2622. salary = 5,
  2623. admin = 0,
  2624. vote = false,
  2625. hasLicense = false,
  2626. category= "Royal Guards",
  2627. sortOrder = 4,
  2628. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2629. ply:SetHealth(650)
  2630. ply:SetMaxHealth(650)
  2631. end,
  2632. ammo = {
  2633. ["pistol"] = 300000,
  2634. ["ar2"] = 300000,
  2635. ["357"] = 300000,
  2636. ["smg"] = 300000,
  2637. },
  2638. })
  2639.  
  2640. -- CATEGORY: Shadow Guards
  2641. TEAM_SGCO = DarkRP.createJob("Shadow Guard Commander", {
  2642. color = Color(102, 0, 0),
  2643. model = {
  2644. "models/player/ven/shadowguard.mdl"
  2645. },
  2646. description = [[You are the Shadow Guard Commander.]],
  2647. weapons = {"weapon_lightsaber_dls_guard", "tfa_kotor_bp_4"},
  2648. command = "sgco",
  2649. max = 1,
  2650. salary = 5,
  2651. admin = 0,
  2652. vote = false,
  2653. hasLicense = false,
  2654. category= "Shadow Guards",
  2655. sortOrder = 1,
  2656. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2657. ply:SetHealth(750)
  2658. ply:SetMaxHealth(750)
  2659. end,
  2660. ammo = {
  2661. ["pistol"] = 300000,
  2662. ["ar2"] = 300000,
  2663. ["357"] = 300000,
  2664. ["smg"] = 300000,
  2665. },
  2666. })
  2667. TEAM_SGGM = DarkRP.createJob("Shadow Guard Guardsman", {
  2668. color = Color(102, 0, 0),
  2669. model = {
  2670. "models/player/ven/shadowguard.mdl"
  2671. },
  2672. description = [[You are a Shadow Guard Guardsman.]],
  2673. weapons = {"weapon_lightsaber_dls_guard", "tfa_kotor_bp_4"},
  2674. command = "sggm",
  2675. max = 6,
  2676. salary = 5,
  2677. admin = 0,
  2678. vote = false,
  2679. hasLicense = false,
  2680. category= "Shadow Guards",
  2681. sortOrder = 3,
  2682. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2683. ply:SetHealth(650)
  2684. ply:SetMaxHealth(650)
  2685. end,
  2686. ammo = {
  2687. ["pistol"] = 300000,
  2688. ["ar2"] = 300000,
  2689. ["357"] = 300000,
  2690. ["smg"] = 300000,
  2691. },
  2692. })
  2693.  
  2694. -- CATEGORY: Inquisitorius
  2695.  
  2696. TEAM_GI = DarkRP.createJob("Grand Inquisitor", {
  2697. color = Color(102, 0, 0),
  2698. model = {
  2699. "models/egbanks/characters/eginquisitor/grandinquisitor.mdl"
  2700. },
  2701. description = [[You are the Grand Inquisitor.]],
  2702. weapons = {"weapon_lightsaber_dls_inquisitor", "tfa_kotor_bp_3"},
  2703. command = "gi",
  2704. max = 1,
  2705. salary = 5,
  2706. admin = 0,
  2707. vote = false,
  2708. hasLicense = false,
  2709. category= "Inquisitorius",
  2710. sortOrder = 1,
  2711. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2712. ply:SetHealth(950)
  2713. ply:SetMaxHealth(950)
  2714. end,
  2715. ammo = {
  2716. ["pistol"] = 300000,
  2717. ["ar2"] = 300000,
  2718. ["357"] = 300000,
  2719. ["smg"] = 300000,
  2720. },
  2721. })
  2722. TEAM_SISTER = DarkRP.createJob("Sister", {
  2723. color = Color(102, 0, 0),
  2724. model = {
  2725. "models/egbanks/characters/eginquisitor/inquisitor_seventhsister.mdl"
  2726. },
  2727. description = [[You are an Inquisitor Sister.]],
  2728. weapons = {"weapon_lightsaber_dls_inquisitor", "tfa_kotor_bp_3"},
  2729. command = "sister",
  2730. max = 1,
  2731. salary = 5,
  2732. admin = 0,
  2733. vote = false,
  2734. hasLicense = false,
  2735. category= "Inquisitorius",
  2736. sortOrder = 2,
  2737. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2738. ply:SetHealth(800)
  2739. ply:SetMaxHealth(800)
  2740. end,
  2741. ammo = {
  2742. ["pistol"] = 300000,
  2743. ["ar2"] = 300000,
  2744. ["357"] = 300000,
  2745. ["smg"] = 300000,
  2746. },
  2747. })
  2748. TEAM_BROTHER = DarkRP.createJob("Brother", {
  2749. color = Color(102, 0, 0),
  2750. model = {
  2751. "models/egbanks/characters/eginquisitor/inquis_fifthbrother.mdl",
  2752. "models/egbanks/characters/eginquisitor/eighth_brother.mdl"
  2753. },
  2754. description = [[You are an Inquisitor Brother.]],
  2755. weapons = {"weapon_lightsaber_dls_inquisitor", "tfa_kotor_bp_3"},
  2756. command = "brother",
  2757. max = 2,
  2758. salary = 5,
  2759. admin = 0,
  2760. vote = false,
  2761. hasLicense = false,
  2762. category= "Inquisitorius",
  2763. sortOrder = 3,
  2764. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2765. ply:SetHealth(700)
  2766. ply:SetMaxHealth(700)
  2767. end,
  2768. ammo = {
  2769. ["pistol"] = 300000,
  2770. ["ar2"] = 300000,
  2771. ["357"] = 300000,
  2772. ["smg"] = 300000,
  2773. },
  2774. })
  2775. TEAM_INQUISITOR = DarkRP.createJob("Inquisitor", {
  2776. color = Color(102, 0, 0),
  2777. model = {
  2778. "models/egbanks/characters/eginquisitor/inquisitor.mdl",
  2779. "models/egbanks/characters/eginquisitor/inquisitor2.mdl"
  2780. },
  2781. description = [[You are an Inquisitor.]],
  2782. weapons = {"weapon_lightsaber_dls_inquisitor", "tfa_kotor_bp_3"},
  2783. command = "inquisitor",
  2784. max = 5,
  2785. salary = 5,
  2786. admin = 0,
  2787. vote = false,
  2788. hasLicense = false,
  2789. category= "Inquisitorius",
  2790. sortOrder = 4,
  2791. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2792. ply:SetHealth(600)
  2793. ply:SetMaxHealth(600)
  2794. end,
  2795. ammo = {
  2796. ["pistol"] = 300000,
  2797. ["ar2"] = 300000,
  2798. ["357"] = 300000,
  2799. ["smg"] = 300000,
  2800. },
  2801. })
  2802.  
  2803. -- CATEGORY: Sith Marauders
  2804.  
  2805. TEAM_WARLORD = DarkRP.createJob("Warlord", {
  2806. color = Color(102, 0, 0),
  2807. model = {
  2808. "models/staticiser/req/prophet_1/prophet_1.mdl",
  2809. "models/staticiser/req/prophet_2/prophet_2.mdl",
  2810. "models/staticiser/req/prophet_3/prophet_3.mdl",
  2811. "models/staticiser/req/prophet_4/prophet_4.mdl"
  2812. },
  2813. description = [[You are the Warlord of the Sith Marauders.]],
  2814. weapons = {"weapon_lightsaber_dls_warlord", "tfa_scoutblaster_extended"},
  2815. command = "warlord",
  2816. max = 1,
  2817. salary = 5,
  2818. admin = 0,
  2819. vote = false,
  2820. hasLicense = false,
  2821. category= "Sith Marauders",
  2822. sortOrder = 1,
  2823. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2824. ply:SetHealth(1200)
  2825. ply:SetMaxHealth(1200)
  2826. end,
  2827. ammo = {
  2828. ["pistol"] = 300000,
  2829. ["ar2"] = 300000,
  2830. ["357"] = 300000,
  2831. ["smg"] = 300000,
  2832. },
  2833. })
  2834. TEAM_VANQUISHER = DarkRP.createJob("Vanquisher", {
  2835. color = Color(102, 0, 0),
  2836. model = {
  2837. "models/player/sw/revan/revan.mdl"
  2838. },
  2839. description = [[You are the Vanquisher of the Sith Marauders.]],
  2840. weapons = {"weapon_lightsaber_dls_vanquisher", "tfa_scoutblaster_extended"},
  2841. command = "vanquisher",
  2842. max = 1,
  2843. salary = 5,
  2844. admin = 0,
  2845. vote = false,
  2846. hasLicense = false,
  2847. category= "Sith Marauders",
  2848. sortOrder = 2,
  2849. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2850. ply:SetHealth(1100)
  2851. ply:SetMaxHealth(1100)
  2852. end,
  2853. ammo = {
  2854. ["pistol"] = 300000,
  2855. ["ar2"] = 300000,
  2856. ["357"] = 300000,
  2857. ["smg"] = 300000,
  2858. },
  2859. })
  2860. TEAM_TEMPLAR = DarkRP.createJob("Templar", {
  2861. color = Color(102, 0, 0),
  2862. model = {
  2863. "models/vaspyr/playermodels/experimental_sith/experimental_sith.mdl"
  2864. },
  2865. description = [[You are a Templar of the Sith Marauders.]],
  2866. weapons = {"weapon_lightsaber_dls_templar", "tfa_scoutblaster_extended"},
  2867. command = "templar",
  2868. max = 3,
  2869. salary = 5,
  2870. admin = 0,
  2871. vote = false,
  2872. hasLicense = false,
  2873. category= "Sith Marauders",
  2874. sortOrder = 3,
  2875. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2876. ply:SetHealth(1000)
  2877. ply:SetMaxHealth(1000)
  2878. end,
  2879. ammo = {
  2880. ["pistol"] = 300000,
  2881. ["ar2"] = 300000,
  2882. ["357"] = 300000,
  2883. ["smg"] = 300000,
  2884. },
  2885. })
  2886. TEAM_WARRIOR = DarkRP.createJob("Warrior", {
  2887. color = Color(102, 0, 0),
  2888. model = {
  2889. "models/grealms/characters/jedibattlelord/jedibattlelord_01.mdl",
  2890. "models/grealms/characters/jedibattlelord/jedibattlelord_02.mdl",
  2891. "models/grealms/characters/jedibattlelord/jedibattlelord_03.mdl",
  2892. "models/grealms/characters/jedibattlelord/jedibattlelord_04.mdl",
  2893. "models/grealms/characters/jedibattlelord/jedibattlelord_05.mdl",
  2894. "models/grealms/characters/jedibattlelord/jedibattlelord_06.mdl",
  2895. "models/grealms/characters/jedibattlelord/jedibattlelord_07.mdl",
  2896. "models/grealms/characters/jedibattlelord/jedibattlelord_08.mdl",
  2897. "models/grealms/characters/jedibattlelord/jedibattlelord_09.mdl"
  2898. },
  2899. description = [[You are a Warrior of the Sith Marauders.]],
  2900. weapons = {"weapon_lightsaber_dls_templar", "tfa_scoutblaster_extended"},
  2901. command = "warrior",
  2902. max = 4,
  2903. salary = 5,
  2904. admin = 0,
  2905. vote = false,
  2906. hasLicense = false,
  2907. category= "Sith Marauders",
  2908. sortOrder = 4,
  2909. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2910. ply:SetHealth(900)
  2911. ply:SetMaxHealth(900)
  2912. end,
  2913. ammo = {
  2914. ["pistol"] = 300000,
  2915. ["ar2"] = 300000,
  2916. ["357"] = 300000,
  2917. ["smg"] = 300000,
  2918. },
  2919. })
  2920. TEAM_CRUSADER = DarkRP.createJob("Crusader", {
  2921. color = Color(102, 0, 0),
  2922. model = {
  2923. "models/grealms/characters/jedibattlelord/jedibattlelord_01.mdl",
  2924. "models/grealms/characters/jedibattlelord/jedibattlelord_02.mdl",
  2925. "models/grealms/characters/jedibattlelord/jedibattlelord_03.mdl",
  2926. "models/grealms/characters/jedibattlelord/jedibattlelord_04.mdl",
  2927. "models/grealms/characters/jedibattlelord/jedibattlelord_05.mdl",
  2928. "models/grealms/characters/jedibattlelord/jedibattlelord_06.mdl",
  2929. "models/grealms/characters/jedibattlelord/jedibattlelord_07.mdl",
  2930. "models/grealms/characters/jedibattlelord/jedibattlelord_08.mdl",
  2931. "models/grealms/characters/jedibattlelord/jedibattlelord_09.mdl"
  2932. },
  2933. description = [[You are a Crusader of the Sith Marauders.]],
  2934. weapons = {"weapon_lightsaber_dls_crusader", "tfa_scoutblaster_extended"},
  2935. command = "crusader",
  2936. max = 5,
  2937. salary = 5,
  2938. admin = 0,
  2939. vote = false,
  2940. hasLicense = false,
  2941. category= "Sith Marauders",
  2942. sortOrder = 5,
  2943. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2944. ply:SetHealth(900)
  2945. ply:SetMaxHealth(900)
  2946. end,
  2947. ammo = {
  2948. ["pistol"] = 300000,
  2949. ["ar2"] = 300000,
  2950. ["357"] = 300000,
  2951. ["smg"] = 300000,
  2952. },
  2953. })
  2954. TEAM_ACOLYTE = DarkRP.createJob("Acolyte", {
  2955. color = Color(102, 0, 0),
  2956. model = {
  2957. "models/nate159/req/swtfu/sith_acolyte.mdl"
  2958. },
  2959. description = [[You are an Acolyte of the Sith Marauders.]],
  2960. weapons = {"weapon_lightsaber_dls_acolyte", "tfa_scoutblaster_extended"},
  2961. command = "acolyte",
  2962. max = 5,
  2963. salary = 5,
  2964. admin = 0,
  2965. vote = false,
  2966. hasLicense = false,
  2967. category= "Sith Marauders",
  2968. sortOrder = 6,
  2969. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2970. ply:SetHealth(800)
  2971. ply:SetMaxHealth(800)
  2972. end,
  2973. ammo = {
  2974. ["pistol"] = 300000,
  2975. ["ar2"] = 300000,
  2976. ["357"] = 300000,
  2977. ["smg"] = 300000,
  2978. },
  2979. })
  2980. TEAM_NOVICE = DarkRP.createJob("Novice", {
  2981. color = Color(102, 0, 0),
  2982. model = {
  2983. "models/player/starwars/mistersweetroll/saberguard.mdl"
  2984. },
  2985. description = [[You are a Novice of the Sith Marauders.]],
  2986. weapons = {"weapon_lightsaber_dls_novice", "tfa_scoutblaster_extended"},
  2987. command = "novice",
  2988. max = 8,
  2989. salary = 5,
  2990. admin = 0,
  2991. vote = false,
  2992. hasLicense = false,
  2993. category= "Sith Marauders",
  2994. sortOrder = 7,
  2995. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  2996. ply:SetHealth(700)
  2997. ply:SetMaxHealth(700)
  2998. end,
  2999. ammo = {
  3000. ["pistol"] = 300000,
  3001. ["ar2"] = 300000,
  3002. ["357"] = 300000,
  3003. ["smg"] = 300000,
  3004. },
  3005. })
  3006. TEAM_INITIATE = DarkRP.createJob("Initiate", {
  3007. color = Color(102, 0, 0),
  3008. model = {
  3009. "models/player/jka_cultist.mdl"
  3010. },
  3011. description = [[You are an Initiate of the Sith Marauders.]],
  3012. weapons = {"weapon_lightsaber_dls_initiate", "tfa_scoutblaster_extended"},
  3013. command = "initiate",
  3014. max = 8,
  3015. salary = 5,
  3016. admin = 0,
  3017. vote = false,
  3018. hasLicense = false,
  3019. category= "Sith Marauders",
  3020. sortOrder = 8,
  3021. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  3022. ply:SetHealth(600)
  3023. ply:SetMaxHealth(600)
  3024. end,
  3025. ammo = {
  3026. ["pistol"] = 300000,
  3027. ["ar2"] = 300000,
  3028. ["357"] = 300000,
  3029. ["smg"] = 300000,
  3030. },
  3031. })
  3032.  
  3033. -- CATEGORY: Bounty Hunters
  3034.  
  3035. TEAM_BOBAFETT = DarkRP.createJob("Boba Fett", {
  3036. color = Color(95, 158, 160),
  3037. model = {
  3038. "models/bobafett_tfu.mdl"
  3039. },
  3040. description = [[You are Boba Fett.]],
  3041. weapons = {"tfa_ee3_extended", "tfa_sw_westardual", "weapon_cuff_elastic"},
  3042. command = "bobafett",
  3043. max = 1,
  3044. salary = 5,
  3045. admin = 0,
  3046. vote = false,
  3047. hasLicense = false,
  3048. category= "Bounty Hunters",
  3049. sortOrder = 1,
  3050. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  3051. ply:SetHealth(800)
  3052. ply:SetMaxHealth(800)
  3053. end,
  3054. ammo = {
  3055. ["pistol"] = 300000,
  3056. ["ar2"] = 300000,
  3057. ["357"] = 300000,
  3058. ["smg"] = 300000,
  3059. },
  3060. })
  3061. TEAM_DENGAR = DarkRP.createJob("Dengar", {
  3062. color = Color(95, 158, 160),
  3063. model = {
  3064. "models/player/hydro/swbf_dengar/swbf_dengar.mdl"
  3065. },
  3066. description = [[You are Dengar.]],
  3067. weapons = {"tfa_dlt19_extended", "tfa_mercenarypistol", "weapon_cuff_elastic"},
  3068. command = "dengar",
  3069. max = 1,
  3070. salary = 5,
  3071. admin = 0,
  3072. vote = false,
  3073. hasLicense = false,
  3074. category= "Bounty Hunters",
  3075. sortOrder = 2,
  3076. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  3077. ply:SetHealth(1000)
  3078. ply:SetMaxHealth(1000)
  3079. end,
  3080. ammo = {
  3081. ["pistol"] = 300000,
  3082. ["ar2"] = 300000,
  3083. ["357"] = 300000,
  3084. ["smg"] = 300000,
  3085. },
  3086. })
  3087. TEAM_BOSSK = DarkRP.createJob("Bossk", {
  3088. color = Color(95, 158, 160),
  3089. model = {
  3090. "models/player/hydro/swbf_bossk/swbf_bossk.mdl"
  3091. },
  3092. description = [[You are Bossk.]],
  3093. weapons = {"tfa_relby", "tfa_mercenarypistol", "weapon_cuff_elastic"},
  3094. command = "bossk",
  3095. max = 1,
  3096. salary = 5,
  3097. admin = 0,
  3098. vote = false,
  3099. hasLicense = false,
  3100. category= "Bounty Hunters",
  3101. sortOrder = 3,
  3102. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  3103. ply:SetHealth(1000)
  3104. ply:SetMaxHealth(1000)
  3105. end,
  3106. ammo = {
  3107. ["pistol"] = 300000,
  3108. ["ar2"] = 300000,
  3109. ["357"] = 300000,
  3110. ["smg"] = 300000,
  3111. },
  3112. })
  3113. TEAM_C21 = DarkRP.createJob("C-21 Highsinger", {
  3114. color = Color(95, 158, 160),
  3115. model = {
  3116. "models/player/jellik/starwars/highsinger.mdl"
  3117. },
  3118. description = [[You are C-21 Highsinger.]],
  3119. weapons = {"tfa_kotor_br_3", "tfa_blacksunweapon", "weapon_cuff_elastic"},
  3120. command = "c21",
  3121. max = 1,
  3122. salary = 5,
  3123. admin = 0,
  3124. vote = false,
  3125. hasLicense = false,
  3126. category= "Bounty Hunters",
  3127. sortOrder = 4,
  3128. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  3129. ply:SetHealth(1000)
  3130. ply:SetMaxHealth(1000)
  3131. end,
  3132. ammo = {
  3133. ["pistol"] = 300000,
  3134. ["ar2"] = 300000,
  3135. ["357"] = 300000,
  3136. ["smg"] = 300000,
  3137. },
  3138. })
  3139.  
  3140. -- CATEGORY: Droids
  3141.  
  3142. TEAM_ASTROMECH = DarkRP.createJob("Astromech Droid", {
  3143. color = Color(128, 128, 128),
  3144. model = {
  3145. "models/kingpommes/emperors_tower/ph_props/rx_unit/r2_q5.mdl",
  3146. "models/kingpommes/emperors_tower/ph_props/rx_unit/r4_i9.mdl",
  3147. "models/kingpommes/emperors_tower/ph_props/rx_unit/r5_j2.mdl"
  3148. },
  3149. description = [[You are an astromech droid.]],
  3150. weapons = {},
  3151. command = "astromech",
  3152. max = 0,
  3153. salary = 5,
  3154. admin = 0,
  3155. vote = false,
  3156. hasLicense = false,
  3157. category= "Droids",
  3158. sortOrder = 1,
  3159. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  3160. ply:SetHealth(200)
  3161. ply:SetMaxHealth(200)
  3162. end,
  3163. ammo = {
  3164. ["pistol"] = 300000,
  3165. ["ar2"] = 300000,
  3166. ["357"] = 300000,
  3167. ["smg"] = 300000,
  3168. },
  3169. })
  3170. TEAM_K2SO = DarkRP.createJob("K-X Droid", {
  3171. color = Color(128, 128, 128),
  3172. model = {
  3173. "models/player/valley/k2so.mdl"
  3174. },
  3175. description = [[You are a K-X Droid.]],
  3176. weapons = {},
  3177. command = "k2so",
  3178. max = 0,
  3179. salary = 5,
  3180. admin = 0,
  3181. vote = false,
  3182. hasLicense = false,
  3183. category= "Droids",
  3184. sortOrder = 2,
  3185. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  3186. ply:SetHealth(500)
  3187. ply:SetMaxHealth(500)
  3188. end,
  3189. ammo = {
  3190. ["pistol"] = 300000,
  3191. ["ar2"] = 300000,
  3192. ["357"] = 300000,
  3193. ["smg"] = 300000,
  3194. },
  3195. })
  3196.  
  3197.  
  3198. GAMEMODE.DefaultTeam = TEAM_CADET
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement