Advertisement
KimonK

Untitled

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