Advertisement
PanBooDa

JobList For Tech Support

Apr 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.66 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. DarkRP custom jobs
  3. ---------------------------------------------------------------------------
  4. This file contains your custom jobs.
  5. This file should also contain jobs from DarkRP that you edited.
  6.  
  7. Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
  8. Once you've done that, copy and paste the job to this file and edit it.
  9.  
  10. The default jobs can be found here:
  11. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
  12.  
  13. For examples and explanation please visit this wiki page:
  14. http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
  15.  
  16. Add your custom jobs under the following line:
  17. ---------------------------------------------------------------------------]]
  18. ///////////////////////////[Staff Jobs]////////////////////////////////////////
  19.  
  20. TEAM_STAFF = DarkRP.createJob("admin on duty", {
  21. color = Color(224, 224, 224, 255),
  22. model = {"models/gonzo/pumpkinsith/pumpkinsith.mdl"},
  23. description = [[You're a Clone!]],
  24. weapons = {"weapon_physgun", "keys", "gmod_tool"},
  25. command = "admin",
  26. max = 0,
  27. salary = 250,
  28. admin = 0,
  29. vote = false,
  30. hasLicense = false,
  31. candemote = true,
  32. category = "Staff",
  33. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  34. end,
  35. })
  36.  
  37. TEAM_STAFF = DarkRP.createJob("moderator on duty", {
  38. color = Color(224, 224, 224, 255),
  39. model = {"models/gonzo/pumpkinsith/pumpkinsith.mdl"},
  40. description = [[You're a Clone!]],
  41. weapons = {"weapon_physgun", "keys", "gmod_tool"},
  42. command = "mod",
  43. max = 0,
  44. salary = 250,
  45. admin = 0,
  46. vote = false,
  47. hasLicense = false,
  48. candemote = true,
  49. category = "Staff",
  50. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  51. end,
  52. })
  53.  
  54. ///////////////////////////[Default Clones]////////////////////////////////////
  55.  
  56. TEAM_CADET = DarkRP.createJob("Clone Cadet", {
  57. color = Color(224, 224, 224, 255),
  58. model = {"models/player/phasma/starwars/cadet/phase2cadet/ph2cadet.mdl"},
  59. description = [[You're a Clone!]],
  60. weapons = {"tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  61. command = "cc",
  62. max = 0,
  63. salary = 250,
  64. admin = 0,
  65. vote = false,
  66. hasLicense = false,
  67. candemote = true,
  68. category = "Default Clones",
  69. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  70. end,
  71. })
  72.  
  73. TEAM_CLONE = DarkRP.createJob("Clone Trooper", {
  74. color = Color(224, 224, 224, 255),
  75. model = {"models/snpc/sonoct/starwars/sergeant.mdl"},
  76. description = [[You're a Clone!]],
  77. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  78. command = "ct",
  79. max = 0,
  80. salary = 250,
  81. admin = 0,
  82. vote = false,
  83. hasLicense = false,
  84. candemote = true,
  85. category = "Default Clones",
  86. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  87. end,
  88. })
  89.  
  90. TEAM_CLONE = DarkRP.createJob("Clone Officer", {
  91. color = Color(224, 224, 224, 255),
  92. model = {"models/snpc/sonoct/starwars/lieutenant.mdl"},
  93. description = [[You're a Clone!]],
  94. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  95. command = "co",
  96. max = 0,
  97. salary = 250,
  98. admin = 0,
  99. vote = false,
  100. hasLicense = false,
  101. candemote = true,
  102. category = "Default Clones",
  103. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  104. end,
  105. })
  106.  
  107. TEAM_CLONE = DarkRP.createJob("Clone Commander", {
  108. color = Color(224, 224, 224, 255),
  109. model = {"models/snpc/sonoct/starwars/major.mdl"},
  110. description = [[You're a Clone!]],
  111. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  112. command = "ccmd",
  113. max = 0,
  114. salary = 250,
  115. admin = 0,
  116. vote = false,
  117. hasLicense = false,
  118. candemote = true,
  119. category = "Default Clones",
  120. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  121. end,
  122. })
  123.  
  124. TEAM_CLONE = DarkRP.createJob("Clone General", {
  125. color = Color(224, 224, 224, 255),
  126. model = {"models/player/grady/starwars/general_clone_trooper.mdl"},
  127. description = [[You're a Clone!]],
  128. weapons = {"clone_card_c4", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  129. command = "cg",
  130. max = 0,
  131. salary = 250,
  132. admin = 0,
  133. vote = false,
  134. hasLicense = false,
  135. candemote = true,
  136. category = "Default Clones",
  137. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  138. end,
  139. })
  140.  
  141. ///////////////////////////[Arc]/////////////////////////////////
  142.  
  143. TEAM_CLONE = DarkRP.createJob("ARC Trooper", {
  144. color = Color(224, 224, 224, 255),
  145. model = {"models/reizer_cgi_p2/clone_arc/clone_arc.mdl"},
  146. description = [[You're a Clone!]],
  147. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  148. command = "ARCt",
  149. max = 0,
  150. salary = 250,
  151. admin = 0,
  152. vote = false,
  153. hasLicense = false,
  154. candemote = true,
  155. category = "Rancor Battalion",
  156. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  157. end,
  158. })
  159.  
  160. TEAM_CLONE = DarkRP.createJob("ARC Heavy Trooper", {
  161. color = Color(224, 224, 224, 255),
  162. model = {"models/reizer_cgi_p2/arc_assault/arc_assault.mdl"},
  163. description = [[You're a Clone!]],
  164. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  165. command = "ARCheavy",
  166. max = 0,
  167. salary = 250,
  168. admin = 0,
  169. vote = false,
  170. hasLicense = false,
  171. candemote = true,
  172. category = "Rancor Battalion",
  173. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  174. end,
  175. })
  176.  
  177. TEAM_CLONE = DarkRP.createJob("ARC SharpShooter", {
  178. color = Color(224, 224, 224, 255),
  179. model = {"models/reizer_cgi_p2/arc_sniper/arc_sniper.mdl"},
  180. description = [[You're a Clone!]],
  181. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  182. command = "ARCss",
  183. max = 0,
  184. salary = 250,
  185. admin = 0,
  186. vote = false,
  187. hasLicense = false,
  188. candemote = true,
  189. category = "Rancor Battalion",
  190. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  191. end,
  192. })
  193.  
  194. TEAM_CLONE = DarkRP.createJob("ARC Jet Trooper", {
  195. color = Color(224, 224, 224, 255),
  196. model = {"models/reizer_cgi_p2/arc_5/arc_5.mdl"},
  197. description = [[You're a Clone!]],
  198. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  199. command = "ARCjt",
  200. max = 0,
  201. salary = 250,
  202. admin = 0,
  203. vote = false,
  204. hasLicense = false,
  205. candemote = true,
  206. category = "Rancor Battalion",
  207. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  208. end,
  209. })
  210.  
  211. TEAM_CLONE = DarkRP.createJob("ARC Officer", {
  212. color = Color(224, 224, 224, 255),
  213. model = {"models/reizer_cgi_p2/arc_cpt/arc_cpt.mdl"},
  214. description = [[You're a Clone!]],
  215. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  216. command = "ARCo",
  217. max = 0,
  218. salary = 250,
  219. admin = 0,
  220. vote = false,
  221. hasLicense = false,
  222. candemote = true,
  223. category = "Rancor Battalion",
  224. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  225. end,
  226. })
  227.  
  228. TEAM_CLONE = DarkRP.createJob("ARC Commander Blitz", {
  229. color = Color(224, 224, 224, 255),
  230. model = {"models/reizer_cgi_p2/rankor_blitz/rancor_blitz.mdl"},
  231. description = [[You're a Clone!]],
  232. weapons = {"clone_card_c4", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  233. command = "ARCcmd",
  234. max = 0,
  235. salary = 250,
  236. admin = 0,
  237. vote = false,
  238. hasLicense = false,
  239. candemote = true,
  240. category = "Rancor Battalion",
  241. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  242. end,
  243. })
  244.  
  245. TEAM_CLONE = DarkRP.createJob("ARC Commander Colt", {
  246. color = Color(224, 224, 224, 255),
  247. model = {"models/reizer_cgi_p2/rancor_colt/rancor_colt.mdl"},
  248. description = [[You're a Clone!]],
  249. weapons = {"clone_card_c4", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  250. command = "ARCcolt",
  251. max = 0,
  252. salary = 250,
  253. admin = 0,
  254. vote = false,
  255. hasLicense = false,
  256. candemote = true,
  257. category = "Rancor Battalion",
  258. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  259. end,
  260. })
  261.  
  262. TEAM_CLONE = DarkRP.createJob("ARC Hammer", {
  263. color = Color(224, 224, 224, 255),
  264. model = {"models/reizer_cgi_p2/rancor_hammer/rancor_hammer.mdl"},
  265. description = [[You're a Clone!]],
  266. weapons = {"clone_card_c4", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  267. command = "ARChammer",
  268. max = 0,
  269. salary = 250,
  270. admin = 0,
  271. vote = false,
  272. hasLicense = false,
  273. candemote = true,
  274. category = "Rancor Battalion",
  275. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  276. end,
  277. })
  278.  
  279. TEAM_CLONE = DarkRP.createJob("ARC Havoc", {
  280. color = Color(224, 224, 224, 255),
  281. model = {"models/reizer_cgi_p2/rancor_havoc/rancor_havoc.mdl"},
  282. description = [[You're a Clone!]],
  283. weapons = {"clone_card_c4", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  284. command = "ARChavoc",
  285. max = 0,
  286. salary = 250,
  287. admin = 0,
  288. vote = false,
  289. hasLicense = false,
  290. candemote = true,
  291. category = "Rancor Battalion",
  292. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  293. end,
  294. })
  295.  
  296. ///////////////////////////[ARF]////////////////////////////////////////
  297.  
  298. TEAM_CLONE = DarkRP.createJob("ARF Trooper", {
  299. color = Color(224, 224, 224, 255),
  300. model = {"models/gonzo/swbf2arf/unassigned/unassigned.mdl"},
  301. description = [[You're a Clone!]],
  302. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  303. command = "ARFt",
  304. max = 0,
  305. salary = 250,
  306. admin = 0,
  307. vote = false,
  308. hasLicense = false,
  309. candemote = true,
  310. category = "ARF",
  311. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  312. end,
  313. })
  314.  
  315. TEAM_CLONE = DarkRP.createJob("ARF Officer", {
  316. color = Color(224, 224, 224, 255),
  317. model = {"models/reizer_cgi_p2/rancor_arf/rancor_arf.mdl"},
  318. description = [[You're a Clone!]],
  319. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  320. command = "ARFo",
  321. max = 0,
  322. salary = 250,
  323. admin = 0,
  324. vote = false,
  325. hasLicense = false,
  326. candemote = true,
  327. category = "ARF",
  328. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  329. end,
  330. })
  331.  
  332. TEAM_CLONE = DarkRP.createJob("ARF SharpShooter", {
  333. color = Color(224, 224, 224, 255),
  334. model = {"models/gonzo/swbf2arf2/trauma/trauma.mdl"},
  335. description = [[You're a Clone!]],
  336. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  337. command = "ARFss",
  338. max = 0,
  339. salary = 250,
  340. admin = 0,
  341. vote = false,
  342. hasLicense = false,
  343. candemote = true,
  344. category = "ARF",
  345. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  346. end,
  347. })
  348.  
  349. TEAM_CLONE = DarkRP.createJob("ARF Commander", {
  350. color = Color(224, 224, 224, 255),
  351. model = {"models/gonzo/pgninspectors/arfinspector/arfinspector.mdl"},
  352. description = [[You're a Clone!]],
  353. weapons = {"clone_card_c4", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  354. command = "ARFcmd",
  355. max = 0,
  356. salary = 250,
  357. admin = 0,
  358. vote = false,
  359. hasLicense = false,
  360. candemote = true,
  361. category = "ARF",
  362. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  363. end,
  364. })
  365.  
  366. ///////////////////////////[501st Clones]///////////////////////////////
  367.  
  368. TEAM_CLONE = DarkRP.createJob("501st Trooper", {
  369. color = Color(224, 224, 224, 255),
  370. model = {"models/reizer_cgi_p2/501_d3/501_d3.mdl"},
  371. description = [[You're a Clone!]],
  372. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  373. command = "501t",
  374. max = 0,
  375. salary = 250,
  376. admin = 0,
  377. vote = false,
  378. hasLicense = false,
  379. candemote = true,
  380. category = "501st Legion",
  381. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  382. end,
  383. })
  384.  
  385. TEAM_CLONE = DarkRP.createJob("501st Officer", {
  386. color = Color(224, 224, 224, 255),
  387. model = {"models/reizer_cgi_p2/501_lt/501_lt.mdl"},
  388. description = [[You're a Clone!]],
  389. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  390. command = "501o",
  391. max = 0,
  392. salary = 250,
  393. admin = 0,
  394. vote = false,
  395. hasLicense = false,
  396. candemote = true,
  397. category = "501st Legion",
  398. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  399. end,
  400. })
  401.  
  402. TEAM_CLONE = DarkRP.createJob("501st ARC Trooper", {
  403. color = Color(224, 224, 224, 255),
  404. model = {"models/reizer_cgi_p2/501_arc/501_arc.mdl"},
  405. description = [[You're a Clone!]],
  406. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  407. command = "501ARC",
  408. max = 0,
  409. salary = 250,
  410. admin = 0,
  411. vote = false,
  412. hasLicense = false,
  413. candemote = true,
  414. category = "501st Legion",
  415. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  416. end,
  417. })
  418.  
  419. TEAM_CLONE = DarkRP.createJob("501st Commander", {
  420. color = Color(224, 224, 224, 255),
  421. model = {"models/reizer_cgi_p2/501_cpt/501_cpt.mdl"},
  422. description = [[You're a Clone!]],
  423. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  424. command = "501cmd",
  425. max = 0,
  426. salary = 250,
  427. admin = 0,
  428. vote = false,
  429. hasLicense = false,
  430. candemote = true,
  431. category = "501st Legion",
  432. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  433. end,
  434. })
  435.  
  436. TEAM_CLONE = DarkRP.createJob("501st Captian Rex", {
  437. color = Color(224, 224, 224, 255),
  438. model = {"models/reizer_cgi_p2/501_rex/501_rex.mdl"},
  439. description = [[You're a Clone!]],
  440. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  441. command = "rex",
  442. max = 0,
  443. salary = 250,
  444. admin = 0,
  445. vote = false,
  446. hasLicense = false,
  447. candemote = true,
  448. category = "501st Legion",
  449. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  450. end,
  451. })
  452.  
  453. TEAM_CLONE = DarkRP.createJob("501st Jet Trooper", {
  454. color = Color(224, 224, 224, 255),
  455. model = {"models/reizer_cgi_p2/501_d6/501_d6.mdl"},
  456. description = [[You're a Clone!]],
  457. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  458. command = "501jet",
  459. max = 0,
  460. salary = 250,
  461. admin = 0,
  462. vote = false,
  463. hasLicense = false,
  464. candemote = true,
  465. category = "501st Legion",
  466. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  467. end,
  468. })
  469.  
  470. TEAM_CLONE = DarkRP.createJob("501st Heavy Trooper", {
  471. color = Color(224, 224, 224, 255),
  472. model = {"models/reizer_cgi_p2/501_d7/501_d7.mdl"},
  473. description = [[You're a Clone!]],
  474. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  475. command = "501heavy",
  476. max = 0,
  477. salary = 250,
  478. admin = 0,
  479. vote = false,
  480. hasLicense = false,
  481. candemote = true,
  482. category = "501st Legion",
  483. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  484. end,
  485. })
  486.  
  487. ///////////////////////[212th Battalion]/////////////////////////
  488.  
  489. TEAM_CLONE = DarkRP.createJob("212th Trooper", {
  490. color = Color(224, 224, 224, 255),
  491. model = {"models/reizer_cgi_p2/212_trp/212_trp.mdl"},
  492. description = [[You're a Clone!]],
  493. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  494. command = "212t",
  495. max = 0,
  496. salary = 250,
  497. admin = 0,
  498. vote = false,
  499. hasLicense = false,
  500. candemote = true,
  501. category = "212th Attack Battalion",
  502. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  503. end,
  504. })
  505.  
  506. TEAM_CLONE = DarkRP.createJob("212th Officer", {
  507. color = Color(224, 224, 224, 255),
  508. model = {"models/reizer_cgi_p2/212_lt/212_lt.mdl"},
  509. description = [[You're a Clone!]],
  510. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  511. command = "212o",
  512. max = 0,
  513. salary = 250,
  514. admin = 0,
  515. vote = false,
  516. hasLicense = false,
  517. candemote = true,
  518. category = "212th Attack Battalion",
  519. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  520. end,
  521. })
  522.  
  523. TEAM_CLONE = DarkRP.createJob("212th Heavy", {
  524. color = Color(224, 224, 224, 255),
  525. model = {"models/reizer_cgi_p2/212_d1/212_d1.mdl"},
  526. description = [[You're a Clone!]],
  527. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  528. command = "212heavy",
  529. max = 0,
  530. salary = 250,
  531. admin = 0,
  532. vote = false,
  533. hasLicense = false,
  534. candemote = true,
  535. category = "212th Attack Battalion",
  536. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  537. end,
  538. })
  539.  
  540. TEAM_CLONE = DarkRP.createJob("212th ARC Trooper", {
  541. color = Color(224, 224, 224, 255),
  542. model = {"models/reizer_cgi_p2/212_arc/212_arc.mdl"},
  543. description = [[You're a Clone!]],
  544. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  545. command = "212ARC",
  546. max = 0,
  547. salary = 250,
  548. admin = 0,
  549. vote = false,
  550. hasLicense = false,
  551. candemote = true,
  552. category = "212th Attack Battalion",
  553. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  554. end,
  555. })
  556.  
  557. TEAM_CLONE = DarkRP.createJob("212th Commander Cody", {
  558. color = Color(224, 224, 224, 255),
  559. model = {"models/reizer_cgi_p2/212_cody/212_cody.mdl"},
  560. description = [[You're a Clone!]],
  561. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  562. command = "212cmd",
  563. max = 0,
  564. salary = 250,
  565. admin = 0,
  566. vote = false,
  567. hasLicense = false,
  568. candemote = true,
  569. category = "212th Attack Battalion",
  570. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  571. end,
  572. })
  573.  
  574. //////////////////[104th Assualt Battalion]/////////////////////
  575.  
  576. TEAM_CLONE = DarkRP.createJob("104th Trooper", {
  577. color = Color(224, 224, 224, 255),
  578. model = {"models/reizer_cgi_p2/104_d1/104_d1.mdl"},
  579. description = [[You're a Clone!]],
  580. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  581. command = "104t",
  582. max = 0,
  583. salary = 250,
  584. admin = 0,
  585. vote = false,
  586. hasLicense = false,
  587. candemote = true,
  588. category = "104th Assualt Battalion",
  589. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  590. end,
  591. })
  592.  
  593. TEAM_CLONE = DarkRP.createJob("104th Officer", {
  594. color = Color(224, 224, 224, 255),
  595. model = {"models/reizer_cgi_p2/104_lt/104_lt.mdl"},
  596. description = [[You're a Clone!]],
  597. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  598. command = "104o",
  599. max = 0,
  600. salary = 250,
  601. admin = 0,
  602. vote = false,
  603. hasLicense = false,
  604. candemote = true,
  605. category = "104th Assualt Battalion",
  606. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  607. end,
  608. })
  609.  
  610. TEAM_CLONE = DarkRP.createJob("104th SharpShooter", {
  611. color = Color(224, 224, 224, 255),
  612. model = {"models/reizer_cgi_p2/104_assault/104_assault.mdl"},
  613. description = [[You're a Clone!]],
  614. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  615. command = "104ss",
  616. max = 0,
  617. salary = 250,
  618. admin = 0,
  619. vote = false,
  620. hasLicense = false,
  621. candemote = true,
  622. category = "104th Assualt Battalion",
  623. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  624. end,
  625. })
  626.  
  627. TEAM_CLONE = DarkRP.createJob("104th ARC Trooper", {
  628. color = Color(224, 224, 224, 255),
  629. model = {"models/reizer_cgi_p2/104_arc/104_arc.mdl"},
  630. description = [[You're a Clone!]],
  631. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  632. command = "104ARC",
  633. max = 0,
  634. salary = 250,
  635. admin = 0,
  636. vote = false,
  637. hasLicense = false,
  638. candemote = true,
  639. category = "104th Assualt Battalion",
  640. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  641. end,
  642. })
  643.  
  644. TEAM_CLONE = DarkRP.createJob("104th Commander Wolffe", {
  645. color = Color(224, 224, 224, 255),
  646. model = {"models/reizer_cgi_p2/104_wolf/104_wolf.mdl"},
  647. description = [[You're a Clone!]],
  648. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  649. command = "104cmd",
  650. max = 0,
  651. salary = 250,
  652. admin = 0,
  653. vote = false,
  654. hasLicense = false,
  655. candemote = true,
  656. category = "104th Assualt Battalion",
  657. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  658. end,
  659. })
  660.  
  661. //////////////////[Galactic Marines]////////////////////
  662.  
  663. TEAM_CLONE = DarkRP.createJob("Galactic Marines Trooper", {
  664. color = Color(224, 224, 224, 255),
  665. model = {"models/reizer_cgi_p2/gm_1/gm_1.mdl"},
  666. description = [[You're a Clone!]],
  667. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  668. command = "gmt",
  669. max = 0,
  670. salary = 250,
  671. admin = 0,
  672. vote = false,
  673. hasLicense = false,
  674. candemote = true,
  675. category = "Galactic Marines",
  676. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  677. end,
  678. })
  679.  
  680. TEAM_CLONE = DarkRP.createJob("Galactic Marines Officer", {
  681. color = Color(224, 224, 224, 255),
  682. model = {"models/reizer_cgi_p2/gm_2/gm_2.mdl"},
  683. description = [[You're a Clone!]],
  684. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  685. command = "gmo",
  686. max = 0,
  687. salary = 250,
  688. admin = 0,
  689. vote = false,
  690. hasLicense = false,
  691. candemote = true,
  692. category = "Galactic Marines",
  693. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  694. end,
  695. })
  696.  
  697. TEAM_CLONE = DarkRP.createJob("Galactic Marines Heavy Trooper", {
  698. color = Color(224, 224, 224, 255),
  699. model = {"models/reizer_cgi_p2/gm_3/gm_3.mdl"},
  700. description = [[You're a Clone!]],
  701. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  702. command = "gmheavy",
  703. max = 0,
  704. salary = 250,
  705. admin = 0,
  706. vote = false,
  707. hasLicense = false,
  708. candemote = true,
  709. category = "Galactic Marines",
  710. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  711. end,
  712. })
  713.  
  714. TEAM_CLONE = DarkRP.createJob("Galactic Marines ARC Trooper", {
  715. color = Color(224, 224, 224, 255),
  716. model = {"models/reizer_cgi_p2/gm_7/gm_7.mdl"},
  717. description = [[You're a Clone!]],
  718. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  719. command = "gmARC",
  720. max = 0,
  721. salary = 250,
  722. admin = 0,
  723. vote = false,
  724. hasLicense = false,
  725. candemote = true,
  726. category = "Galactic Marines",
  727. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  728. end,
  729. })
  730.  
  731. TEAM_CLONE = DarkRP.createJob("Galactic Marines Commander Bacara", {
  732. color = Color(224, 224, 224, 255),
  733. model = {"models/reizer_cgi_p2/21_bacara/21_bacara.mdl"},
  734. description = [[You're a Clone!]],
  735. weapons = {"clone_card_c4", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  736. command = "gmcmd",
  737. max = 0,
  738. salary = 250,
  739. admin = 0,
  740. vote = false,
  741. hasLicense = false,
  742. candemote = true,
  743. category = "Galactic Marines",
  744. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  745. end,
  746. })
  747.  
  748. ///////////////////////[Green Company]///////////////////////
  749.  
  750. TEAM_CLONE = DarkRP.createJob("Green Company Trooper", {
  751. color = Color(224, 224, 224, 255),
  752. model = {"models/reizer_cgi_p2/41_trp/41_trp.mdl"},
  753. description = [[You're a Clone!]],
  754. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  755. command = "greent",
  756. max = 0,
  757. salary = 250,
  758. admin = 0,
  759. vote = false,
  760. hasLicense = false,
  761. candemote = true,
  762. category = "Green Company",
  763. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  764. end,
  765. })
  766.  
  767. TEAM_CLONE = DarkRP.createJob("Green Company Officer", {
  768. color = Color(224, 224, 224, 255),
  769. model = {"models/reizer_cgi_p2/41_lt/41_lt.mdl"},
  770. description = [[You're a Clone!]],
  771. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  772. command = "greeno",
  773. max = 0,
  774. salary = 250,
  775. admin = 0,
  776. vote = false,
  777. hasLicense = false,
  778. candemote = true,
  779. category = "Green Company",
  780. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  781. end,
  782. })
  783.  
  784. TEAM_CLONE = DarkRP.createJob("Green Company Heavy Trooper", {
  785. color = Color(224, 224, 224, 255),
  786. model = {"models/reizer_cgi_p2/41_d1/41_d1.mdl"},
  787. description = [[You're a Clone!]],
  788. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  789. command = "greenheavy",
  790. max = 0,
  791. salary = 250,
  792. admin = 0,
  793. vote = false,
  794. hasLicense = false,
  795. candemote = true,
  796. category = "Green Company",
  797. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  798. end,
  799. })
  800.  
  801. TEAM_CLONE = DarkRP.createJob("Green Company SharpShooter", {
  802. color = Color(224, 224, 224, 255),
  803. model = {"models/reizer_cgi_p2/41_d6/41_d6.mdl"},
  804. description = [[You're a Clone!]],
  805. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  806. command = "greenss",
  807. max = 0,
  808. salary = 250,
  809. admin = 0,
  810. vote = false,
  811. hasLicense = false,
  812. candemote = true,
  813. category = "Green Company",
  814. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  815. end,
  816. })
  817.  
  818. TEAM_CLONE = DarkRP.createJob("Green Company ARC Trooper", {
  819. color = Color(224, 224, 224, 255),
  820. model = {"models/reizer_cgi_p2/41_arc/41_arc.mdl"},
  821. description = [[You're a Clone!]],
  822. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  823. command = "greenARC",
  824. max = 0,
  825. salary = 250,
  826. admin = 0,
  827. vote = false,
  828. hasLicense = false,
  829. candemote = true,
  830. category = "Green Company",
  831. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  832. end,
  833. })
  834.  
  835. TEAM_CLONE = DarkRP.createJob("Green Company Commander Gree", {
  836. color = Color(224, 224, 224, 255),
  837. model = {"models/reizer_cgi_p2/41_maj/41_maj.mdl"},
  838. description = [[You're a Clone!]],
  839. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  840. command = "greencmd",
  841. max = 0,
  842. salary = 250,
  843. admin = 0,
  844. vote = false,
  845. hasLicense = false,
  846. candemote = true,
  847. category = "Green Company",
  848. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  849. end,
  850. })
  851.  
  852. ///////////////////[Doom Company]///////////////////////
  853.  
  854. TEAM_CLONE = DarkRP.createJob("Doom Company Trooper", {
  855. color = Color(224, 224, 224, 255),
  856. model = {"models/reizer_cgi_p2/doom_trp/doom_trp.mdl"},
  857. description = [[You're a Clone!]],
  858. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  859. command = "doomt",
  860. max = 0,
  861. salary = 250,
  862. admin = 0,
  863. vote = false,
  864. hasLicense = false,
  865. candemote = true,
  866. category = "Doom Company",
  867. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  868. end,
  869. })
  870.  
  871. TEAM_CLONE = DarkRP.createJob("Doom Company Officer", {
  872. color = Color(224, 224, 224, 255),
  873. model = {"models/reizer_cgi_p2/doom_lt/doom_lt.mdl"},
  874. description = [[You're a Clone!]],
  875. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  876. command = "doomo",
  877. max = 0,
  878. salary = 250,
  879. admin = 0,
  880. vote = false,
  881. hasLicense = false,
  882. candemote = true,
  883. category = "Doom Company",
  884. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  885. end,
  886. })
  887.  
  888. TEAM_CLONE = DarkRP.createJob("Doom Company ARC Trooper", {
  889. color = Color(224, 224, 224, 255),
  890. model = {"models/player/greencompany/arc/41st_arc_reference.mdl"},
  891. description = [[You're a Clone!]],
  892. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  893. command = "doomARC",
  894. max = 0,
  895. salary = 250,
  896. admin = 0,
  897. vote = false,
  898. hasLicense = false,
  899. candemote = true,
  900. category = "Doom Company",
  901. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  902. end,
  903. })
  904.  
  905. TEAM_CLONE = DarkRP.createJob("Doom Company Commander Doom", {
  906. color = Color(224, 224, 224, 255),
  907. model = {"models/reizer_cgi_p2/doom_cmd/doom_cmd.mdl"},
  908. description = [[You're a Clone!]],
  909. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  910. command = "doomcmd",
  911. max = 0,
  912. salary = 250,
  913. admin = 0,
  914. vote = false,
  915. hasLicense = false,
  916. candemote = true,
  917. category = "Doom Company",
  918. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  919. end,
  920. })
  921.  
  922. ///////////////////[Republic Medic]////////////////////
  923.  
  924. TEAM_CLONE = DarkRP.createJob("Republic Medic Trooper", {
  925. color = Color(224, 224, 224, 255),
  926. model = {"models/models/player/rm_trp/rm_trp.mdl"},
  927. description = [[You're a Clone!]],
  928. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded", "med_kit", "darkrp_defibrillator"},
  929. command = "RMt",
  930. max = 0,
  931. salary = 250,
  932. admin = 0,
  933. vote = false,
  934. hasLicense = false,
  935. candemote = true,
  936. category = "Republic Medic",
  937. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  938. end,
  939. })
  940.  
  941. TEAM_CLONE = DarkRP.createJob("Republic Medic Officer", {
  942. color = Color(224, 224, 224, 255),
  943. model = {"models/models/player/rm_officer/rm_officer.mdl"},
  944. description = [[You're a Clone!]],
  945. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded", "med_kit", "darkrp_defibrillator"},
  946. command = "RMo",
  947. max = 0,
  948. salary = 250,
  949. admin = 0,
  950. vote = false,
  951. hasLicense = false,
  952. candemote = true,
  953. category = "Republic Medic",
  954. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  955. end,
  956. })
  957.  
  958. TEAM_CLONE = DarkRP.createJob("Republic Medic Surgeon", {
  959. color = Color(224, 224, 224, 255),
  960. model = {"models/models/player/rm_srg/rm_srg.mdl"},
  961. description = [[You're a Clone!]],
  962. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded", "med_kit", "darkrp_defibrillator"},
  963. command = "RMs",
  964. max = 0,
  965. salary = 250,
  966. admin = 0,
  967. vote = false,
  968. hasLicense = false,
  969. candemote = true,
  970. category = "Republic Medic",
  971. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  972. end,
  973. })
  974.  
  975. TEAM_CLONE = DarkRP.createJob("Republic Medic Hazard Trooper", {
  976. color = Color(224, 224, 224, 255),
  977. model = {"models/models/player/rm_hzd/rm_hzd.mdl"},
  978. description = [[You're a Clone!]],
  979. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded", "med_kit", "darkrp_defibrillator"},
  980. command = "RMh",
  981. max = 0,
  982. salary = 250,
  983. admin = 0,
  984. vote = false,
  985. hasLicense = false,
  986. candemote = true,
  987. category = "Republic Medic",
  988. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  989. end,
  990. })
  991.  
  992. TEAM_CLONE = DarkRP.createJob("Republic Medic Commander", {
  993. color = Color(224, 224, 224, 255),
  994. model = {"models/models/player/rm_cmd/rm_cmd.mdl"},
  995. description = [[You're a Clone!]],
  996. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded", "med_kit", "darkrp_defibrillator"},
  997. command = "RMcmd",
  998. max = 0,
  999. salary = 250,
  1000. admin = 0,
  1001. vote = false,
  1002. hasLicense = false,
  1003. candemote = true,
  1004. category = "Republic Medic",
  1005. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1006. end,
  1007. })
  1008.  
  1009. ////////////////////[Republic Commandos]//////////////////////////
  1010.  
  1011. TEAM_CLONE = DarkRP.createJob("Republic Commando Trooper", {
  1012. color = Color(224, 224, 224, 255),
  1013. model = {"models/reizer_cgi_p2/rc_ion_leader/rc_ion_leader.mdl"},
  1014. description = [[You're a Clone!]],
  1015. weapons = {"clone_card_c1", "tfa_swch_dc17m_br", "keys", "tfa_swch_dc15sa"},
  1016. command = "RCt",
  1017. max = 0,
  1018. salary = 250,
  1019. admin = 0,
  1020. vote = false,
  1021. hasLicense = false,
  1022. candemote = true,
  1023. category = "Republic Commando",
  1024. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1025. end,
  1026. })
  1027.  
  1028. TEAM_CLONE = DarkRP.createJob("Republic Commando Officer", {
  1029. color = Color(224, 224, 224, 255),
  1030. model = {"models/reizer_cgi_p2/rc_atin_dirty/rc_atin_dirty.mdl"},
  1031. description = [[You're a Clone!]],
  1032. weapons = {"clone_card_c2", "tfa_swch_dc17m_br", "keys", "tfa_swch_dc15sa", "tfa_dc17m_shotgun"},
  1033. command = "RCo",
  1034. max = 0,
  1035. salary = 250,
  1036. admin = 0,
  1037. vote = false,
  1038. hasLicense = false,
  1039. candemote = true,
  1040. category = "Republic Commando",
  1041. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1042. end,
  1043. })
  1044.  
  1045. TEAM_CLONE = DarkRP.createJob("Republic Commando Commander", {
  1046. color = Color(224, 224, 224, 255),
  1047. model = {"models/reizer_cgi_p2/rc_orbit_dirty/rc_orbit_dirty.mdl"},
  1048. description = [[You're a Clone!]],
  1049. weapons = {"clone_card_c3", "tfa_swch_dc17m_br", "keys", "tfa_swch_dc15sa", "tfa_dc17m_shotgun", "tfa_swch_dc17m_at"},
  1050. command = "RCcmd",
  1051. max = 0,
  1052. salary = 250,
  1053. admin = 0,
  1054. vote = false,
  1055. hasLicense = false,
  1056. candemote = true,
  1057. category = "Republic Commando",
  1058. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1059. end,
  1060. })
  1061.  
  1062. //////////////////////[Clone Guard]//////////////////////////
  1063.  
  1064. TEAM_CLONE = DarkRP.createJob("Clone Guard Trooper", {
  1065. color = Color(224, 224, 224, 255),
  1066. model = {"models/reizer_cgi_p2/guard_trp/guard_trp.mdl"},
  1067. description = [[You're a Clone!]],
  1068. weapons = {"clone_card_c2", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded", "arrest_stick", "unarrest_stick", "stunstick"},
  1069. command = "CGt",
  1070. max = 0,
  1071. salary = 250,
  1072. admin = 0,
  1073. vote = false,
  1074. hasLicense = false,
  1075. candemote = true,
  1076. category = "Clone Guard",
  1077. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1078. end,
  1079. })
  1080.  
  1081. TEAM_CLONE = DarkRP.createJob("Clone Guard Officer", {
  1082. color = Color(224, 224, 224, 255),
  1083. model = {"models/reizer_cgi_p2/guard_lt/guard_lt.mdl"},
  1084. description = [[You're a Clone!]],
  1085. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded", "arrest_stick", "unarrest_stick", "stunstick"},
  1086. command = "CGo",
  1087. max = 0,
  1088. salary = 250,
  1089. admin = 0,
  1090. vote = false,
  1091. hasLicense = false,
  1092. candemote = true,
  1093. category = "Clone Guard",
  1094. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1095. end,
  1096. })
  1097.  
  1098. TEAM_CLONE = DarkRP.createJob("Clone Guard Hound", {
  1099. color = Color(224, 224, 224, 255),
  1100. model = {"models/reizer_cgi_p2/guard_hound/guard_hound.mdl"},
  1101. description = [[You're a Clone!]],
  1102. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded", "arrest_stick", "unarrest_stick", "stunstick"},
  1103. command = "CGh",
  1104. max = 0,
  1105. salary = 250,
  1106. admin = 0,
  1107. vote = false,
  1108. hasLicense = false,
  1109. candemote = true,
  1110. category = "Clone Guard",
  1111. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1112. end,
  1113. })
  1114.  
  1115. TEAM_CLONE = DarkRP.createJob("Clone Guard Commander Fox", {
  1116. color = Color(224, 224, 224, 255),
  1117. model = {"models/reizer_cgi_p2/guard_fox/guard_fox.mdl"},
  1118. description = [[You're a Clone!]],
  1119. weapons = {"clone_card_c4", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded", "arrest_stick", "unarrest_stick", "stunstick"},
  1120. command = "CGcmd",
  1121. max = 0,
  1122. salary = 250,
  1123. admin = 0,
  1124. vote = false,
  1125. hasLicense = false,
  1126. candemote = true,
  1127. category = "Clone Guard",
  1128. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1129. end,
  1130. })
  1131.  
  1132. /////////////////////////[Ghost Company]/////////////////////
  1133.  
  1134. TEAM_CLONE = DarkRP.createJob("Ghost Company Commander", {
  1135. color = Color(224, 224, 224, 255),
  1136. model = {"models/player/time/gcom/gcom.mdl"},
  1137. description = [[You're a Clone!]],
  1138. weapons = {"clone_card_c4", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  1139. command = "Ghostcmd",
  1140. max = 0,
  1141. salary = 250,
  1142. admin = 0,
  1143. vote = false,
  1144. hasLicense = false,
  1145. candemote = true,
  1146. category = "Ghost Company",
  1147. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1148. end,
  1149. })
  1150.  
  1151. TEAM_CLONE = DarkRP.createJob("Ghost Company ARC Trooper", {
  1152. color = Color(224, 224, 224, 255),
  1153. model = {"models/player/time/garc/garc.mdl"},
  1154. description = [[You're a Clone!]],
  1155. weapons = {"clone_card_c3", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  1156. command = "GhostARC",
  1157. max = 0,
  1158. salary = 250,
  1159. admin = 0,
  1160. vote = false,
  1161. hasLicense = false,
  1162. candemote = true,
  1163. category = "Ghost Company",
  1164. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1165. end,
  1166. })
  1167.  
  1168. TEAM_CLONE = DarkRP.createJob("Ghost Company Trooper", {
  1169. color = Color(224, 224, 224, 255),
  1170. model = {"models/player/time/gtrooperpauldron/gtrooper.mdl"},
  1171. description = [[You're a Clone!]],
  1172. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  1173. command = "Ghostt",
  1174. max = 0,
  1175. salary = 250,
  1176. admin = 0,
  1177. vote = false,
  1178. hasLicense = false,
  1179. candemote = true,
  1180. category = "Ghost Company",
  1181. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1182. end,
  1183. })
  1184.  
  1185. ////////////////////[2nd Airborn]/////////////////////
  1186.  
  1187. TEAM_CLONE = DarkRP.createJob("2nd Airborn Trooper", {
  1188. color = Color(224, 224, 224, 255),
  1189. model = {"models/player/icefusenetworks/2ndjet.mdl"},
  1190. description = [[You're a Clone!]],
  1191. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  1192. command = "2ndt",
  1193. max = 0,
  1194. salary = 250,
  1195. admin = 0,
  1196. vote = false,
  1197. hasLicense = false,
  1198. candemote = true,
  1199. category = "2nd Airborn",
  1200. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1201. end,
  1202. })
  1203.  
  1204. TEAM_CLONE = DarkRP.createJob("2nd Airborn Commander", {
  1205. color = Color(224, 224, 224, 255),
  1206. model = {"models/player/icefusenetworks/2ndengineer.mdl"},
  1207. description = [[You're a Clone!]],
  1208. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  1209. command = "2ndcmd",
  1210. max = 0,
  1211. salary = 250,
  1212. admin = 0,
  1213. vote = false,
  1214. hasLicense = false,
  1215. candemote = true,
  1216. category = "2nd Airborn",
  1217. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1218. end,
  1219. })
  1220.  
  1221. TEAM_CLONE = DarkRP.createJob("2nd Airborn Officer", {
  1222. color = Color(224, 224, 224, 255),
  1223. model = {"models/player/icefusenetworks/2ndelite.mdl"},
  1224. description = [[You're a Clone!]],
  1225. weapons = {"clone_card_c1", "tfa_dc15a_expanded", "keys", "tfa_752_dc15s_expanded"},
  1226. command = "2ndo",
  1227. max = 0,
  1228. salary = 250,
  1229. admin = 0,
  1230. vote = false,
  1231. hasLicense = false,
  1232. candemote = true,
  1233. category = "2nd Airborn",
  1234. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1235. end,
  1236. })
  1237.  
  1238.  
  1239. ////////////////////[Jedi]////////////////////////////
  1240.  
  1241. TEAM_JEDI = DarkRP.createJob("Jedi Youngling", {
  1242. color = Color(224, 224, 224, 255),
  1243. model = {
  1244. "models/jazzmcfly/jka/younglings/jka_young_anikan.mdl",
  1245. "models/jazzmcfly/jka/younglings/jka_young_female.mdl",
  1246. "models/jazzmcfly/jka/younglings/jka_young_male.mdl",
  1247. "models/jazzmcfly/jka/younglings/jka_young_shak.mdl"
  1248. },
  1249. description = [[You're a Clone!]],
  1250. weapons = {"weapon_752_e11"},
  1251. command = "yougling",
  1252. max = 0,
  1253. salary = 250,
  1254. admin = 0,
  1255. vote = false,
  1256. hasLicense = false,
  1257. candemote = true,
  1258. category = "Jedi",
  1259. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1260. end,
  1261. })
  1262.  
  1263. TEAM_JEDI = DarkRP.createJob("Jedi Padawan", {
  1264. color = Color(224, 224, 224, 255),
  1265. model = {
  1266. "models/player/jedi/human.mdl",
  1267. "models/player/jedi/nautolan.mdl",
  1268. "models/player/jedi/togruta.mdl",
  1269. "models/player/jedi/trandoshan.mdl"
  1270. },
  1271. description = [[You're a Clone!]],
  1272. weapons = {"weapon_752_e11"},
  1273. command = "padawan",
  1274. max = 0,
  1275. salary = 250,
  1276. admin = 0,
  1277. vote = false,
  1278. hasLicense = false,
  1279. candemote = true,
  1280. category = "Jedi",
  1281. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1282. end,
  1283. })
  1284.  
  1285. TEAM_JEDI = DarkRP.createJob("Jedi Knight", {
  1286. color = Color(224, 224, 224, 255),
  1287. model = {
  1288. "models/player/jedi/human.mdl",
  1289. "models/player/jedi/nautolan.mdl",
  1290. "models/player/jedi/togruta.mdl",
  1291. "models/player/jedi/trandoshan.mdl"
  1292. },
  1293. description = [[You're a Clone!]],
  1294. weapons = {"weapon_752_e11"},
  1295. command = "knight",
  1296. max = 0,
  1297. salary = 250,
  1298. admin = 0,
  1299. vote = false,
  1300. hasLicense = false,
  1301. candemote = true,
  1302. category = "Jedi",
  1303. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1304. end,
  1305. })
  1306.  
  1307. TEAM_JEDI = DarkRP.createJob("Jedi Master", {
  1308. color = Color(224, 224, 224, 255),
  1309. model = {
  1310. "models/player/jedi/human.mdl",
  1311. "models/player/jedi/nautolan.mdl",
  1312. "models/player/jedi/togruta.mdl",
  1313. "models/player/jedi/trandoshan.mdl"
  1314. },
  1315. description = [[You're a Clone!]],
  1316. weapons = {"weapon_752_e11"},
  1317. command = "master",
  1318. max = 0,
  1319. salary = 250,
  1320. admin = 0,
  1321. vote = false,
  1322. hasLicense = false,
  1323. candemote = true,
  1324. category = "Jedi",
  1325. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1326. end,
  1327. })
  1328.  
  1329. TEAM_JEDI = DarkRP.createJob("Jedi Grand Master", {
  1330. color = Color(224, 224, 224, 255),
  1331. model = {
  1332. "models/player/jedi/human.mdl",
  1333. "models/player/jedi/nautolan.mdl",
  1334. "models/player/jedi/togruta.mdl",
  1335. "models/player/jedi/trandoshan.mdl"
  1336. },
  1337. description = [[You're a Clone!]],
  1338. weapons = {"weapon_752_e11"},
  1339. command = "grandmaster",
  1340. max = 0,
  1341. salary = 250,
  1342. admin = 0,
  1343. vote = false,
  1344. hasLicense = false,
  1345. candemote = true,
  1346. category = "Jedi",
  1347. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1348. end,
  1349. })
  1350.  
  1351. TEAM_JEDI = DarkRP.createJob("Jedi Sentinel", {
  1352. color = Color(224, 224, 224, 255),
  1353. model = {"models/player/swtor/arsenic/templeguard/templeguard.mdl"},
  1354. description = [[You're a Clone!]],
  1355. weapons = {"weapon_752_e11"},
  1356. command = "sentinel",
  1357. max = 0,
  1358. salary = 250,
  1359. admin = 0,
  1360. vote = false,
  1361. hasLicense = false,
  1362. candemote = true,
  1363. category = "Jedi",
  1364. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1365. end,
  1366. })
  1367.  
  1368. ////////////////////////[Lore Jedi]/////////////////////////////
  1369.  
  1370. TEAM_JEDI = DarkRP.createJob("Yoda", {
  1371. color = Color(224, 224, 224, 255),
  1372. model = {"models/tfa/comm/gg/pm_sw_yoda.mdl"},
  1373. description = [[You're a Clone!]],
  1374. weapons = {"weapon_752_e11"},
  1375. command = "yoda",
  1376. modelScale = 0.7,
  1377. max = 0,
  1378. salary = 250,
  1379. admin = 0,
  1380. vote = false,
  1381. hasLicense = false,
  1382. candemote = true,
  1383. category = "Lore Jedi",
  1384. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1385. end,
  1386. })
  1387.  
  1388. TEAM_JEDI = DarkRP.createJob("Mace Windu", {
  1389. color = Color(224, 224, 224, 255),
  1390. model = {"models/player/mace/mace.mdl"},
  1391. description = [[You're a Clone!]],
  1392. weapons = {"weapon_752_e11"},
  1393. command = "windu",
  1394. max = 0,
  1395. salary = 250,
  1396. admin = 0,
  1397. vote = false,
  1398. hasLicense = false,
  1399. candemote = true,
  1400. category = "Lore Jedi",
  1401. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1402. end,
  1403. })
  1404.  
  1405. TEAM_JEDI = DarkRP.createJob("Shaak Ti", {
  1406. color = Color(224, 224, 224, 255),
  1407. model = {"models/tfa/comm/gg/pm_sw_shaakti.mdl"},
  1408. description = [[You're a Clone!]],
  1409. weapons = {"weapon_752_e11"},
  1410. command = "shaak",
  1411. max = 0,
  1412. salary = 250,
  1413. admin = 0,
  1414. vote = false,
  1415. hasLicense = false,
  1416. candemote = true,
  1417. category = "Lore Jedi",
  1418. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1419. end,
  1420. })
  1421.  
  1422. TEAM_JEDI = DarkRP.createJob("Obi-Wan Kenobi", {
  1423. color = Color(224, 224, 224, 255),
  1424. model = {"models/tfa/comm/gg/pm_sw_obiwan_alt.mdl"},
  1425. description = [[You're a Clone!]],
  1426. weapons = {"weapon_752_e11"},
  1427. command = "kenobi",
  1428. max = 0,
  1429. salary = 250,
  1430. admin = 0,
  1431. vote = false,
  1432. hasLicense = false,
  1433. candemote = true,
  1434. category = "Lore Jedi",
  1435. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1436. end,
  1437. })
  1438.  
  1439. TEAM_JEDI = DarkRP.createJob("Anakin Skywalker", {
  1440. color = Color(224, 224, 224, 255),
  1441. model = {"models/tfa/comm/pm_sw_anakin_skywalker.mdl"},
  1442. description = [[You're a Clone!]],
  1443. weapons = {"weapon_752_e11"},
  1444. command = "anakin",
  1445. max = 0,
  1446. salary = 250,
  1447. admin = 0,
  1448. vote = false,
  1449. hasLicense = false,
  1450. candemote = true,
  1451. category = "Lore Jedi",
  1452. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1453. end,
  1454. })
  1455.  
  1456. TEAM_JEDI = DarkRP.createJob("Plo Koon", {
  1457. color = Color(224, 224, 224, 255),
  1458. model = {"models/player/plokoon/plokoon.mdl"},
  1459. description = [[You're a Clone!]],
  1460. weapons = {"weapon_752_e11"},
  1461. command = "plo",
  1462. max = 0,
  1463. salary = 250,
  1464. admin = 0,
  1465. vote = false,
  1466. hasLicense = false,
  1467. candemote = true,
  1468. category = "Lore Jedi",
  1469. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1470. end,
  1471. })
  1472.  
  1473. TEAM_JEDI = DarkRP.createJob("Ahsoka Tano", {
  1474. color = Color(224, 224, 224, 255),
  1475. model = {"models/tfa/comm/gg/pm_sw_ahsoka_v2.mdlz"},
  1476. description = [[You're a Clone!]],
  1477. weapons = {"weapon_752_e11"},
  1478. command = "ahsoka",
  1479. max = 0,
  1480. salary = 250,
  1481. admin = 0,
  1482. vote = false,
  1483. hasLicense = false,
  1484. candemote = true,
  1485. category = "Lore Jedi",
  1486. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1487. end,
  1488. })
  1489.  
  1490. TEAM_JEDI = DarkRP.createJob("Barriss Offee", {
  1491. color = Color(224, 224, 224, 255),
  1492. model = {"models/tfa/comm/gg/pm_sw_barriss.mdl"},
  1493. description = [[You're a Clone!]],
  1494. weapons = {"weapon_752_e11"},
  1495. command = "barriss",
  1496. max = 0,
  1497. salary = 250,
  1498. admin = 0,
  1499. vote = false,
  1500. hasLicense = false,
  1501. candemote = true,
  1502. category = "Lore Jedi",
  1503. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1504. end,
  1505. })
  1506.  
  1507. TEAM_JEDI = DarkRP.createJob("Aayla Secura", {
  1508. color = Color(224, 224, 224, 255),
  1509. model = {"models/tfa/comm/gg/pm_sw_aayala.mdl"},
  1510. description = [[You're a Clone!]],
  1511. weapons = {"weapon_752_e11"},
  1512. command = "aayla",
  1513. max = 0,
  1514. salary = 250,
  1515. admin = 0,
  1516. vote = false,
  1517. hasLicense = false,
  1518. candemote = true,
  1519. category = "Lore Jedi",
  1520. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1521. end,
  1522. })
  1523.  
  1524. TEAM_JEDI = DarkRP.createJob("Kit Fisto", {
  1525. color = Color(224, 224, 224, 255),
  1526. model = {"models/tfa/comm/gg/pm_sw_fisto.mdl"},
  1527. description = [[You're a Clone!]],
  1528. weapons = {"weapon_752_e11"},
  1529. command = "kit",
  1530. max = 0,
  1531. salary = 250,
  1532. admin = 0,
  1533. vote = false,
  1534. hasLicense = false,
  1535. candemote = true,
  1536. category = "Lore Jedi",
  1537. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1538. end,
  1539. })
  1540.  
  1541. TEAM_JEDI = DarkRP.createJob("Ki-Adi-Mundi", {
  1542. color = Color(224, 224, 224, 255),
  1543. model = {"models/tfa/comm/gg/pm_sw_mundi.mdl"},
  1544. description = [[You're a Clone!]],
  1545. weapons = {"weapon_752_e11"},
  1546. command = "mundi",
  1547. max = 0,
  1548. salary = 250,
  1549. admin = 0,
  1550. vote = false,
  1551. hasLicense = false,
  1552. candemote = true,
  1553. category = "Lore Jedi",
  1554. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1555. end,
  1556. })
  1557.  
  1558. TEAM_JEDI = DarkRP.createJob("Luminara Unduli", {
  1559. color = Color(224, 224, 224, 255),
  1560. model = {"models/tfa/comm/gg/pm_sw_luminara.mdl"},
  1561. description = [[You're a Clone!]],
  1562. weapons = {"weapon_752_e11"},
  1563. command = "luminara",
  1564. max = 0,
  1565. salary = 250,
  1566. admin = 0,
  1567. vote = false,
  1568. hasLicense = false,
  1569. candemote = true,
  1570. category = "Lore Jedi",
  1571. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1572. end,
  1573. })
  1574.  
  1575. ///////////////////////[Naval]////////////////////////
  1576.  
  1577. TEAM_NAVAL = DarkRP.createJob("Naval Petty Officer", {
  1578. color = Color(224, 224, 224, 255),
  1579. model = {"models/player/clone/ifngnaval.mdl"},
  1580. description = [[You're a Clone!]],
  1581. weapons = {"tfa_752_westar34", "keys", "clone_card_c3navy"},
  1582. command = "navalpo",
  1583. max = 0,
  1584. salary = 250,
  1585. admin = 0,
  1586. vote = false,
  1587. hasLicense = false,
  1588. candemote = true,
  1589. category = "Naval",
  1590. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1591. end,
  1592. })
  1593.  
  1594. TEAM_NAVAL = DarkRP.createJob("Naval Officer", {
  1595. color = Color(224, 224, 224, 255),
  1596. model = {"models/player/clone/ifnbnaval.mdl"},
  1597. description = [[You're a Clone!]],
  1598. weapons = {"tfa_752_westar34", "keys", "clone_card_c3navy"},
  1599. command = "navalo",
  1600. max = 0,
  1601. salary = 250,
  1602. admin = 0,
  1603. vote = false,
  1604. hasLicense = false,
  1605. candemote = true,
  1606. category = "Naval",
  1607. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1608. end,
  1609. })
  1610.  
  1611. TEAM_NAVAL = DarkRP.createJob("Naval Commander", {
  1612. color = Color(224, 224, 224, 255),
  1613. model = {"models/player/clone/ifnwnaval.mdl"},
  1614. description = [[You're a Clone!]],
  1615. weapons = {"tfa_752_westar34", "keys", "clone_card_c3navy"},
  1616. command = "navalcmd",
  1617. max = 0,
  1618. salary = 250,
  1619. admin = 0,
  1620. vote = false,
  1621. hasLicense = false,
  1622. candemote = true,
  1623. category = "Naval",
  1624. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1625. end,
  1626. })
  1627.  
  1628. TEAM_NAVAL = DarkRP.createJob("Naval Admiral", {
  1629. color = Color(224, 224, 224, 255),
  1630. model = {
  1631. "models/player/clone/navalponds.mdl",
  1632. "models/player/clone/navalwolffe.mdl"
  1633. },
  1634. description = [[You're a Clone!]],
  1635. weapons = {"tfa_752_westar34", "keys", "clone_card_c3navy"},
  1636. command = "navalfa",
  1637. max = 0,
  1638. salary = 250,
  1639. admin = 0,
  1640. vote = false,
  1641. hasLicense = false,
  1642. candemote = true,
  1643. category = "Naval",
  1644. PlayerLoadout = function(ply) ply:SetHealth(100)ply:SetMaxHealth(100)
  1645. end,
  1646. })
  1647.  
  1648.  
  1649. --[[---------------------------------------------------------------------------
  1650. Define which team joining players spawn into and what team you change to if demoted
  1651. ---------------------------------------------------------------------------]]
  1652. GAMEMODE.DefaultTeam = TEAM_CADET
  1653. --[[---------------------------------------------------------------------------
  1654. Define which teams belong to civil protection
  1655. Civil protection can set warrants, make people wanted and do some other police related things
  1656. ---------------------------------------------------------------------------]]
  1657. GAMEMODE.CivilProtection = {
  1658. [TEAM_POLICE] = true,
  1659. [TEAM_CHIEF] = true,
  1660. [TEAM_MAYOR] = true,
  1661. }
  1662. --[[---------------------------------------------------------------------------
  1663. Jobs that are hitmen (enables the hitman menu)
  1664. ---------------------------------------------------------------------------]]
  1665. DarkRP.addHitmanTeam(TEAM_MOB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement