Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.99 KB | None | 0 0
  1. TEAM_501stTROOPER = DarkRP.createJob("501st Legion Trooper", {
  2. color = Color(51, 112, 255)
  3. model = {"models/player/venator/501st_stormtrooper/501st_stormtrooper.mdl"},
  4. description = [[ You are a 501st Legion Stormtrooper, obey Lord Vader. ]],
  5. weapons = {"climb_swep2","none","tfa_dlt19_extended","tfa_e11_extended","tfa_dh17_extended"},
  6. command = "501ST",
  7. max = 20,
  8. salary = 5,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false,
  13. category = "501st Legion",
  14. PlayerSpawn = function(ply)
  15. ply:SetMaxHealth(175)
  16. ply:SetHealth(175)
  17. ply:SetArmor(100)
  18. end
  19. })
  20. TEAM_501stSERGEANT = DarkRP.createJob("501st Legion Sergeant", {
  21. color = Color(51, 112, 255)
  22. model = {"models/player/venator/501st_stormtrooper/501st_stormtrooper.mdl"},
  23. description = [[ You are a 501st Legion Stormtrooper, obey Lord Vader. ]],
  24. weapons = {"climb_swep2","none","tfa_dlt19_extended","tfa_e11_extended","tfa_dh17_extended","tfa_grenade"},
  25. command = "501STSERGEANT",
  26. max = 10,
  27. salary = 5,
  28. admin = 0,
  29. vote = false,
  30. hasLicense = false,
  31. candemote = false,
  32. category = "501st Legion",
  33. PlayerSpawn = function(ply)
  34. ply:SetMaxHealth(225)
  35. ply:SetHealth(225)
  36. ply:SetArmor(100)
  37. end
  38. })
  39. TEAM_501STCOMMANDER = DarkRP.createJob("501st Legion Commander", {
  40. color = Color(51, 112, 255)
  41. model = {"models/player/venator/501st_stormtrooper/501st_stormtrooper.mdl"},
  42. description = [[ You are the 501st Legion Commander, lead your regiment to victory and make Lord Vader proud. ]],
  43. weapons = {"climb_swep2","none","tfa_dlt19_extended","tfa_e11_extended","tfa_dh17_extended","tfa_se14c_extended","chaingun_servius"},
  44. command = "501STCOMMANDER",
  45. max = 1,
  46. salary = 25,
  47. admin = 0,
  48. vote = false,
  49. hasLicense = false,
  50. candemote = false,
  51. category = "501st Legion",
  52. PlayerSpawn = function(ply)
  53. ply:SetMaxHealth(600)
  54. ply:SetHealth(600)
  55. ply:SetArmor(100)
  56. end
  57. })
  58. TEAM_501STOFFICER = DarkRP.createJob("501st Legion Officer", {
  59. color = Color(51, 112, 255)
  60. model = {"models/player/venator/501st_stormtrooper/501st_stormtrooper.mdl"},
  61. description = [[ You are a 501st Legion Officer. Aid your Commander in leading your regiment into victory. ]],
  62. weapons = {"climb_swep2","none","tfa_dlt19_extended","tfa_e11_extended","tfa_dh17_extended","tfa_grenade","tfa_se14c_extended"},
  63. command = "501STOFFICER",
  64. max = 10,
  65. salary = 15,
  66. admin = 0,
  67. vote = false,
  68. hasLicense = false,
  69. candemote = false,
  70. category = "501st Legion",
  71. PlayerSpawn = function(ply)
  72. ply:SetMaxHealth(250)
  73. ply:SetHealth(250)
  74. ply:SetArmor(100)
  75. end
  76. })
  77. TEAM_501stHEAVYTROOPER = DarkRP.createJob("501st Legion Heavy Trooper", {
  78. color = Color(51, 112, 255)
  79. model = {"models/player/venator/501st_stormtrooper/501st_stormtrooper.mdl"},
  80. description = [[ You are a 501st Legion Stormtrooper Heavy, use your advanced munitions to your advantage. ]],
  81. weapons = {"climb_swep2","none","tfa_dlt19_extended","tfa_e11_extended","tfa_dh17_extended"},
  82. command = "501STHEAVY",
  83. max = 15,
  84. salary = 10,
  85. admin = 0,
  86. vote = false,
  87. hasLicense = false,
  88. candemote = false,
  89. category = "501st Legion",
  90. PlayerSpawn = function(ply)
  91. ply:SetMaxHealth(250)
  92. ply:SetHealth(250)
  93. ply:SetArmor(100)
  94. end
  95. })
  96. TEAM_INQUISITORACOLYTE = DarkRP.createJob("Inquisitor Acolyte", {
  97. color = Color(79, 16, 16),
  98. model = {"models/grealms/characters/inquisitor/inquisitor_01.mdl","models/grealms/characters/inquisitor/inquisitor_02.mdl","models/grealms/characters/inquisitor/inquisitor_03.mdl","models/grealms/characters/inquisitor/inquisitor_04.mdl","models/grealms/characters/inquisitor/inquisitor_05.mdl","models/grealms/characters/inquisitor/inquisitor_06.mdl","models/grealms/characters/inquisitor/inquisitor_07.mdl","models/grealms/characters/inquisitor/inquisitor_08.mdl","models/grealms/characters/inquisitor/inquisitor_09.mdl"},
  99. description = [[ You are an initiate to the Inquisitorious Order, your main job is to hunt down and eliminate any Jedi or force-sensitive beings that are not Inquisitors or Sith. ]],
  100. weapons = {"climb_swep2","none","weapon_lightsaber_judge_balanced","tfa_dh17_extended","meditation"},
  101. command = "INQUISITORINIT",
  102. max = 10,
  103. salary = 45,
  104. admin = 0,
  105. vote = false,
  106. hasLicense = false,
  107. candemote = false,
  108. category = "Inquisitors",
  109. PlayerSpawn = function(ply)
  110. ply:SetMaxHealth(1500)
  111. ply:SetHealth(1500)
  112. ply:SetArmor(100)
  113. end
  114. })
  115. TEAM_INQUISITOR = DarkRP.createJob("Inquisitor", {
  116. color = Color(79, 16, 16),
  117. model = {"models/grealms/characters/inquisitor/inquisitor_01.mdl","models/grealms/characters/inquisitor/inquisitor_02.mdl","models/grealms/characters/inquisitor/inquisitor_03.mdl","models/grealms/characters/inquisitor/inquisitor_04.mdl","models/grealms/characters/inquisitor/inquisitor_05.mdl","models/grealms/characters/inquisitor/inquisitor_06.mdl","models/grealms/characters/inquisitor/inquisitor_07.mdl","models/grealms/characters/inquisitor/inquisitor_08.mdl","models/grealms/characters/inquisitor/inquisitor_09.mdl"},
  118. description = [[ You are a fully-fledged Inquisitor, along with your duties of hunting down and killing Jedi. Assist the Imperial Security Bureau in conducting interrogations. The Dark Side of the force is now your ally. ]],
  119. weapons = {"climb_swep2","none","weapon_lightsaber_judge_balanced","tfa_dh17_extended","meditation"},
  120. command = "INQUISITOR",
  121. max = 5,
  122. salary = 55,
  123. admin = 0,
  124. vote = false,
  125. hasLicense = false,
  126. candemote = false,
  127. category = "Inquisitors",
  128. PlayerSpawn = function(ply)
  129. ply:SetMaxHealth(2500)
  130. ply:SetHealth(2500)
  131. ply:SetArmor(100)
  132. end
  133. })
  134. TEAM_GRANDINQ = DarkRP.createJob("Grand Inquisitor", {
  135. color = Color(79, 16, 16),
  136. model = {"models/ethli/characters/inquisitorrebel/inquisitorrebel.mdl"},
  137. description = [[ You are the Grand Inquisitor, you are second to only Vader and the Emperor when it comes to your connection to the force. Lead your Inquisitors and carry on the will of the Emperor. ]],
  138. weapons = {"climb_swep2","none","weapon_lightsaber_judge_balanced","tfa_dh17_extended","meditation"},
  139. command = "GRANDINQUISITOR",
  140. max = 1,
  141. salary = 55,
  142. admin = 0,
  143. vote = false,
  144. hasLicense = false,
  145. candemote = false,
  146. category = "Inquisitors",
  147. PlayerSpawn = function(ply)
  148. ply:SetMaxHealth(2750)
  149. ply:SetHealth(2750)
  150. ply:SetArmor(100)
  151. end
  152. })
  153.  
  154. TEAM_ISBCADET = DarkRP.createJob("ISB Cadet", {
  155. color = Color(65, 65, 63),
  156. model = {"models/player/swbf_imperial_isb_agentv2/swbf_imperial_isb_agentv2.mdl"},
  157. description = [[ You are a cadet of the Imperial Security Bureau, you handle interrogation, internal affairs matters, and a second form of Shock Troopers if they are not present. ]],
  158. weapons = {"tfa_se14c_extended","tfa_e11_extended","arrest_stick","stunstick","unarrest_stick"},
  159. command = "ISBCADET",
  160. max = 15,
  161. salary = 40,
  162. admin = 0,
  163. vote = false,
  164. hasLicense = false,
  165. candemote = false,
  166. category = "Imperial Security Bureau",
  167. PlayerSpawn = function(ply)
  168. ply:SetMaxHealth(200)
  169. ply:SetHealth(200)
  170. ply:SetArmor(100)
  171. end
  172. })
  173. TEAM_ISBAGENT = DarkRP.createJob("ISB Agent", {
  174. color = Color(65, 65, 63),
  175. model = {"models/player/swbf_imperial_isb_agentv2/swbf_imperial_isb_agentv2.mdl"},
  176. description = [[ You are an Agent of the Imperial Security Bureau, you handle interrogation, internal affairs matters, and a second form of Shock Troopers if they are not present. ]],
  177. weapons = {"tfa_se14c_extended","tfa_e11_extended","arrest_stick","stunstick","unarrest_stick"},
  178. command = "ISBAGENT",
  179. max = 10,
  180. salary = 40,
  181. admin = 0,
  182. vote = false,
  183. hasLicense = false,
  184. candemote = false,
  185. category = "Imperial Security Bureau",
  186. PlayerSpawn = function(ply)
  187. ply:SetMaxHealth(200)
  188. ply:SetHealth(200)
  189. ply:SetArmor(100)
  190. end
  191. })
  192. TEAM_ISBDIRECTOR = DarkRP.createJob("ISB Director", {
  193. color = Color(65, 65, 63),
  194. model = {"models/player/swbf_imperial_officer_isbofficerv2/swbf_imperial_officer_isbofficerv2.mdl"},
  195. description = [[ You are a Director of the Imperial Security Bureau, you handle interrogation, internal affairs matters, and a second form of Shock Troopers if they are not present. ]],
  196. weapons = {"tfa_se14c_extended","tfa_e11_extended","arrest_stick","stunstick","unarrest_stick"},
  197. command = "ISBDIRECTOR",
  198. max = 5,
  199. salary = 60,
  200. admin = 0,
  201. vote = false,
  202. hasLicense = false,
  203. candemote = false,
  204. category = "Imperial Security Bureau",
  205. PlayerSpawn = function(ply)
  206. ply:SetMaxHealth(200)
  207. ply:SetHealth(200)
  208. ply:SetArmor(100)
  209. end
  210. })
  211. TEAM_JUMPCMD = DarkRP.createJob("Jump Commander", {
  212. color = Color(100, 100, 100, 99),
  213. model = {"models/player/bunny/imperial_jumptrooper/imperial_jumptrooper_trooper.mdl"},
  214. description = [[ Jump Commander (Commander Uses Pauldron) ]],
  215. weapons = {"none", "tfa_e11_extended","tfa_ee3_extended","tfa_sw_dual_de10"},
  216. command = "JumpCMD",
  217. max = 1,
  218. salary = 20,
  219. admin = 0,
  220. vote = false,
  221. hasLicense = false,
  222. candemote = false,
  223. category = "Jump Troopers",
  224. PlayerSpawn = function(ply)
  225. ply:SetMaxHealth(600)
  226. ply:SetHealth(600)
  227. ply:SetArmor(100)
  228. end
  229. })
  230. TEAM_JUMPOFF = DarkRP.createJob("Jump Officer", {
  231. color = Color(100, 100, 100, 99),
  232. model = {"models/player/bunny/imperial_jumptrooper/imperial_jumptrooper_officer.mdl"},
  233. description = [[ Jump Officer (Officer Uses tk_jump.smd) ]],
  234. weapons = {"tfa_e11_extended","tfa_ee3_extended","tfa_sw_dual_de10,”none”,"},
  235. command = "JumpOFF",
  236. max = 5,
  237. salary = 20,
  238. admin = 0,
  239. vote = false,
  240. hasLicense = false,
  241. candemote = false,
  242. category = "Jump Troopers",
  243. PlayerSpawn = function(ply)
  244. ply:SetMaxHealth(450)
  245. ply:SetHealth(450)
  246. ply:SetArmor(100)
  247. end
  248. })
  249. TEAM_JUMPSGT = DarkRP.createJob("Jump Sergeant", {
  250. color = Color(100, 100, 100, 99),
  251. model = {"models/player/bunny/imperial_jumptrooper/imperial_jumptrooper_sergeant.mdl"},
  252. description = [[ Jump Sergeant (Sergeant Uses tk_jump3.smd) ]],
  253. weapons = {"none","tfa_e11_extended","tfa_ee3_extended","tfa_sw_dual_de10"},
  254. command = "JumpSGT",
  255. max = 15,
  256. salary = 20,
  257. admin = 0,
  258. vote = false,
  259. hasLicense = false,
  260. candemote = false,
  261. category = "Jump Troopers",
  262. PlayerSpawn = function(ply)
  263. ply:SetMaxHealth(350)
  264. ply:SetHealth(350)
  265. ply:SetArmor(100)
  266. end
  267. })
  268. TEAM_JUMPTRP = DarkRP.createJob("Jump Trooper", {
  269. color = Color(100, 100, 100, 99),
  270. model = {"models/player/bunny/imperial_jumptrooper/imperial_jumptrooper_trooper.mdl"},
  271. description = [[ Jump Trooper (Trooper Uses tk_jump3.smd) ]],
  272. weapons = {"none","tfa_e11_extended","tfa_ee3_extended","tfa_sw_dual_de10","tfa_grenade"},
  273. command = "JumpTRP",
  274. max = 20,
  275. salary = 20,
  276. admin = 0,
  277. vote = false,
  278. hasLicense = false,
  279. candemote = false,
  280. category = "Jump Troopers",
  281. PlayerSpawn = function(ply)
  282. ply:SetMaxHealth(250)
  283. ply:SetHealth(250)
  284. ply:SetArmor(100)
  285. end
  286. })
  287. TEAM_JUMPTROOPER = DarkRP.createJob("Jump Trooper", {
  288. color = Color(150, 255, 255, 255),
  289. model = {"models/player/bunny/imperial_jumptrooper/imperial_jumptrooper_trooper.mdl"},
  290. description = [[You are a Jump Trooper. You use jet packs to get to specific locations for scouting, reconnaissance when SCT can't get to the spot, and ariel assault.]],
  291. weapons = { "none", "rw_sw_e11", "tfa_dh17_extended"},
  292. command = "jumptrooper",
  293. max = 0,
  294. salary = 5,
  295. admin = 0,
  296. vote = false,
  297. hasLicense = false,
  298. candemote = false,
  299. category = "Jump Troopers",
  300. PlayerSpawn = function(ply)
  301. ply:SetMaxHealth(225)
  302. ply:SetHealth(225)
  303. ply:SetArmor(25)
  304. end
  305. })
  306. TEAM_MEDICCMD = DarkRP.createJob("Medical Commander", {
  307. color = Color(0 ,255, 0),
  308. model = {"models/player/rescue_troopers/rescue_commander.mdl"},
  309. description = [[ Medical Commander ]],
  310. weapons = {"none","tfa_e11_extended","tfa_dh17_extended","tfa_swch_alphablaster","weapon_bactanade","weapon_bactainjector"},
  311. command = "MedicCMD",
  312. max = 1,
  313. salary = 20,
  314. admin = 0,
  315. vote = false,
  316. hasLicense = false,
  317. candemote = false,
  318. category = "Medical Battalion",
  319. PlayerSpawn = function(ply)
  320. ply:SetMaxHealth(600)
  321. ply:SetHealth(600)
  322. ply:SetArmor(100)
  323. end
  324. })
  325. TEAM_MEDICOFF = DarkRP.createJob("Medical Officer", {
  326. color = Color(0, 255 , 0),
  327. model = {"models/player/rescue_troopers/rescue_commander.mdl"},
  328. description = [[ Medical Officer ]],
  329. weapons = {"tfa_e11_extended","tfa_dh17_extended","tfa_swch_alphablaster","weapon_bactanade","weapon_bactainjector"},
  330. command = "MedicOFF",
  331. max = 5,
  332. salary = 20,
  333. admin = 0,
  334. vote = false,
  335. hasLicense = false,
  336. candemote = false,
  337. category = "Medical Battalion",
  338. PlayerSpawn = function(ply)
  339. ply:SetMaxHealth(500)
  340. ply:SetHealth(500)
  341. ply:SetArmor(100)
  342. end
  343. })
  344. TEAM_MEDICSGT = DarkRP.createJob("Medical Sergeant", {
  345. color = Color(0, 255, 0),
  346. model = {"models/player/rescue_troopers/rescue_commander.mdl"},
  347. description = [[ Medical Sergeant ]],
  348. weapons = {"none","tfa_e11_extended","tfa_dh17_extended","tfa_swch_alphablaster","weapon_bactanade","weapon_bactainjector",},
  349. command = "MedicSGT",
  350. max = 15,
  351. salary = 20,
  352. admin = 0,
  353. vote = false,
  354. hasLicense = false,
  355. candemote = false,
  356. category = "Medical Battalion",
  357. PlayerSpawn = function(ply)
  358. ply:SetMaxHealth(400)
  359. ply:SetHealth(400)
  360. ply:SetArmor(100)
  361. end
  362. })
  363. TEAM_MEDICTRP = DarkRP.createJob("Medic Trooper", {
  364. color = Color(0, 255, 0),
  365. model = {"models/player/rescue_troopers/rescue_trooper.mdl"},
  366. description = [[ Medical Trooper ]],
  367. weapons = {"none", "tfa_e11_extended","tfa_dh17_extended","tfa_swch_alphablaster","weapon_bactanade","weapon_bactainjector"},
  368. command = "MedicTRP",
  369. max = 25,
  370. salary = 20,
  371. admin = 0,
  372. vote = false,
  373. hasLicense = false,
  374. candemote = false,
  375. category = "Medical Battalion",
  376. PlayerSpawn = function(ply)
  377. ply:SetMaxHealth(350)
  378. ply:SetHealth(350)
  379. ply:SetArmor(100)
  380. end
  381. })
  382. TEAM_NAVALCADET = DarkRP.createJob("Naval Cadet", {
  383. color = Color(170, 171, 164),
  384. model = {"models/player/swbf_imperial_officer_ensignv2/swbf_imperial_officer_ensignv2.mdl"},
  385. description = [[ You are a Naval Cadet, the entry level rank to the Imperial Navy. ]],
  386. weapons = {"none","tfa_se14c_extended","tfa_e11_extended"},
  387. command = "NAVALCDT",
  388. max = 20,
  389. salary = 40,
  390. admin = 0,
  391. vote = false,
  392. hasLicense = false,
  393. candemote = false,
  394. category = "Imperial Navy",
  395. PlayerSpawn = function(ply)
  396. ply:SetMaxHealth(150)
  397. ply:SetHealth(150)
  398. ply:SetArmor(100)
  399. end
  400. })
  401. TEAM_NAVALDRILLINSTRUCTOR = DarkRP.createJob("Naval Drill Instructor", {
  402. color = Color(170, 171, 164),
  403. model = {"models/player/swbf_imperial_officer_ncov2/swbf_imperial_officer_ncov2.mdl"},
  404. description = [[ You are a Naval Drill Instructor, host frequent trainings for Stormtroopers. ]],
  405. weapons = {"none","tfa_se14c_extended","tfa_e11_extended","stunstick"},
  406. command = "NAVALDI",
  407. max = 10,
  408. salary = 50,
  409. admin = 0,
  410. vote = false,
  411. hasLicense = false,
  412. candemote = false,
  413. category = "Imperial Navy",
  414. PlayerSpawn = function(ply)
  415. ply:SetMaxHealth(250)
  416. ply:SetHealth(250)
  417. ply:SetArmor(100)
  418. end
  419. })
  420. TEAM_NAVALTECHNICIAN = DarkRP.createJob("Naval Technician ", {
  421. color = Color(170, 171, 164),
  422. model = {"models/player/swbf_imperial_officer_commodorev2/swbf_imperial_officer_commodorev2.mdl"},
  423. description = [[ You are a Naval Technician, you handle engineering duties. ]],
  424. weapons = {"none","tfa_se14c_extended","tfa_e11_extended","gmod_tool","weapon_physgun"},
  425. command = "NAVALTECHNICIAN",
  426. max = 10,
  427. salary = 50,
  428. admin = 0,
  429. vote = false,
  430. hasLicense = false,
  431. candemote = false,
  432. category = "Imperial Navy",
  433. PlayerSpawn = function(ply)
  434. ply:SetMaxHealth(150)
  435. ply:SetHealth(150)
  436. ply:SetArmor(100)
  437. end
  438. })
  439. TEAM_NAVALOFFICER = DarkRP.createJob("Naval Officer", {
  440. color = Color(170, 171, 164),
  441. model = {"models/player/swbf_imperial_officer_ensignv2/swbf_imperial_officer_ensignv2.mdl","models/player/swbf_imperial_officer_commodorev2/swbf_imperial_officer_commodorev2.mdl","models/player/swbf_imperial_officer_grand_admiralv2/swbf_imperial_officer_grand_admiralv2.mdl","models/player/swbf_imperial_officer_colonelv2/swbf_imperial_officer_colonelv2.mdl"},
  442. description = [[ You are a Naval Officer, lead the Stormtroopers under your command to victory. ]],
  443. weapons = {"none","tfa_se14c_extended","tfa_e11_extended",""},
  444. command = "NAVALOFFICER",
  445. max = 20,
  446. salary = 60,
  447. admin = 0,
  448. vote = false,
  449. hasLicense = false,
  450. candemote = false,
  451. category = "Imperial Navy",
  452. PlayerSpawn = function(ply)
  453. ply:SetMaxHealth(200)
  454. ply:SetHealth(200)
  455. ply:SetArmor(100)
  456. end
  457. })
  458. TEAM_PILOTCMD = DarkRP.createJob("Pilot Commander", {
  459. color = Color(255,255,0),
  460. model = {"models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_05_o/pilot_imperial_orig_05_o.mdl"},
  461. description = [[ Pilot Commander ]],
  462. weapons = {"none","repair_tool","tfa_se14c","tfa_e11_extended"},
  463. command = "PilotCMD",
  464. max = 1,
  465. salary = 20,
  466. admin = 0,
  467. vote = false,
  468. hasLicense = false,
  469. candemote = false,
  470. category = "Pilots",
  471. PlayerSpawn = function(ply)
  472. ply:SetMaxHealth(600)
  473. ply:SetHealth(600)
  474. ply:SetArmor(150)
  475. end
  476. })
  477. TEAM_PILOTBOMBER = DarkRP.createJob("Pilot Bomber", {
  478. color = Color(255,255,0),
  479. model = {"models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_02_r/pilot_imperial_orig_02_r.mdl"},
  480. description = [[ Pilot Bomber ]],
  481. weapons = {"none","repair_tool","tfa_se14c","tfa_e11_extended"},
  482. command = "PilotBomber",
  483. max = 15,
  484. salary = 20,
  485. admin = 0,
  486. vote = false,
  487. hasLicense = false,
  488. candemote = false,
  489. category = "Pilots",
  490. PlayerSpawn = function(ply)
  491. ply:SetMaxHealth(250)
  492. ply:SetHealth(250)
  493. ply:SetArmor(150)
  494. end
  495. })
  496. TEAM_PILOTSTEALTH = DarkRP.createJob("Stealth Pilot", {
  497. color = Color(255,255,0),
  498. model = {"models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_06_p/pilot_imperial_orig_06_p.mdl"},
  499. description = [[ Stealth Pilot ]],
  500. weapons = {"repair_tool","tfa_se14c","tfa_e11_extended"},
  501. command = "StealthPilot",
  502. max = 15,
  503. salary = 20,
  504. admin = 0,
  505. vote = false,
  506. hasLicense = false,
  507. candemote = false,
  508. category = "Pilots",
  509. PlayerSpawn = function(ply)
  510. ply:SetMaxHealth(250)
  511. ply:SetHealth(250)
  512. ply:SetArmor(150)
  513. end
  514. })
  515. TEAM_PILOTTRANSPORTER = DarkRP.createJob("Pilot Transporter", {
  516. color = Color(255,255,0),
  517. model = {"models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_04_b/pilot_imperial_orig_04_b.mdl"},
  518. description = [[ Pilot Transporter ]],
  519. weapons = {"none","repair_tool","tfa_se14c","tfa_e11_extended"},
  520. command = "PilotTransporter",
  521. max = 15,
  522. salary = 20,
  523. admin = 0,
  524. vote = false,
  525. hasLicense = false,
  526. candemote = false,
  527. category = "Pilots",
  528. PlayerSpawn = function(ply)
  529. ply:SetMaxHealth(250)
  530. ply:SetHealth(250)
  531. ply:SetArmor(150)
  532. end
  533. })
  534. TEAM_PILOTFIGHTER = DarkRP.createJob("Fighter Pilot", {
  535. color = Color(255,255,0),
  536. model = {"models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_03_g/pilot_imperial_orig_03_g.mdl"},
  537. description = [[ Fighter Pilot ]],
  538. weapons = {"none","repair_tool","tfa_se14c","tfa_e11_extended"},
  539. command = "FighterPilot",
  540. max = 15,
  541. salary = 20,
  542. admin = 0,
  543. vote = false,
  544. hasLicense = false,
  545. candemote = false,
  546. category = "Pilots",
  547. PlayerSpawn = function(ply)
  548. ply:SetMaxHealth(250)
  549. ply:SetHealth(250)
  550. ply:SetArmor(150)
  551. end
  552. })
  553. TEAM_PILOTTRP = DarkRP.createJob("Pilot Trooper", {
  554. color = Color(255,255,0),
  555. model = {"models/player/markus/swbf2/characters/hero/imperial_pilots/pilot_imperial_orig_01/pilot_imperial_orig_01.mdl"},
  556. description = [[ Pilot Trooper ]],
  557. weapons = {"repair_tool","tfa_se14c","tfa_e11_extended"},
  558. command = "Pilot Trooper",
  559. max = 15,
  560. salary = 20,
  561. admin = 0,
  562. vote = false,
  563. hasLicense = false,
  564. candemote = false,
  565. category = "Pilots",
  566. PlayerSpawn = function(ply)
  567. ply:SetMaxHealth(250)
  568. ply:SetHealth(250)
  569. ply:SetArmor(150)
  570. end
  571. })
  572. TEAM_ROYALSTORMTROOPER = DarkRP.createJob("Royal Guard Trooper", {
  573. color = Color(130, 17, 8),
  574. model = {"models/player/hydro/imperial_royal_stormtrooper/royal_stormtrooper.mdl"},
  575. description = [[ You are a Royal Guard Trooper, still undergoing training to become a felly-fleged Royal Guard. ]],
  576. weapons = {"none","tfa_dlt19_extended","tfa_dh17_extended","tfa_e11_extended"},
  577. command = "ROYALSTORMTROOPER",
  578. max = 5,
  579. salary = 20,
  580. admin = 0,
  581. vote = false,
  582. hasLicense = false,
  583. candemote = false,
  584. category = "Royal Guard",
  585. PlayerSpawn = function(ply)
  586. ply:SetMaxHealth(300)
  587. ply:SetHealth(300)
  588. ply:SetArmor(100)
  589. end
  590. })
  591. TEAM_ROYALGUARD = DarkRP.createJob("Royal Guard", {
  592. color = Color(130, 17, 8),
  593. model = {"models/player/ven/guard.mdl"},
  594. description = [[ You are a Royal Guard, your priority is to guard the Emperor at all costs. ]],
  595. weapons = {"none","tfa_752_t21_servius","smooley_royalstaff","tfa_e11_extended"},
  596. command = "ROYALGUARD",
  597. max = 5,
  598. salary = 30,
  599. admin = 0,
  600. vote = false,
  601. hasLicense = false,
  602. candemote = false,
  603. category = "Royal Guard",
  604. PlayerSpawn = function(ply)
  605. ply:SetMaxHealth(400)
  606. ply:SetHealth(400)
  607. ply:SetArmor(100)
  608. end
  609. })
  610. TEAM_SHADOWGUARD = DarkRP.createJob("Shadow Guard", {
  611. color = Color(130, 17, 8),
  612. model = {"models/player/ven/shadowguard.mdl"},
  613. description = [[ You are a Shadow Guard, Lord Vader's personal guard. Hand-picked by him. ]],
  614. weapons = {"none","smooley_royalstaff","tfa_752_t21_servius","tfa_752_ihr"},
  615. command = "SHADOWGUARD",
  616. max = 4,
  617. salary = 30,
  618. admin = 0,
  619. vote = false,
  620. hasLicense = false,
  621. candemote = false,
  622. category = "Royal Guard",
  623. PlayerSpawn = function(ply)
  624. ply:SetMaxHealth(500)
  625. ply:SetHealth(500)
  626. ply:SetArmor(100)
  627. end
  628. })
  629. TEAM_SOVREIGNPROTECTOR = DarkRP.createJob("Sovereign Protector", {
  630. color = Color(130, 17, 8),
  631. model = {"models/player/ven/carnor.mdl"},
  632. description = [[ You are a Sovreign Protector, the best of all the Royal Guard. Live up to that title. ]],
  633. weapons = {"none","smooley_royalstaff","tfa_752_ihr","tfa_t21_extended"},
  634. command = "ROYALSTORMTROOPER",
  635. max = 4,
  636. salary = 35,
  637. admin = 0,
  638. vote = false,
  639. hasLicense = false,
  640. candemote = false,
  641. category = "Royal Guard",
  642. PlayerSpawn = function(ply)
  643. ply:SetMaxHealth(600)
  644. ply:SetHealth(600)
  645. ply:SetArmor(100)
  646. end
  647. })
  648. TEAM_SCOUTCMD = DarkRP.createJob("Scout Commander", {
  649. color = Color(201,116,0),
  650. model = {"models/sono/swbf3/commander.mdl"},
  651. description = [[ Scout Commander ]],
  652. weapons = {"none","tfa_e11_extended","tfa_se14c","tfa_wsp_5"},
  653. command = "ScoutCMD",
  654. max = 1,
  655. salary = 20,
  656. admin = 0,
  657. vote = false,
  658. hasLicense = false,
  659. candemote = false,
  660. category = "Scouts",
  661. PlayerSpawn = function(ply)
  662. ply:SetMaxHealth(600)
  663. ply:SetHealth(600)
  664. ply:SetArmor(100)
  665. end
  666. })
  667. TEAM_SCOUTOFF = DarkRP.createJob("Scout Officer", {
  668. color = Color(201,116,0),
  669. model = {"models/sono/swbf3/officer.mdl"},
  670. description = [[ Scout Officer ]],
  671. weapons = {"tfa_e11_extended","tfa_se14c","tfa_wsp_5","none",},
  672. command = "ScoutOFF",
  673. max = 5,
  674. salary = 20,
  675. admin = 0,
  676. vote = false,
  677. hasLicense = false,
  678. candemote = false,
  679. category = "Scouts",
  680. PlayerSpawn = function(ply)
  681. ply:SetMaxHealth(500)
  682. ply:SetHealth(500)
  683. ply:SetArmor(100)
  684. end
  685. })
  686. TEAM_SCOUTSGT = DarkRP.createJob("Scout Sergeant", {
  687. color = Color(201,116,0),
  688. model = {"models/sono/swbf3/commander.mdl"},
  689. description = [[ Scout Officer ]],
  690. weapons = {"tfa_e11_extended","tfa_se14c","tfa_wsp_5","none",},
  691. command = "ScoutOFF",
  692. max = 15,
  693. salary = 20,
  694. admin = 0,
  695. vote = false,
  696. hasLicense = false,
  697. candemote = false,
  698. category = "Scouts",
  699. PlayerSpawn = function(ply)
  700. ply:SetMaxHealth(450)
  701. ply:SetHealth(450)
  702. ply:SetArmor(100)
  703. end
  704. })
  705. TEAM_SCOUTTRP = DarkRP.createJob("Scout Trooper", {
  706. color = Color(201,116,0),
  707. model = {"models/sono/swbf3/scout.mdl"},
  708. description = [[ Scout Trooper]],
  709. weapons = {"tfa_e11_extended","tfa_se14c","tfa_wsp_5","none",},
  710. command = "ScoutTRP",
  711. max = 25,
  712. salary = 20,
  713. admin = 0,
  714. vote = false,
  715. hasLicense = false,
  716. candemote = false,
  717. category = "Scouts",
  718. PlayerSpawn = function(ply)
  719. ply:SetMaxHealth(450)
  720. ply:SetHealth(450)
  721. ply:SetArmor(100)
  722. end
  723. })
  724. TEAM_SHOCKCMD = DarkRP.createJob("Shock Commander", {
  725. color = Color(139,0,0),
  726. model = {"models/sono/shocktrooper/commander.mdl"},
  727. description = [[ Shock Commander ]],
  728. weapons = {"weapon_stunner2","arrest_stick","unarrest_stick","tfa_e11_extended","tfa_kotor_hvybp_3","none",},
  729. command = "Shock Commander",
  730. max = 1,
  731. salary = 20,
  732. admin = 0,
  733. vote = false,
  734. hasLicense = false,
  735. candemote = false,
  736. category = "Shock",
  737. PlayerSpawn = function(ply)
  738. ply:SetMaxHealth(600)
  739. ply:SetHealth(600)
  740. ply:SetArmor(150)
  741. end
  742. })
  743. TEAM_SHOCKOFF = DarkRP.createJob("Shock Officer", {
  744. color = Color(139,0,0),
  745. model = {"models/sono/shocktrooper/officer.mdl"},
  746. description = [[ Shock Commander ]],
  747. weapons = {"weapon_stunner2","arrest_stick","unarrest_stick","tfa_e11_extended","tfa_kotor_hvybp_3","none"},
  748. command = "ShockOfficer",
  749. max = 5,
  750. salary = 20,
  751. admin = 0,
  752. vote = false,
  753. hasLicense = false,
  754. candemote = false,
  755. category = "Shock",
  756. PlayerSpawn = function(ply)
  757. ply:SetMaxHealth(450)
  758. ply:SetHealth(450)
  759. ply:SetArmor(150)
  760. end
  761. })
  762. TEAM_SHOCKSGT = DarkRP.createJob("Shock Sergeant", {
  763. color = Color(139,0,0),
  764. model = {"models/sono/shocktrooper/sergeant.mdl"},
  765. description = [[ Shock Commander ]],
  766. weapons = {"weapon_stunner2","arrest_stick","unarrest_stick","tfa_e11_extended","tfa_kotor_hvybp_3","none",},
  767. command = "ShockSergeant",
  768. max = 10,
  769. salary = 20,
  770. admin = 0,
  771. vote = false,
  772. hasLicense = false,
  773. candemote = false,
  774. category = "Shock",
  775. PlayerSpawn = function(ply)
  776. ply:SetMaxHealth(350)
  777. ply:SetHealth(350)
  778. ply:SetArmor(150)
  779. end
  780. })
  781. TEAM_SHOCKPG = DarkRP.createJob("Shock Prison Guard", {
  782. color = Color(139,0,0),
  783. model = {"models/sono/shocktrooper/sergeant.mdl"},
  784. description = [[ Shock Prison Guard ]],
  785. weapons = {"weapon_stunner2","arrest_stick","unarrest_stick","tfa_e11_extended","tfa_kotor_hvybp_3","none"},
  786. command = "ShockPG",
  787. max = 15,
  788. salary = 20,
  789. admin = 0,
  790. vote = false,
  791. hasLicense = false,
  792. candemote = false,
  793. category = "Shock",
  794. PlayerSpawn = function(ply)
  795. ply:SetMaxHealth(350)
  796. ply:SetHealth(350)
  797. ply:SetArmor(150)
  798. end
  799. })
  800. TEAM_SHOCKTRP = DarkRP.createJob("Shock Trooper", {
  801. color = Color(139,0,0),
  802. model = {"models/sono/shocktrooper/trooper.mdl"},
  803. description = [[ Shock Trooper ]],
  804. weapons = {"weapon_stunner2","arrest_stick","unarrest_stick","tfa_e11_extended","tfa_kotor_hvybp_3","none",},
  805. command = "ShockTRP",
  806. max = 15,
  807. salary = 20,
  808. admin = 0,
  809. vote = false,
  810. hasLicense = false,
  811. candemote = false,
  812. category = "Shock",
  813. PlayerSpawn = function(ply)
  814. ply:SetMaxHealth(350)
  815. ply:SetHealth(350)
  816. ply:SetArmor(150)
  817. end
  818. })
  819. TEAM_101STCMD = DarkRP.createJob("ST Commander", {
  820. color = Color(255, 255, 255),
  821. model = {"models/player/fatal/troopers/commander.mdl"},
  822. description = [[ Stormtrooper Commander Class ]],
  823. weapons = {"tfa_e11_extended","tfa_kotor_hvybp_3","tfa_relby"},
  824. command = "101stCMD",
  825. max = 1,
  826. salary = 20,
  827. admin = 0,
  828. vote = false,
  829. hasLicense = false,
  830. candemote = false,
  831. category = "Stormtrooper Corps",
  832. PlayerSpawn = function(ply)
  833. ply:SetMaxHealth(300)
  834. ply:SetHealth(300)
  835. ply:SetArmor(150)
  836. end
  837. })
  838. TEAM_101STOFF = DarkRP.createJob("101st Officer", {
  839. color = Color(255, 255, 255),
  840. model = {"models/player/fatal/troopers/officer.mdl"},
  841. description = [[ Stormtrooper Officer Class ]],
  842. weapons = {"tfa_e11_extended","tfa_kotor_hvybp_3","tfa_relby"},
  843. command = "101stOFF",
  844. max = 5,
  845. salary = 20,
  846. admin = 0,
  847. vote = false,
  848. hasLicense = false,
  849. candemote = false,
  850. category = "Stormtrooper Corps",
  851. PlayerSpawn = function(ply)
  852. ply:SetMaxHealth(200)
  853. ply:SetHealth(200)
  854. ply:SetArmor(100)
  855. end
  856. })
  857. TEAM_101STSGT = DarkRP.createJob("101st Sergeant", {
  858. color = Color(255, 255, 255),
  859. model = {"models/player/fatal/troopers/sergeant.mdl"},
  860. description = [[ Stormtrooper Sergeant Class ]],
  861. weapons = {"tfa_e11_extended","tfa_kotor_hvybp_3","tfa_relby"},
  862. command = "101stSGT",
  863. max = 10,
  864. salary = 20,
  865. admin = 0,
  866. vote = false,
  867. hasLicense = false,
  868. candemote = false,
  869. category = "Stormtrooper Corps",
  870. PlayerSpawn = function(ply)
  871. ply:SetMaxHealth(200)
  872. ply:SetHealth(200)
  873. ply:SetArmor(75)
  874. end
  875. })
  876. TEAM_101STTRP = DarkRP.createJob("101st Trooper", {
  877. color = Color(255, 255, 255),
  878. model = {"models/player/fatal/troopers/Trooper.mdl"},
  879. description = [[ Stormtrooper Class ]],
  880. weapons = {"tfa_e11_extended","tfa_kotor_hvybp_3","tfa_relby"},
  881. command = "101stTRP",
  882. max = 10,
  883. salary = 20,
  884. admin = 0,
  885. vote = false,
  886. hasLicense = false,
  887. candemote = false,
  888. category = "Stormtrooper Corps",
  889. PlayerSpawn = function(ply)
  890. ply:SetMaxHealth(200)
  891. ply:SetHealth(200)
  892. ply:SetArmor(25)
  893. end
  894. })
  895. TEAM_TANKTROOPER = DarkRP.createJob("Tank Trooper", {
  896. color = Color(140, 101, 0, 255),
  897. model = {"models/player/tank_trooper/tank_trooper.mdl"},
  898. description = [[You are a Tank Trooper. You pilot all vehicles that are on the ground excluding speeders. Ground infantry wouldn't survive without you. For the Emperor!]],
  899. weapons = {"rw_sw_tl40", "none"},
  900. command = "tanktrooper",
  901. max = 0,
  902. salary = 5,
  903. admin = 0,
  904. vote = false,
  905. hasLicense = false,
  906. candemote = false,
  907. category = "Tank Troopers",
  908. PlayerSpawn = function(ply)
  909. ply:SetMaxHealth(200)
  910. ply:SetHealth(200)
  911. ply:SetArmor(50)
  912. end
  913. })
  914. TEAM_TANKNCO = DarkRP.createJob("Tank Trooper Sergeant", {
  915. color = Color(34, 85, 85, 255),
  916. model = {"models/player/tank_trooper/tank_trooper.mdl"},
  917. description = [[You are a Tank Trooper. You pilot all vehicles that are on the ground excluding speeders. Ground infantry wouldn't survive without you. For the Emperor!]],
  918. weapons = {"rw_sw_tl40", "none", "pack_swswep_storm"},
  919. command = "tanknco",
  920. max = 0,
  921. salary = 10,
  922. admin = 0,
  923. vote = false,
  924. hasLicense = false,
  925. candemote = false,
  926. category = "Tank Troopers",
  927. PlayerSpawn = function(ply)
  928. ply:SetMaxHealth(200)
  929. ply:SetHealth(200)
  930. ply:SetArmor(75)
  931. end
  932. })
  933. TEAM_TANKOFC = DarkRP.createJob("Tank Trooper Officer", {
  934. color = Color(34, 85, 85, 255),
  935. model = {"models/player/tank_trooper/tank_trooper.mdl"},
  936. description = [[You are a Tank Trooper. You pilot all vehicles that are on the ground excluding speeders. Ground infantry wouldn't survive without you. For the Emperor!]],
  937. weapons = {"rw_sw_tl40", "none", "pack_swswep_storm"},
  938. command = "tankofc",
  939. max = 0,
  940. salary = 15,
  941. admin = 0,
  942. vote = false,
  943. hasLicense = false,
  944. candemote = false,
  945. category = "Tank Troopers",
  946. PlayerSpawn = function(ply)
  947. ply:SetMaxHealth(200)
  948. ply:SetHealth(200)
  949. ply:SetArmor(100)
  950. end
  951. })
  952. TEAM_TANKCO = DarkRP.createJob("Tank Trooper Commander", {
  953. color = Color(34, 85, 85, 255),
  954. model = {"models/player/tank_commander/tank_commander.mdl"},
  955. description = [[You are a Tank Trooper. You pilot all vehicles that are on the ground excluding speeders. Ground infantry wouldn't survive without you. For the Emperor!]],
  956. weapons = {"rw_sw_tl40", "none", "pack_swswep_storm", "tfa_kotor_hvybp_1"},
  957. command = "tankco",
  958. max = 0,
  959. salary = 20,
  960. admin = 0,
  961. vote = false,
  962. hasLicense = false,
  963. candemote = false,
  964. category = "Tank Troopers",
  965. PlayerSpawn = function(ply)
  966. ply:SetMaxHealth(200)
  967. ply:SetHealth(200)
  968. ply:SetArmor(150)
  969. end
  970. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement