Advertisement
KimonK

Untitled

Aug 19th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.62 KB | None | 0 0
  1. -- CATEGORY: Imperial Cadet Corps
  2.  
  3. TEAM_CADET = DarkRP.createJob("Imperial Cadet", {
  4. color = Color(95, 158, 160),
  5. model = {
  6. "models/player/tiki/white.mdl"
  7. },
  8. description = [[Imperial cadets were individuals recruited by the Galactic Empire to be trained as stormtroopers.]],
  9. weapons = {},
  10. command = "cadet",
  11. max = 0,
  12. salary = 0,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = false,
  16. candemote = false,
  17. category = "Imperial Cadet Corps",
  18. ammo = {
  19. ["pistol"] = 300000,
  20. ["ar2"] = 300000,
  21. ["357"] = 300000,
  22. ["smg"] = 300000,
  23. },
  24. })
  25.  
  26. -- CATEGORY: Stormtrooper Corps
  27.  
  28. TEAM_STDSGT = DarkRP.createJob("Stormtrooper Drill Sergeant", {
  29. color = Color(112, 128, 144),
  30. model = {
  31. "models/player/fatal/troopers/sergeant.mdl"
  32. },
  33. description = [[You are now a Stormtrooper Drill Sergeant, make your regiment and the Empire proud.]],
  34. weapons = {"tfa_e11", "weapon_cuff_elastic", "comlink_swep"},
  35. command = "stdsgt",
  36. max = 2,
  37. salary = 400,
  38. admin = 0,
  39. vote = false,
  40. hasLicense = false,
  41. candemote = false,
  42. category = "Stormtrooper Corps",
  43. sortOrder = 1, -- The position of this thing in its category. Lower number means higher up.
  44. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  45. ply:SetHealth(500)
  46. ply:SetMaxHealth(500)
  47. end,
  48. ammo = {
  49. ["pistol"] = 300000,
  50. ["ar2"] = 300000,
  51. ["357"] = 300000,
  52. ["smg"] = 300000,
  53. },
  54. })
  55. TEAM_ST = DarkRP.createJob("Stormtrooper", {
  56. color = Color(112, 128, 144),
  57. model = {
  58. "models/player/fatal/troopers/trooper.mdl"
  59. },
  60. description = [[You have been trained into a Stormtrooper, make your regiment and the Empire proud.]],
  61. weapons = {"tfa_e11", "tfa_dh17", "comlink_swep"},
  62. command = "st",
  63. max = 0,
  64. salary = 100,
  65. admin = 0,
  66. vote = false,
  67. hasLicense = false,
  68. candemote = false,
  69. category = "Stormtrooper Corps",
  70. sortOrder = 2, -- The position of this thing in its category. Lower number means higher up.
  71. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  72. ply:SetHealth(300)
  73. ply:SetMaxHealth(300)
  74. end,
  75. ammo = {
  76. ["pistol"] = 300000,
  77. ["ar2"] = 300000,
  78. ["357"] = 300000,
  79. ["smg"] = 300000,
  80. },
  81. })
  82.  
  83. -- CATEGORY: 501st Vader's Fist
  84.  
  85. TEAM_501CO = DarkRP.createJob("501st Commander", {
  86. color = Color(70, 130, 180),
  87. model = {
  88. "models/player/banks/tk_rex/tk_rex.mdl"
  89. },
  90. description = [[You are now the 501st Commander, make your regiment and the Empire proud.]],
  91. weapons = {"tfa_752_t21_servius", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep"},
  92. command = "501co",
  93. max = 1,
  94. salary = 500,
  95. admin = 0,
  96. vote = false,
  97. hasLicense = false,
  98. candemote = false,
  99. category = "501st Vader's Fist",
  100. sortOrder = 1, -- The position of this thing in its category. Lower number means higher up.
  101. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  102. ply:SetHealth(600)
  103. ply:SetMaxHealth(600)
  104. end,
  105. ammo = {
  106. ["pistol"] = 300000,
  107. ["ar2"] = 300000,
  108. ["357"] = 300000,
  109. ["smg"] = 300000,
  110. },
  111. })
  112. TEAM_501LT = DarkRP.createJob("501st Lieutenant", {
  113. color = Color(70, 130, 180),
  114. model = {
  115. "models/player/banks/troopers/officer.mdl"
  116. },
  117. description = [[You are now a 501st Lieutenant, make your regiment and the Empire proud.]],
  118. weapons = {"tfa_752_t21_servius", "tfa_kotor_bp_5", "comlink_swep"},
  119. command = "501lt",
  120. max = 3,
  121. salary = 400,
  122. admin = 0,
  123. vote = false,
  124. hasLicense = false,
  125. candemote = false,
  126. category = "501st Vader's Fist",
  127. sortOrder = 3, -- The position of this thing in its category. Lower number means higher up.
  128. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  129. ply:SetHealth(525)
  130. ply:SetMaxHealth(525)
  131. end,
  132. ammo = {
  133. ["pistol"] = 300000,
  134. ["ar2"] = 300000,
  135. ["357"] = 300000,
  136. ["smg"] = 300000,
  137. },
  138. })
  139. TEAM_501SGT = DarkRP.createJob("501st Sergeant", {
  140. color = Color(70, 130, 180),
  141. model = {
  142. "models/player/banks/troopers/sergeant.mdl"
  143. },
  144. description = [[You are now a 501st Sergeant, make your regiment and the Empire proud.]],
  145. weapons = {"tfa_752_t21_servius", "tfa_kotor_bp_5", "comlink_swep"},
  146. command = "501sgt",
  147. max = 3,
  148. salary = 350,
  149. admin = 0,
  150. vote = false,
  151. hasLicense = false,
  152. candemote = false,
  153. category = "501st Vader's Fist",
  154. sortOrder = 4, -- The position of this thing in its category. Lower number means higher up.
  155. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  156. ply:SetHealth(450)
  157. ply:SetMaxHealth(450)
  158. end,
  159. ammo = {
  160. ["pistol"] = 300000,
  161. ["ar2"] = 300000,
  162. ["357"] = 300000,
  163. ["smg"] = 300000,
  164. },
  165. })
  166. TEAM_501TRP = DarkRP.createJob("501st Trooper", {
  167. color = Color(70, 130, 180),
  168. model = {
  169. "models/player/banks/troopers/trooper.mdl"
  170. },
  171. description = [[You are now a 501st Trooper, make your regiment and the Empire proud.]],
  172. weapons = {"tfa_752_t21_servius", "tfa_kotor_bp_5", "comlink_swep"},
  173. command = "501trp",
  174. max = 3,
  175. salary = 350,
  176. admin = 0,
  177. vote = false,
  178. hasLicense = false,
  179. candemote = false,
  180. category = "501st Vader's Fist",
  181. sortOrder = 5, -- The position of this thing in its category. Lower number means higher up.
  182. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  183. ply:SetHealth(375)
  184. ply:SetMaxHealth(375)
  185. end,
  186. ammo = {
  187. ["pistol"] = 300000,
  188. ["ar2"] = 300000,
  189. ["357"] = 300000,
  190. ["smg"] = 300000,
  191. },
  192. })
  193.  
  194. -- CATEGORY: 212th Attack Battalion
  195.  
  196. TEAM_212CO = DarkRP.createJob("212th Commander", {
  197. color = Color(255, 140, 0),
  198. model = {
  199. "models/player/hydro/212th_stormtrooper/212th_stormtrooper.mdl"
  200. },
  201. description = [[You are now the 212th Commander, make your regiment and the Empire proud.]],
  202. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep"},
  203. command = "212co",
  204. max = 1,
  205. salary = 500,
  206. admin = 0,
  207. vote = false,
  208. hasLicense = false,
  209. candemote = false,
  210. category = "212th Attack Battalion",
  211. sortOrder = 1, -- The position of this thing in its category. Lower number means higher up.
  212. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  213. ply:SetHealth(600)
  214. ply:SetMaxHealth(600)
  215. end,
  216. ammo = {
  217. ["pistol"] = 300000,
  218. ["ar2"] = 300000,
  219. ["357"] = 300000,
  220. ["smg"] = 300000,
  221. },
  222. })
  223. TEAM_212LT = DarkRP.createJob("212th Lieutenant", {
  224. color = Color(255, 140, 0),
  225. model = {
  226. "models/player/hydro/212th_stormtrooper/212th_stormtrooper.mdl"
  227. },
  228. description = [[You are now a 212th Lieutenant, make your regiment and the Empire proud.]],
  229. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "comlink_swep"},
  230. command = "212lt",
  231. max = 0,
  232. salary = 400,
  233. admin = 0,
  234. vote = false,
  235. hasLicense = false,
  236. candemote = false,
  237. category = "212th Attack Battalion",
  238. sortOrder = 3, -- The position of this thing in its category. Lower number means higher up.
  239. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  240. ply:SetHealth(525)
  241. ply:SetMaxHealth(525)
  242. end,
  243. ammo = {
  244. ["pistol"] = 300000,
  245. ["ar2"] = 300000,
  246. ["357"] = 300000,
  247. ["smg"] = 300000,
  248. },
  249. })
  250. TEAM_212SGT = DarkRP.createJob("212th Sergeant", {
  251. color = Color(255, 140, 0),
  252. model = {
  253. "models/player/hydro/212th_stormtrooper/212th_stormtrooper.mdl"
  254. },
  255. description = [[You are now a 212th Sergeant, make your regiment and the Empire proud.]],
  256. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "comlink_swep"},
  257. command = "212sgt",
  258. max = 0,
  259. salary = 350,
  260. admin = 0,
  261. vote = false,
  262. hasLicense = false,
  263. candemote = false,
  264. category = "212th Attack Battalion",
  265. sortOrder = 4, -- The position of this thing in its category. Lower number means higher up.
  266. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  267. ply:SetHealth(450)
  268. ply:SetMaxHealth(450)
  269. end,
  270. ammo = {
  271. ["pistol"] = 300000,
  272. ["ar2"] = 300000,
  273. ["357"] = 300000,
  274. ["smg"] = 300000,
  275. },
  276. })
  277. TEAM_212TRP = DarkRP.createJob("212th Trooper", {
  278. color = Color(255, 140, 0),
  279. model = {
  280. "models/player/hydro/212th_stormtrooper/212th_stormtrooper.mdl"
  281. },
  282. description = [[You are now a 212th Trooper, make your regiment and the Empire proud.]],
  283. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "comlink_swep"},
  284. command = "212trp",
  285. max = 0,
  286. salary = 300,
  287. admin = 0,
  288. vote = false,
  289. hasLicense = false,
  290. candemote = false,
  291. category = "212th Attack Battalion",
  292. sortOrder = 5, -- The position of this thing in its category. Lower number means higher up.
  293. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  294. ply:SetHealth(375)
  295. ply:SetMaxHealth(375)
  296. end,
  297. ammo = {
  298. ["pistol"] = 300000,
  299. ["ar2"] = 300000,
  300. ["357"] = 300000,
  301. ["smg"] = 300000,
  302. },
  303. })
  304.  
  305. -- CATEGORY: Galactic Marines
  306.  
  307. TEAM_GMCO = DarkRP.createJob("GM Commander", {
  308. color = Color(138, 43, 226),
  309. model = {
  310. "models/gonzo/hdgalacticmarines/xo/xo.mdl"
  311. },
  312. description = [[You are now the GM Commander, make your regiment and the Empire proud.]],
  313. weapons = {"tfa_swch_alphablaster", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep"},
  314. command = "GMco",
  315. max = 1,
  316. salary = 500,
  317. admin = 0,
  318. vote = false,
  319. hasLicense = false,
  320. candemote = false,
  321. category = "Galactic Marines",
  322. sortOrder = 1, -- The position of this thing in its category. Lower number means higher up.
  323. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  324. ply:SetHealth(600)
  325. ply:SetMaxHealth(600)
  326. end,
  327. ammo = {
  328. ["pistol"] = 300000,
  329. ["ar2"] = 300000,
  330. ["357"] = 300000,
  331. ["smg"] = 300000,
  332. },
  333. })
  334. TEAM_GMLT = DarkRP.createJob("GM Lieutenant", {
  335. color = Color(138, 43, 226),
  336. model = {
  337. "models/gonzo/hdgalacticmarines/lt/lt.mdl"
  338. },
  339. description = [[You are now a GM Lieutenant, make your regiment and the Empire proud.]],
  340. weapons = {"tfa_swch_alphablaster", "tfa_kotor_bp_5", "comlink_swep"},
  341. command = "GMlt",
  342. max = 0,
  343. salary = 400,
  344. admin = 0,
  345. vote = false,
  346. hasLicense = false,
  347. candemote = false,
  348. category = "Galactic Marines",
  349. sortOrder = 3, -- The position of this thing in its category. Lower number means higher up.
  350. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  351. ply:SetHealth(525)
  352. ply:SetMaxHealth(525)
  353. end,
  354. ammo = {
  355. ["pistol"] = 300000,
  356. ["ar2"] = 300000,
  357. ["357"] = 300000,
  358. ["smg"] = 300000,
  359. },
  360. })
  361. TEAM_GMSGT = DarkRP.createJob("GM Sergeant", {
  362. color = Color(138, 43, 226),
  363. model = {
  364. "models/gonzo/hdgalacticmarines/sgt/sgt.mdl"
  365. },
  366. description = [[You are now a GM Sergeant, make your regiment and the Empire proud.]],
  367. weapons = {"tfa_swch_alphablaster", "tfa_kotor_bp_5", "comlink_swep"},
  368. command = "GMsgt",
  369. max = 0,
  370. salary = 350,
  371. admin = 0,
  372. vote = false,
  373. hasLicense = false,
  374. candemote = false,
  375. category = "Galactic Marines",
  376. sortOrder = 4, -- The position of this thing in its category. Lower number means higher up.
  377. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  378. ply:SetHealth(450)
  379. ply:SetMaxHealth(450)
  380. end,
  381. ammo = {
  382. ["pistol"] = 300000,
  383. ["ar2"] = 300000,
  384. ["357"] = 300000,
  385. ["smg"] = 300000,
  386. },
  387. })
  388. TEAM_GMTRP = DarkRP.createJob("GM Trooper", {
  389. color = Color(138, 43, 226),
  390. model = {
  391. "models/gonzo/hdgalacticmarines/trp/trp.mdl"
  392. },
  393. description = [[You are now a GM Trooper, make your regiment and the Empire proud.]],
  394. weapons = {"tfa_swch_alphablaster", "tfa_kotor_bp_5", "comlink_swep"},
  395. command = "GMtrp",
  396. max = 0,
  397. salary = 300,
  398. admin = 0,
  399. vote = false,
  400. hasLicense = false,
  401. candemote = false,
  402. category = "Galactic Marines",
  403. sortOrder = 5, -- The position of this thing in its category. Lower number means higher up.
  404. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  405. ply:SetHealth(375)
  406. ply:SetMaxHealth(375)
  407. end,
  408. ammo = {
  409. ["pistol"] = 300000,
  410. ["ar2"] = 300000,
  411. ["357"] = 300000,
  412. ["smg"] = 300000,
  413. },
  414. })
  415.  
  416. -- CATEGORY: Scout Troopers
  417.  
  418. TEAM_SCOUTCO = DarkRP.createJob("Scout Commander", {
  419. color = Color(0, 100, 0),
  420. model = {
  421. "models/sono/swbf3/commander.mdl"
  422. },
  423. description = [[You are now the Scout Commander, make your regiment and the Empire proud.]],
  424. weapons = {"tfa_swch_alphablaster", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep"},
  425. command = "SCOUTco",
  426. max = 1,
  427. salary = 500,
  428. admin = 0,
  429. vote = false,
  430. hasLicense = false,
  431. candemote = false,
  432. category = "Scout Troopers",
  433. sortOrder = 1, -- The position of this thing in its category. Lower number means higher up.
  434. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  435. ply:SetHealth(600)
  436. ply:SetMaxHealth(600)
  437. end,
  438. ammo = {
  439. ["pistol"] = 300000,
  440. ["ar2"] = 300000,
  441. ["357"] = 300000,
  442. ["smg"] = 300000,
  443. },
  444. })
  445. TEAM_SCOUTLT = DarkRP.createJob("Scout Lieutenant", {
  446. color = Color(0, 100, 0),
  447. model = {
  448. "models/sono/swbf3/officer.mdl"
  449. },
  450. description = [[You are now a Scout Lieutenant, make your regiment and the Empire proud.]],
  451. weapons = {"tfa_swch_alphablaster", "tfa_kotor_bp_5", "comlink_swep"},
  452. command = "SCOUTlt",
  453. max = 0,
  454. salary = 400,
  455. admin = 0,
  456. vote = false,
  457. hasLicense = false,
  458. candemote = false,
  459. category = "Scout Troopers",
  460. sortOrder = 3, -- The position of this thing in its category. Lower number means higher up.
  461. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  462. ply:SetHealth(525)
  463. ply:SetMaxHealth(525)
  464. end,
  465. ammo = {
  466. ["pistol"] = 300000,
  467. ["ar2"] = 300000,
  468. ["357"] = 300000,
  469. ["smg"] = 300000,
  470. },
  471. })
  472. TEAM_SCOUTSGT = DarkRP.createJob("Scout Sergeant", {
  473. color = Color(0, 100, 0),
  474. model = {
  475. "models/sono/swbf3/sergeant.mdl"
  476. },
  477. description = [[You are now a Scout Sergeant, make your regiment and the Empire proud.]],
  478. weapons = {"tfa_swch_alphablaster", "tfa_kotor_bp_5", "comlink_swep"},
  479. command = "SCOUTsgt",
  480. max = 0,
  481. salary = 350,
  482. admin = 0,
  483. vote = false,
  484. hasLicense = false,
  485. candemote = false,
  486. category = "Scout Troopers",
  487. sortOrder = 4, -- The position of this thing in its category. Lower number means higher up.
  488. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  489. ply:SetHealth(450)
  490. ply:SetMaxHealth(450)
  491. end,
  492. ammo = {
  493. ["pistol"] = 300000,
  494. ["ar2"] = 300000,
  495. ["357"] = 300000,
  496. ["smg"] = 300000,
  497. },
  498. })
  499. TEAM_SCOUTTRP = DarkRP.createJob("Scout Trooper", {
  500. color = Color(0, 100, 0),
  501. model = {
  502. "models/sono/swbf3/scout.mdl"
  503. },
  504. description = [[You are now a Scout Trooper, make your regiment and the Empire proud.]],
  505. weapons = {"tfa_swch_alphablaster", "tfa_kotor_bp_5", "comlink_swep"},
  506. command = "SCOUTtrp",
  507. max = 0,
  508. salary = 300,
  509. admin = 0,
  510. vote = false,
  511. hasLicense = false,
  512. candemote = false,
  513. category = "Scout Troopers",
  514. sortOrder = 5, -- The position of this thing in its category. Lower number means higher up.
  515. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  516. ply:SetHealth(375)
  517. ply:SetMaxHealth(375)
  518. end,
  519. ammo = {
  520. ["pistol"] = 300000,
  521. ["ar2"] = 300000,
  522. ["357"] = 300000,
  523. ["smg"] = 300000,
  524. },
  525. })
  526.  
  527. -- CATEGORY: Imperial Engineers
  528.  
  529. TEAM_IECO = DarkRP.createJob("Engineering Commander", {
  530. color = Color(255, 127, 80),
  531. model = {
  532. "models/player/hydro/swbf_deathstartrooper/swbf_deathstartrooper.mdl"
  533. },
  534. description = [[You are now the Engineering Commander, make your regiment and the Empire proud.]],
  535. weapons = {"tfa_se14c", "weapon_cuff_elastic", "comlink_swep"},
  536. command = "IEco",
  537. max = 1,
  538. salary = 500,
  539. admin = 0,
  540. vote = false,
  541. hasLicense = false,
  542. candemote = false,
  543. category = "Scout Troopers",
  544. sortOrder = 1, -- The position of this thing in its category. Lower number means higher up.
  545. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  546. ply:SetHealth(600)
  547. ply:SetMaxHealth(600)
  548. end,
  549. ammo = {
  550. ["pistol"] = 300000,
  551. ["ar2"] = 300000,
  552. ["357"] = 300000,
  553. ["smg"] = 300000,
  554. },
  555. })
  556. TEAM_IELT = DarkRP.createJob("Engineering Lieutenant", {
  557. color = Color(255, 127, 80),
  558. model = {
  559. "models/player/hydro/swbf_deathstartrooper/swbf_deathstartrooper.mdl"
  560. },
  561. description = [[You are now a Engineering Lieutenant, make your regiment and the Empire proud.]],
  562. weapons = {"tfa_se14c", "comlink_swep"},
  563. command = "IElt",
  564. max = 0,
  565. salary = 400,
  566. admin = 0,
  567. vote = false,
  568. hasLicense = false,
  569. candemote = false,
  570. category = "Scout Troopers",
  571. sortOrder = 3, -- The position of this thing in its category. Lower number means higher up.
  572. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  573. ply:SetHealth(525)
  574. ply:SetMaxHealth(525)
  575. end,
  576. ammo = {
  577. ["pistol"] = 300000,
  578. ["ar2"] = 300000,
  579. ["357"] = 300000,
  580. ["smg"] = 300000,
  581. },
  582. })
  583. TEAM_IESGT = DarkRP.createJob("Engineering Sergeant", {
  584. color = Color(255, 127, 80),
  585. model = {
  586. "models/player/hydro/swbf_deathstartrooper/swbf_deathstartrooper.mdl"
  587. },
  588. description = [[You are now a Engineering Sergeant, make your regiment and the Empire proud.]],
  589. weapons = {"tfa_se14c", "comlink_swep"},
  590. command = "IEsgt",
  591. max = 0,
  592. salary = 350,
  593. admin = 0,
  594. vote = false,
  595. hasLicense = false,
  596. candemote = false,
  597. category = "Scout Troopers",
  598. sortOrder = 4, -- The position of this thing in its category. Lower number means higher up.
  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(450)
  601. ply:SetMaxHealth(450)
  602. end,
  603. ammo = {
  604. ["pistol"] = 300000,
  605. ["ar2"] = 300000,
  606. ["357"] = 300000,
  607. ["smg"] = 300000,
  608. },
  609. })
  610. TEAM_IETRP = DarkRP.createJob("Engineering Trooper", {
  611. color = Color(255, 127, 80),
  612. model = {
  613. "models/player/hydro/swbf_deathstartrooper/swbf_deathstartrooper.mdl"
  614. },
  615. description = [[You are now a Engineering Trooper, make your regiment and the Empire proud.]],
  616. weapons = {"tfa_se14c", "comlink_swep"},
  617. command = "IEtrp",
  618. max = 0,
  619. salary = 300,
  620. admin = 0,
  621. vote = false,
  622. hasLicense = false,
  623. candemote = false,
  624. category = "Scout Troopers",
  625. sortOrder = 5, -- The position of this thing in its category. Lower number means higher up.
  626. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  627. ply:SetHealth(375)
  628. ply:SetMaxHealth(375)
  629. end,
  630. ammo = {
  631. ["pistol"] = 300000,
  632. ["ar2"] = 300000,
  633. ["357"] = 300000,
  634. ["smg"] = 300000,
  635. },
  636. })
  637.  
  638. -- CATEGORY: Shock Troopers
  639.  
  640. TEAM_SHOCKCO = DarkRP.createJob("Shock Commander", {
  641. color = Color(128, 0, 0),
  642. model = {
  643. "models/sono/shocktrooper/commander.mdl"
  644. },
  645. description = [[You are now the Shock Commander, make your regiment and the Empire proud.]],
  646. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep", "stungun"},
  647. command = "SHOCKco",
  648. max = 1,
  649. salary = 500,
  650. admin = 0,
  651. vote = false,
  652. hasLicense = false,
  653. candemote = false,
  654. category = "Shock Troopers",
  655. sortOrder = 1, -- The position of this thing in its category. Lower number means higher up.
  656. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  657. ply:SetHealth(600)
  658. ply:SetMaxHealth(600)
  659. end,
  660. ammo = {
  661. ["pistol"] = 300000,
  662. ["ar2"] = 300000,
  663. ["357"] = 300000,
  664. ["smg"] = 300000,
  665. },
  666. })
  667. TEAM_SHOCKLT = DarkRP.createJob("Shock Lieutenant", {
  668. color = Color(128, 0, 0),
  669. model = {
  670. "models/sono/shocktrooper/officer.mdl"
  671. },
  672. description = [[You are now a Shock Lieutenant, make your regiment and the Empire proud.]],
  673. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep", "stungun"},
  674. command = "SHOCKlt",
  675. max = 0,
  676. salary = 400,
  677. admin = 0,
  678. vote = false,
  679. hasLicense = false,
  680. candemote = false,
  681. category = "Scout Troopers",
  682. sortOrder = 3, -- The position of this thing in its category. Lower number means higher up.
  683. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  684. ply:SetHealth(525)
  685. ply:SetMaxHealth(525)
  686. end,
  687. ammo = {
  688. ["pistol"] = 300000,
  689. ["ar2"] = 300000,
  690. ["357"] = 300000,
  691. ["smg"] = 300000,
  692. },
  693. })
  694. TEAM_SHOCKSGT = DarkRP.createJob("Shock Sergeant", {
  695. color = Color(128, 0, 0),
  696. model = {
  697. "models/sono/shocktrooper/sergeant.mdl"
  698. },
  699. description = [[You are now a Shock Sergeant, make your regiment and the Empire proud.]],
  700. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep", "stungun"},
  701. command = "SHOCKsgt",
  702. max = 0,
  703. salary = 350,
  704. admin = 0,
  705. vote = false,
  706. hasLicense = false,
  707. candemote = false,
  708. category = "Scout Troopers",
  709. sortOrder = 4, -- The position of this thing in its category. Lower number means higher up.
  710. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  711. ply:SetHealth(450)
  712. ply:SetMaxHealth(450)
  713. end,
  714. ammo = {
  715. ["pistol"] = 300000,
  716. ["ar2"] = 300000,
  717. ["357"] = 300000,
  718. ["smg"] = 300000,
  719. },
  720. })
  721. TEAM_SHOCKTRP = DarkRP.createJob("Shock Trooper", {
  722. color = Color(128, 0, 0),
  723. model = {
  724. "models/sono/shocktrooper/trooper.mdl"
  725. },
  726. description = [[You are now a Shock Trooper, make your regiment and the Empire proud.]],
  727. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep", "stungun"},
  728. command = "SHOCKtrp",
  729. max = 0,
  730. salary = 300,
  731. admin = 0,
  732. vote = false,
  733. hasLicense = false,
  734. candemote = false,
  735. category = "Scout Troopers",
  736. sortOrder = 5, -- The position of this thing in its category. Lower number means higher up.
  737. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  738. ply:SetHealth(375)
  739. ply:SetMaxHealth(375)
  740. end,
  741. ammo = {
  742. ["pistol"] = 300000,
  743. ["ar2"] = 300000,
  744. ["357"] = 300000,
  745. ["smg"] = 300000,
  746. },
  747. })
  748.  
  749. -- CATEGORY: Imperial Medics
  750.  
  751. TEAM_MEDICALCO = DarkRP.createJob("Medical Commander", {
  752. color = Color(128, 0, 0),
  753. model = {
  754. "models/sono/shocktrooper/commander.mdl"
  755. },
  756. description = [[You are now the Medical Commander, make your regiment and the Empire proud.]],
  757. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep", "stungun"},
  758. command = "MEDICALco",
  759. max = 1,
  760. salary = 500,
  761. admin = 0,
  762. vote = false,
  763. hasLicense = false,
  764. candemote = false,
  765. category = "Shock Troopers",
  766. sortOrder = 1, -- The position of this thing in its category. Lower number means higher up.
  767. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  768. ply:SetHealth(600)
  769. ply:SetMaxHealth(600)
  770. end,
  771. ammo = {
  772. ["pistol"] = 300000,
  773. ["ar2"] = 300000,
  774. ["357"] = 300000,
  775. ["smg"] = 300000,
  776. },
  777. })
  778. TEAM_MEDICALLT = DarkRP.createJob("Medical Lieutenant", {
  779. color = Color(128, 0, 0),
  780. model = {
  781. "models/sono/shocktrooper/officer.mdl"
  782. },
  783. description = [[You are now a Medical Lieutenant, make your regiment and the Empire proud.]],
  784. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep", "stungun"},
  785. command = "MEDICALlt",
  786. max = 0,
  787. salary = 400,
  788. admin = 0,
  789. vote = false,
  790. hasLicense = false,
  791. candemote = false,
  792. category = "Scout Troopers",
  793. sortOrder = 3, -- The position of this thing in its category. Lower number means higher up.
  794. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  795. ply:SetHealth(525)
  796. ply:SetMaxHealth(525)
  797. end,
  798. ammo = {
  799. ["pistol"] = 300000,
  800. ["ar2"] = 300000,
  801. ["357"] = 300000,
  802. ["smg"] = 300000,
  803. },
  804. })
  805. TEAM_MEDICALSGT = DarkRP.createJob("Medical Sergeant", {
  806. color = Color(128, 0, 0),
  807. model = {
  808. "models/sono/shocktrooper/sergeant.mdl"
  809. },
  810. description = [[You are now a Medical Sergeant, make your regiment and the Empire proud.]],
  811. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep", "stungun"},
  812. command = "MEDICALsgt",
  813. max = 0,
  814. salary = 350,
  815. admin = 0,
  816. vote = false,
  817. hasLicense = false,
  818. candemote = false,
  819. category = "Scout Troopers",
  820. sortOrder = 4, -- The position of this thing in its category. Lower number means higher up.
  821. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  822. ply:SetHealth(450)
  823. ply:SetMaxHealth(450)
  824. end,
  825. ammo = {
  826. ["pistol"] = 300000,
  827. ["ar2"] = 300000,
  828. ["357"] = 300000,
  829. ["smg"] = 300000,
  830. },
  831. })
  832. TEAM_MEDICALTRP = DarkRP.createJob("Medical Trooper", {
  833. color = Color(128, 0, 0),
  834. model = {
  835. "models/sono/shocktrooper/trooper.mdl"
  836. },
  837. description = [[You are now a Medical Trooper, make your regiment and the Empire proud.]],
  838. weapons = {"tfa_752_dlt19", "tfa_kotor_bp_5", "weapon_cuff_elastic", "comlink_swep"},
  839. command = "MEDICALtrp",
  840. max = 0,
  841. salary = 300,
  842. admin = 0,
  843. vote = false,
  844. hasLicense = false,
  845. candemote = false,
  846. category = "Scout Troopers",
  847. sortOrder = 5, -- The position of this thing in its category. Lower number means higher up.
  848. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  849. ply:SetHealth(375)
  850. ply:SetMaxHealth(375)
  851. end,
  852. ammo = {
  853. ["pistol"] = 300000,
  854. ["ar2"] = 300000,
  855. ["357"] = 300000,
  856. ["smg"] = 300000,
  857. },
  858. })
  859.  
  860. GAMEMODE.DefaultTeam = TEAM_CADET
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement