Advertisement
Brontes

CWRP Jobs

May 26th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.93 KB | None | 0 0
  1. ---------------------------------------------------------------------------]]
  2. TEAM_CC = DarkRP.createJob("Clone Cadet", {
  3. color = Color(211, 211, 211),
  4. model = {"models/gonzo/helmetlessclone/helmetlessclone.mdl"},
  5. description = [[]],
  6. weapons = {"tfa_swch_dc15a_training"},
  7. command = "clonecadet",
  8. max = 0,
  9. salary = 25,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = true,
  13. category = "Clone Cadet",
  14. PlayerSpawn = function(ply)
  15. ply:SetMaxHealth(100)
  16. ply:SetHealth(100)
  17. ply:SetArmor(25)
  18. ply:SetBodygroup(1, 1)
  19. end
  20. })
  21.  
  22.  
  23.  
  24. -- Trainer -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  25. TEAM_MERCENARYTRAINER = DarkRP.createJob("Mercenary Trainer", {
  26. color = Color(255,215,0,255),
  27. model = {"models/tfa/comm/gg/deathwatch_bf2/trooper_female_helmet.mdl", "models/tfa/comm/gg/deathwatch_bf2/sold_com_helmet.mdl", "models/tfa/comm/gg/deathwatch_bf2/trooper_female_02.mdl", "models/qyan7259m/geequay_player/geequay_regular_player.mdl", "models/zyan7259m/zusken_raider_player/zusken_raider_player.mdl", "models/playerm/valley/sith_trainingdroid/sith_trainingdroid.mdl"},
  28. description = [[A job for people to train clones.]],
  29. weapons = {"tfa_mercenarypistol"},
  30. command = "trainer",
  31. max = 5,
  32. salary = 125,
  33. admin = 0,
  34. vote = false,
  35. hasLicense = true,
  36. category = "Trainer",
  37. PlayerSpawn = function(ply)
  38. ply:SetMaxHealth(250)
  39. ply:SetHealth(250)
  40. ply:SetArmor(50)
  41. end
  42. })
  43.  
  44.  
  45.  
  46. -- CT -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  47. TEAM_CTT = DarkRP.createJob("Clone Trooper", {
  48. color = Color(211, 211, 211),
  49. model = {"models/gonzo/helmetlessclone/helmetlessclone.mdl"},
  50. description = [[]],
  51. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  52. command = "cttrooper",
  53. max = 60,
  54. salary = 75,
  55. admin = 0,
  56. vote = false,
  57. hasLicense = true,
  58. category = "CT",
  59. PlayerSpawn = function(ply)
  60. ply:SetMaxHealth(250)
  61. ply:SetHealth(250)
  62. ply:SetArmor(50)
  63. ply:SetBodygroup(1, 1)
  64. end
  65. })
  66.  
  67.  
  68.  
  69. -- 501st Legion -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  70. TEAM_501STTROOPER = DarkRP.createJob("501st Trooper", {
  71. color = Color(30, 144, 255),
  72. model = {"models/player/smitty/bf2_reg/501st_trooper/501st_trooper.mdl"},
  73. description = [[]],
  74. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  75. command = "fivetrooper",
  76. max = 10,
  77. salary = 75,
  78. admin = 0,
  79. vote = false,
  80. hasLicense = true,
  81. category = "501st",
  82. sortOrder = 1,
  83. PlayerSpawn = function(ply)
  84. ply:SetMaxHealth(275)
  85. ply:SetHealth(275)
  86. ply:SetArmor(50)
  87. end
  88. })
  89.  
  90. TEAM_501STCHARGER = DarkRP.createJob("501st Charger", {
  91. color = Color(30, 144, 255),
  92. model = {"models/player/smitty/bf2_reg/501st_trooper/501st_trooper.mdl"},
  93. description = [[]],
  94. weapons = {"tfa_swch_dc15a", "tfa_sw_repshot","weapon_policeshield","zeus_thermaldet"},
  95. command = "fivecharger",
  96. max = 3,
  97. salary = 75,
  98. admin = 0,
  99. vote = false,
  100. hasLicense = true,
  101. category = "501st",
  102. sortOrder = 6,
  103. PlayerSpawn = function(ply)
  104. ply:SetMaxHealth(300)
  105. ply:SetHealth(300)
  106. ply:SetArmor(50)
  107. end
  108. })
  109.  
  110. TEAM_501STMEDIC = DarkRP.createJob("501st Medic", {
  111. color = Color(30, 144, 255),
  112. model = {"models/player/smitty/bf2_reg/501st_captain/501st_captain.mdl"},
  113. description = [[]],
  114. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a", "weapon_bactainjector", "weapon_medkit", "weapon_defibrillator"},
  115. command = "501stmedic",
  116. max = 4,
  117. salary = 75,
  118. admin = 0,
  119. vote = false,
  120. hasLicense = true,
  121. category = "501st",
  122. sortOrder = 1,
  123. PlayerSpawn = function(ply)
  124. ply:SetMaxHealth(275)
  125. ply:SetHealth(275)
  126. ply:SetArmor(50)
  127. end
  128. })
  129.  
  130. TEAM_501STSGT = DarkRP.createJob("501st Sgt", {
  131. color = Color(30, 144, 255),
  132. model = {"models/player/smitty/bf2_reg/501st_sergeant/501st_sergeant.mdl"},
  133. description = [[]],
  134. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  135. command = "fivesgt",
  136. max = 5,
  137. salary = 75,
  138. admin = 0,
  139. vote = false,
  140. hasLicense = true,
  141. category = "501st",
  142. sortOrder = 2,
  143. PlayerSpawn = function(ply)
  144. ply:SetMaxHealth(300)
  145. ply:SetHealth(300)
  146. ply:SetArmor(50)
  147. end
  148. })
  149.  
  150. TEAM_501STLT = DarkRP.createJob("501st Lieutenant", {
  151. color = Color(30, 144, 255),
  152. model = {"models/player/smitty/bf2_reg/501st_lieutenant/501st_lieutenant.mdl"},
  153. description = [[]],
  154. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  155. command = "fivel",
  156. max = 5,
  157. salary = 75,
  158. admin = 0,
  159. vote = false,
  160. hasLicense = true,
  161. category = "501st",
  162. sortOrder = 3,
  163. PlayerSpawn = function(ply)
  164. ply:SetMaxHealth(300)
  165. ply:SetHealth(300)
  166. ply:SetArmor(75)
  167. end
  168. })
  169.  
  170. TEAM_501STSPECIALIST = DarkRP.createJob("501st Specialist", {
  171. color = Color(30, 144, 255),
  172. model = {"models/player/ven/bf2_reg/hardcase/bfhardcase.mdl"},
  173. description = [[]],
  174. weapons = {"weapon_tfa_pestar34", "tfa_sw_pestardual", "realistic_hook"},
  175. command = "501stspecialist",
  176. max = 1,
  177. salary = 75,
  178. admin = 0,
  179. vote = false,
  180. hasLicense = true,
  181. category = "501st",
  182. sortOrder = 4,
  183. PlayerSpawn = function(ply)
  184. ply:SetMaxHealth(275)
  185. ply:SetHealth(275)
  186. ply:SetArmor(50)
  187. end
  188. })
  189.  
  190.  
  191. TEAM_501STREX = DarkRP.createJob("501st Rex", {
  192. color = Color(30, 144, 255),
  193. model = {"models/player/ven/bf2_reg/rex/bf2rex.mdl"},
  194. description = [[]],
  195. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a", "realistic_hook", "weapon_cuff_shackles", "tfa_sw_dc17dual", "weapon_rpw_binoculars"},
  196. command = "rex",
  197. max = 1,
  198. salary = 75,
  199. admin = 0,
  200. vote = false,
  201. hasLicense = true,
  202. category = "501st",
  203. sortOrder = 5,
  204. PlayerSpawn = function(ply)
  205. ply:SetMaxHealth(400)
  206. ply:SetHealth(400)
  207. ply:SetArmor(100)
  208. end
  209. })
  210.  
  211.  
  212.  
  213. -- 212th Attack Battallion -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  214. TEAM_212THTROOPER = DarkRP.createJob("212th Trooper", {
  215. color = Color(255, 165, 0),
  216. model = {"models/player/smitty/bf2_reg/212thtrooper/212thtrooper.mdl"},
  217. description = [[]],
  218. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  219. command = "twotrooper",
  220. max = 10,
  221. salary = 75,
  222. admin = 0,
  223. vote = false,
  224. hasLicense = true,
  225. category = "212th",
  226. sortOrder = 1,
  227. PlayerSpawn = function(ply)
  228. ply:SetMaxHealth(275)
  229. ply:SetHealth(275)
  230. ply:SetArmor(50)
  231. end
  232. })
  233.  
  234. TEAM_212THARF = DarkRP.createJob("212th ARF", {
  235. color = Color(255, 165, 0),
  236. model = {"models/gonzo/swbf2arf/212th/212th.mdl"},
  237. description = [[]],
  238. weapons = {"tfa_swch_dc15s", "tfa_sw_repsnip", "realistic_hook"},
  239. command = "212tharf",
  240. max = 4,
  241. salary = 75,
  242. admin = 0,
  243. vote = false,
  244. hasLicense = true,
  245. category = "212th",
  246. sortOrder = 2,
  247. PlayerSpawn = function(ply)
  248. ply:SetMaxHealth(275)
  249. ply:SetHealth(275)
  250. ply:SetArmor(50)
  251. end
  252. })
  253.  
  254. TEAM_212THSGT = DarkRP.createJob("212th Sgt", {
  255. color = Color(255, 165, 0),
  256. model = {"models/player/smitty/bf2_reg/212thtrooper/212thtrooper.mdl"},
  257. description = [[]],
  258. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  259. command = "twosgt",
  260. max = 5,
  261. salary = 75,
  262. admin = 0,
  263. vote = false,
  264. hasLicense = true,
  265. category = "212th",
  266. sortOrder = 3,
  267. PlayerSpawn = function(ply)
  268. ply:SetMaxHealth(300)
  269. ply:SetHealth(300)
  270. ply:SetArmor(50)
  271. end
  272. })
  273.  
  274. TEAM_212THLT = DarkRP.createJob("212th Lieutenant", {
  275. color = Color(255, 165, 0),
  276. model = {"models/player/smitty/bf2_reg/212thtrooper/212thtrooper.mdl"},
  277. description = [[]],
  278. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  279. command = "twolt",
  280. max = 5,
  281. salary = 75,
  282. admin = 0,
  283. vote = false,
  284. hasLicense = true,
  285. category = "212th",
  286. sortOrder = 4,
  287. PlayerSpawn = function(ply)
  288. ply:SetMaxHealth(300)
  289. ply:SetHealth(300)
  290. ply:SetArmor(75)
  291. end
  292. })
  293.  
  294. TEAM_212THHEAVY = DarkRP.createJob("212th Heavy", {
  295. color = Color(255, 165, 0),
  296. model = {"models/player/grady/starwars/212th_major.mdl"},
  297. description = [[]],
  298. weapons = {"tfa_swch_z6", "tfa_swch_dc17"},
  299. command = "212thheavy",
  300. max = 3,
  301. salary = 75,
  302. admin = 0,
  303. vote = false,
  304. hasLicense = true,
  305. category = "212th",
  306. sortOrder = 5,
  307. PlayerSpawn = function(ply)
  308. ply:SetMaxHealth(325)
  309. ply:SetHealth(325)
  310. ply:SetArmor(100)
  311. end
  312. })
  313.  
  314. TEAM_CAPTAINGREGOR = DarkRP.createJob("Captain Gregor", {
  315. color = Color(255, 165, 0),
  316. model = {"models/player/star wars/gregor/clone_commando_gregor1fixed.mdl"},
  317. description = [[]],
  318. weapons = {"tfa_swch_dc17m_br", "tfa_swch_dc17m_sn", "realistic_hook", "weapon_swrc_det"},
  319. command = "captaingregor",
  320. max = 1,
  321. salary = 75,
  322. admin = 0,
  323. vote = false,
  324. hasLicense = true,
  325. category = "212th",
  326. sortOrder = 6,
  327. PlayerSpawn = function(ply)
  328. ply:SetMaxHealth(400)
  329. ply:SetHealth(400)
  330. ply:SetArmor(150)
  331. end
  332. })
  333.  
  334. TEAM_212THCODY = DarkRP.createJob("212th Cody", {
  335. color = Color(255, 165, 0),
  336. model = {"models/player/ven/bf2_reg/cody/bf2cody.mdl"},
  337. description = [[]],
  338. weapons = {"tfa_dc17chrome", "tfa_swch_dc15a", "realistic_hook", "weapon_cuff_shackles", "weapon_rpw_binoculars"},
  339. command = "cody",
  340. max = 1,
  341. salary = 75,
  342. admin = 0,
  343. vote = false,
  344. hasLicense = true,
  345. category = "212th",
  346. sortOrder = 7,
  347. PlayerSpawn = function(ply)
  348. ply:SetMaxHealth(400)
  349. ply:SetHealth(400)
  350. ply:SetArmor(100)
  351. end
  352. })
  353.  
  354. TEAM_2NDAIRBORNE = DarkRP.createJob("2nd Airborne", {
  355. color = Color(255, 165, 0),
  356. model = {"models/player/smitty/bf2_reg/2ndairborne_trooper/2ndairborne_trooper.mdl"},
  357. description = [[]],
  358. weapons = {"tfa_swch_dc15a", "tfa_swch_dc15s", "realistic_hook", "zeus_thermaldet", "tfa_swch_dc17", "weapon_rpw_binoculars_scout"},
  359. command = "2ndairborne",
  360. max = 6,
  361. salary = 75,
  362. admin = 0,
  363. vote = false,
  364. hasLicense = true,
  365. category = "212th",
  366. sortOrder = 8,
  367. PlayerSpawn = function(ply)
  368. ply:SetMaxHealth(325)
  369. ply:SetHealth(325)
  370. ply:SetArmor(100)
  371. end
  372. })
  373.  
  374.  
  375.  
  376. -- 104th -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  377. TEAM_104THTROOPER = DarkRP.createJob("104th Trooper", {
  378. color = Color(105, 105, 105),
  379. model = {"models/player/ven/bf2_reg/104th/bf2104.mdl"},
  380. description = [[]],
  381. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  382. command = "onetrooper",
  383. max = 10,
  384. salary = 75,
  385. admin = 0,
  386. vote = false,
  387. hasLicense = true,
  388. category = "104th",
  389. sortOrder = 1,
  390. PlayerSpawn = function(ply)
  391. ply:SetMaxHealth(275)
  392. ply:SetHealth(275)
  393. ply:SetArmor(50)
  394. end
  395. })
  396.  
  397. TEAM_104THMEDIC = DarkRP.createJob("104th Medic", {
  398. color = Color(105, 105, 105),
  399. model = {"models/player/grady/starwars/104th_corporal.mdl"},
  400. description = [[]],
  401. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a", "weapon_bactainjector", "weapon_medkit", "weapon_defibrillator"},
  402. command = "104thmedic",
  403. max = 4,
  404. salary = 75,
  405. admin = 0,
  406. vote = false,
  407. hasLicense = true,
  408. category = "104th",
  409. sortOrder = 2,
  410. PlayerSpawn = function(ply)
  411. ply:SetMaxHealth(275)
  412. ply:SetHealth(275)
  413. ply:SetArmor(50)
  414. end
  415. })
  416.  
  417. TEAM_104THARMORED = DarkRP.createJob("104th Armored", {
  418. color = Color(105, 105, 105),
  419. model = {"models/player/grady/starwars/104th_captain.mdl"},
  420. description = [[]],
  421. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a", "repair_tool", "tfa_swch_clonelauncher"},
  422. command = "104tharmored",
  423. max = 3,
  424. salary = 75,
  425. admin = 0,
  426. vote = false,
  427. hasLicense = true,
  428. category = "104th",
  429. sortOrder = 3,
  430. PlayerSpawn = function(ply)
  431. ply:SetMaxHealth(325)
  432. ply:SetHealth(325)
  433. ply:SetArmor(100)
  434. end
  435. })
  436.  
  437. TEAM_104THSGT = DarkRP.createJob("104th Sgt", {
  438. color = Color(105, 105, 105),
  439. model = {"models/player/ven/bf2_reg/104th/bf2104.mdl"},
  440. description = [[]],
  441. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  442. command = "onesgt",
  443. max = 5,
  444. salary = 75,
  445. admin = 0,
  446. vote = false,
  447. hasLicense = true,
  448. category = "104th",
  449. sortOrder = 4,
  450. PlayerSpawn = function(ply)
  451. ply:SetMaxHealth(300)
  452. ply:SetHealth(300)
  453. ply:SetArmor(50)
  454. end
  455. })
  456.  
  457. TEAM_104THLT = DarkRP.createJob("104th Lieutenant", {
  458. color = Color(105, 105, 105),
  459. model = {"models/player/ven/bf2_reg/104th/bf2104.mdl"},
  460. description = [[]],
  461. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  462. command = "onelt",
  463. max = 5,
  464. salary = 75,
  465. admin = 0,
  466. vote = false,
  467. hasLicense = true,
  468. category = "104th",
  469. sortOrder = 5,
  470. PlayerSpawn = function(ply)
  471. ply:SetMaxHealth(300)
  472. ply:SetHealth(300)
  473. ply:SetArmor(75)
  474. end
  475. })
  476.  
  477. TEAM_WOLFFE = DarkRP.createJob("104th Commander Wolffe", {
  478. color = Color(105, 105, 105),
  479. model = {"models/player/ven/bf2_reg/wolffe/bf2wolffe.mdl"},
  480. description = [[]],
  481. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a", "realistic_hook", "weapon_cuff_shackles", "weapon_rpw_binoculars"},
  482. command = "wolffe",
  483. max = 1,
  484. salary = 75,
  485. admin = 0,
  486. vote = false,
  487. hasLicense = true,
  488. category = "104th",
  489. sortOrder = 6,
  490. PlayerSpawn = function(ply)
  491. ply:SetMaxHealth(400)
  492. ply:SetHealth(400)
  493. ply:SetArmor(100)
  494. end
  495. })
  496.  
  497.  
  498.  
  499. -- 327th Battalion -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  500. TEAM_327THTROOPER = DarkRP.createJob("327th Trooper", {
  501. color = Color(153, 153, 0),
  502. model = {"models/player/grady/starwars/327th_trooper.mdl"},
  503. description = [[]],
  504. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  505. command = "threetrooper",
  506. max = 10,
  507. salary = 75,
  508. admin = 0,
  509. vote = false,
  510. hasLicense = true,
  511. category = "327th",
  512. sortOrder = 1,
  513. PlayerSpawn = function(ply)
  514. ply:SetMaxHealth(275)
  515. ply:SetHealth(275)
  516. ply:SetArmor(50)
  517. end
  518. })
  519.  
  520. TEAM_327ONYX = DarkRP.createJob("327th Onyx", {
  521. color = Color(153, 153, 0),
  522. model = {"models/player/smitty/bf2_reg/k_company_captain/k_company_captain.mdl"},
  523. description = [[]],
  524. weapons = {"zeus_flashbang","zeus_thermaldet","tfa_swch_dc15a","tfa_swch_e5","weapon_bactainjector"},
  525. command = "threeonyx",
  526. max = 10,
  527. salary = 75,
  528. admin = 0,
  529. vote = false,
  530. hasLicense = true,
  531. category = "327th",
  532. sortOrder = 1,
  533. PlayerSpawn = function(ply)
  534. ply:SetMaxHealth(300)
  535. ply:SetHealth(300)
  536. ply:SetArmor(50)
  537. end
  538. })
  539.  
  540. TEAM_327THTYTO = DarkRP.createJob("327th Tyto", {
  541. color = Color(153, 153, 0),
  542. model = {"models/player/smitty/bf2_reg/sm_faie/sm_faie.mdl"},
  543. description = [[]],
  544. weapons = {"flamethrower_basic", "tfa_swch_dc15a", "tfa_752_dc15s_expanded"},
  545. command = "tyto",
  546. max = 5,
  547. salary = 75,
  548. admin = 0,
  549. vote = false,
  550. hasLicense = true,
  551. category = "327th",
  552. sortOrder = 2,
  553. PlayerSpawn = function(ply)
  554. ply:SetMaxHealth(325)
  555. ply:SetHealth(325)
  556. ply:SetArmor(100)
  557. end
  558. })
  559.  
  560. TEAM_327THSGT = DarkRP.createJob("327th Sgt", {
  561. color = Color(153, 153, 0),
  562. model = {"models/player/grady/starwars/327th_corporal.mdl"},
  563. description = [[]],
  564. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  565. command = "threesgt",
  566. max = 5,
  567. salary = 75,
  568. admin = 0,
  569. vote = false,
  570. hasLicense = true,
  571. category = "327th",
  572. sortOrder = 3,
  573. PlayerSpawn = function(ply)
  574. ply:SetMaxHealth(300)
  575. ply:SetHealth(300)
  576. ply:SetArmor(50)
  577. end
  578. })
  579.  
  580. TEAM_327THLT = DarkRP.createJob("327th Lieutenant", {
  581. color = Color(153, 153, 0),
  582. model = {"models/player/grady/starwars/327th_sergeant.mdl"},
  583. description = [[]],
  584. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  585. command = "threelt",
  586. max = 5,
  587. salary = 75,
  588. admin = 0,
  589. vote = false,
  590. hasLicense = true,
  591. category = "327th",
  592. sortOrder = 4,
  593. PlayerSpawn = function(ply)
  594. ply:SetMaxHealth(300)
  595. ply:SetHealth(300)
  596. ply:SetArmor(75)
  597. end
  598. })
  599.  
  600. TEAM_327THBLY = DarkRP.createJob("327th Commander Bly", {
  601. color = Color(153, 153, 0),
  602. model = {"models/player/ven/bf2_reg/bly/bf2bly.mdl"},
  603. description = [[]],
  604. weapons = {"tfa_sw_dc17dual", "tfa_swch_dc15a", "realistic_hook", "weapon_cuff_shackles", "weapon_rpw_binoculars"},
  605. command = "bly",
  606. max = 5,
  607. salary = 75,
  608. admin = 0,
  609. vote = false,
  610. hasLicense = true,
  611. category = "327th",
  612. sortOrder = 5,
  613. PlayerSpawn = function(ply)
  614. ply:SetMaxHealth(400)
  615. ply:SetHealth(400)
  616. ply:SetArmor(100)
  617. end
  618. })
  619.  
  620. TEAM_327THKCOMPANY = DarkRP.createJob("327th K Company", {
  621. color = Color(139, 0, 0),
  622. model = {"models/player/smitty/bf2_reg/k_company_trooper/k_company_trooper.mdl"},
  623. description = [[]],
  624. weapons = {"tfa_swch_dc15a", "tfa_swch_dc15s", "weapon_rpw_binoculars", "tfa_swch_dc17"},
  625. command = "327thkcompany",
  626. max = 5,
  627. salary = 75,
  628. admin = 0,
  629. vote = false,
  630. hasLicense = true,
  631. category = "327th",
  632. sortOrder = 6,
  633. PlayerSpawn = function(ply)
  634. ply:SetMaxHealth(300)
  635. ply:SetHealth(300)
  636. ply:SetArmor(50)
  637. end
  638. })
  639.  
  640. TEAM_327THKCOMPANYHEAVY = DarkRP.createJob("327th K Company Heavy", {
  641. color = Color(139, 0, 0),
  642. model = {"models/player/smitty/bf2_reg/k_company_trooper/k_company_trooper.mdl"},
  643. description = [[]],
  644. weapons = {"tfa_swch_dc15a", "tfa_swch_dc15s", "weapon_rpw_binoculars", "tfa_swch_clonelauncher", "tfa_swch_dc17"},
  645. command = "327thkcompanyhvy",
  646. max = 3,
  647. salary = 75,
  648. admin = 0,
  649. vote = false,
  650. hasLicense = true,
  651. category = "327th",
  652. sortOrder = 7,
  653. PlayerSpawn = function(ply)
  654. ply:SetMaxHealth(325)
  655. ply:SetHealth(325)
  656. ply:SetArmor(100)
  657. end
  658. })
  659.  
  660. TEAM_327THDEVISS = DarkRP.createJob("327th Captain Deviss", {
  661. color = Color(139, 0, 0),
  662. model = {"models/player/grady/starwars/327th_deviss.mdl"},
  663. description = [[]],
  664. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a", "weapon_rpw_binoculars", "weapon_cuff_shackles", "tfa_swch_dc17dual"},
  665. command = "threedeviss",
  666. max = 5,
  667. salary = 75,
  668. admin = 0,
  669. vote = false,
  670. hasLicense = true,
  671. category = "327th",
  672. sortOrder = 8,
  673. PlayerSpawn = function(ply)
  674. ply:SetMaxHealth(400)
  675. ply:SetHealth(400)
  676. ply:SetArmor(100)
  677. end
  678. })
  679. -- 41st
  680. TEAM_41TROOPER = DarkRP.createJob("41st Trooper", {
  681. color = Color(139, 0, 0),
  682. model = {"models/player/smitty/bf2_reg/41stgc_trooper/41stgc_trooper.mdl"},
  683. description = [[]],
  684. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a"},
  685. command = "foursttrooper",
  686. max = 5,
  687. salary = 75,
  688. admin = 0,
  689. vote = false,
  690. hasLicense = true,
  691. category = "41st",
  692. sortOrder = 1,
  693. PlayerSpawn = function(ply)
  694. ply:SetMaxHealth(275)
  695. ply:SetHealth(275)
  696. ply:SetArmor(100)
  697. end
  698. })
  699.  
  700. TEAM_41SGT = DarkRP.createJob("41st Sgt", {
  701. color = Color(139, 0, 0),
  702. model = {"models/player/smitty/bf2_reg/41stgc_sergeant/41stgc_sergeant.mdl"},
  703. description = [[]],
  704. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a","tfa_sw_repsnip","weapon_rpw_binoculars"},
  705. command = "fourstsgt",
  706. max = 5,
  707. salary = 75,
  708. admin = 0,
  709. vote = false,
  710. hasLicense = true,
  711. category = "41st",
  712. sortOrder = 2,
  713. PlayerSpawn = function(ply)
  714. ply:SetMaxHealth(275)
  715. ply:SetHealth(275)
  716. ply:SetArmor(100)
  717. end
  718. })
  719.  
  720. TEAM_41OFFICER = DarkRP.createJob("41st Officer", {
  721. color = Color(139, 0, 0),
  722. model = {"models/player/smitty/bf2_reg/41stgc_captain/41stgc_captain.mdl"},
  723. description = [[]],
  724. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a","tfa_sw_repsnip","weapon_rpw_binoculars"},
  725. command = "fourstofficer",
  726. max = 5,
  727. salary = 75,
  728. admin = 0,
  729. vote = false,
  730. hasLicense = true,
  731. category = "41st",
  732. sortOrder = 3,
  733. PlayerSpawn = function(ply)
  734. ply:SetMaxHealth(300)
  735. ply:SetHealth(300)
  736. ply:SetArmor(100)
  737. end
  738. })
  739.  
  740. TEAM_41COMMANDER = DarkRP.createJob("41st Gree", {
  741. color = Color(139, 0, 0),
  742. model = {"models/player/smitty/bf2_reg/41stgc_commander/41stgc_commander.mdl"},
  743. description = [[]],
  744. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a","tfa_sw_repsnip","weapon_rpw_binoculars","tfa_sw_dc17dual"},
  745. command = "fourstcommander",
  746. max = 5,
  747. salary = 75,
  748. admin = 0,
  749. vote = false,
  750. hasLicense = true,
  751. category = "41st",
  752. sortOrder = 4,
  753. PlayerSpawn = function(ply)
  754. ply:SetMaxHealth(400)
  755. ply:SetHealth(400)
  756. ply:SetArmor(100)
  757. end
  758. })
  759.  
  760. TEAM_41ARF = DarkRP.createJob("41st ARF", {
  761. color = Color(139, 0, 0),
  762. model = {"models/smitty/bf_gc/sm_faie_alt.mdl"},
  763. description = [[]],
  764. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a","tfa_sw_repsnip","weapon_rpw_binoculars"},
  765. command = "fourssarf",
  766. max = 5,
  767. salary = 75,
  768. admin = 0,
  769. vote = false,
  770. hasLicense = true,
  771. category = "41st",
  772. sortOrder = 5,
  773. PlayerSpawn = function(ply)
  774. ply:SetMaxHealth(400)
  775. ply:SetHealth(400)
  776. ply:SetArmor(100)
  777. end
  778. })
  779.  
  780. TEAM_41HEAVY = DarkRP.createJob("41st Heavy", {
  781. color = Color(139, 0, 0),
  782. model = {"models/player/smitty/bf2_reg/41stgc_major/41stgc_major.mdl"},
  783. description = [[]],
  784. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a","tfa_swch_z6","weapon_rpw_binoculars","tfa_sw_dc17dual"},
  785. command = "fourheavy",
  786. max = 5,
  787. salary = 75,
  788. admin = 0,
  789. vote = false,
  790. hasLicense = true,
  791. category = "41st",
  792. sortOrder = 6,
  793. PlayerSpawn = function(ply)
  794. ply:SetMaxHealth(400)
  795. ply:SetHealth(400)
  796. ply:SetArmor(100)
  797. end
  798. })
  799. -- Fleet -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  800. TEAM_FLEETCADET = DarkRP.createJob("Fleet Cadet", {
  801. color = Color(176, 196, 222),
  802. model = {"models/player/scifi_female_01.mdl", "models/player/scifi_male_05.mdl"},
  803. description = [[]],
  804. weapons = {"tfa_swch_dc17", "weapon_rpw_binoculars"},
  805. command = "fleetcadet",
  806. max = 5,
  807. salary = 75,
  808. admin = 0,
  809. vote = false,
  810. hasLicense = true,
  811. category = "Fleet",
  812. PlayerSpawn = function(ply)
  813. ply:SetMaxHealth(100)
  814. ply:SetHealth(100)
  815. ply:SetArmor(25)
  816. end
  817. })
  818.  
  819. TEAM_CLONEOFFICER = DarkRP.createJob("Clone Officer", {
  820. color = Color(211,211,211,225),
  821. model = {"models/player/hydro/clone_officer/clone_officer_playermodel.mdl", "models/gonzo/navyvariants/black/black.mdl", "models/gonzo/navyvariants/green/green.mdl", "models/gonzo/navyvariants/white/white.mdl"},
  822. description = [[Clone Officer]],
  823. weapons = {"tfa_swch_dc17"},
  824. command = "cloneofficer",
  825. max = 3,
  826. salary = 65,
  827. admin = 0,
  828. vote = false,
  829. hasLicense = true,
  830. category = "Fleet",
  831. PlayerSpawn = function(ply)
  832. ply:SetMaxHealth(100)
  833. ply:SetHealth(100)
  834. ply:SetArmor(55)
  835. end
  836. })
  837.  
  838. TEAM_FLEETOFFICER = DarkRP.createJob("Fleet Officer", {
  839. color = Color(176, 196, 222),
  840. model = {"models/player/scifi_male_07.mdl", "models/player/scifi_female_02.mdl"},
  841. description = [[]],
  842. weapons = {"tfa_swch_dc17", "weapon_rpw_binoculars", "weapon_bactainjector"},
  843. command = "fleetofficer",
  844. max = 5,
  845. salary = 75,
  846. admin = 0,
  847. vote = false,
  848. hasLicense = true,
  849. category = "Fleet",
  850. PlayerSpawn = function(ply)
  851. ply:SetMaxHealth(100)
  852. ply:SetHealth(100)
  853. ply:SetArmor(55)
  854. end
  855. })
  856.  
  857. TEAM_FLEETENGINEER = DarkRP.createJob("Fleet Engineer", {
  858. color = Color(176, 196, 222),
  859. model = {"models/player/scifi_mp3.mdl", "models/player/scifi_female_06.mdl"},
  860. description = [[]],
  861. weapons = {"tfa_swch_dc17", "weapon_rpw_binoculars", "weapon_bactainjector", "repair_tool"},
  862. command = "fleetengineer",
  863. max = 5,
  864. salary = 75,
  865. admin = 0,
  866. vote = false,
  867. hasLicense = true,
  868. category = "Fleet",
  869. PlayerSpawn = function(ply)
  870. ply:SetMaxHealth(100)
  871. ply:SetHealth(100)
  872. ply:SetArmor(100)
  873. end
  874. })
  875.  
  876. TEAM_FLEETCOM = DarkRP.createJob("Fleet Commander", {
  877. color = Color(176, 196, 222),
  878. model = {"models/player/scifi_fang.mdl", "models/player/scifi_male_09.mdl"},
  879. description = [[]],
  880. weapons = {"tfa_swch_dc17", "weapon_rpw_binoculars", "weapon_bactainjector"},
  881. command = "fleetcommander",
  882. max = 5,
  883. salary = 75,
  884. admin = 0,
  885. vote = false,
  886. hasLicense = true,
  887. category = "Fleet",
  888. PlayerSpawn = function(ply)
  889. ply:SetMaxHealth(100)
  890. ply:SetHealth(100)
  891. ply:SetArmor(100)
  892. end
  893. })
  894.  
  895. TEAM_FLEETSENIOR = DarkRP.createJob("Fleet Senior Officer", {
  896. color = Color(176, 196, 222),
  897. model = {"models/player/scifi_bill.mdl", "models/player/scifi_zoey.mdl"},
  898. description = [[]],
  899. weapons = {"tfa_swch_dc17", "weapon_rpw_binoculars", "weapon_bactainjector"},
  900. command = "fleetseniorofficer",
  901. max = 5,
  902. salary = 75,
  903. admin = 0,
  904. vote = false,
  905. hasLicense = true,
  906. category = "Fleet",
  907. PlayerSpawn = function(ply)
  908. ply:SetMaxHealth(100)
  909. ply:SetHealth(100)
  910. ply:SetArmor(125)
  911. end
  912. })
  913.  
  914.  
  915.  
  916. -- ARC -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  917. TEAM_ARCSGT = DarkRP.createJob("ARC Sergeant", {
  918. color = Color(50, 205, 50),
  919. model = {"models/player/smitty/bf2_reg/arcsgt/arcsgt.mdl", "models/player/smitty/bf2_reg/archeavysgt/archeavysgt.mdl"},
  920. description = [[]],
  921. weapons = {"tfa_swch_dc17", "tfa_swch_alphablaster"},
  922. command = "arcsgt",
  923. max = 5,
  924. salary = 75,
  925. admin = 0,
  926. vote = false,
  927. hasLicense = true,
  928. category = "ARC",
  929. PlayerSpawn = function(ply)
  930. ply:SetMaxHealth(375)
  931. ply:SetHealth(375)
  932. ply:SetArmor(125)
  933. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  934. end
  935. })
  936.  
  937. TEAM_ARCFIVES = DarkRP.createJob("Fives", {
  938. color = Color(50, 205, 50),
  939. model = {"models/player/smitty/bf2_reg/sm_fives/sm_fives.mdl"},
  940. description = [[]],
  941. weapons = {"tfa_sw_repsnip", "tfa_sw_dc17dual","tfa_swch_alphablaster"},
  942. command = "arcfives",
  943. max = 1,
  944. salary = 75,
  945. admin = 0,
  946. vote = false,
  947. hasLicense = true,
  948. category = "ARC",
  949. PlayerSpawn = function(ply)
  950. ply:SetMaxHealth(400)
  951. ply:SetHealth(400)
  952. ply:SetArmor(125)
  953. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  954. end
  955. })
  956.  
  957. TEAM_ARCECHO = DarkRP.createJob("Echo", {
  958. color = Color(50, 205, 50),
  959. model = {"models/player/smitty/bf2_reg/sm_echo/sm_echo.mdl"},
  960. description = [[]],
  961. weapons = {"tfa_sw_repsnip", "tfa_swch_alphablaster","tfa_sw_dc17dual"},
  962. command = "arcecho",
  963. max = 1,
  964. salary = 75,
  965. admin = 0,
  966. vote = false,
  967. hasLicense = true,
  968. category = "ARC",
  969. PlayerSpawn = function(ply)
  970. ply:SetMaxHealth(400)
  971. ply:SetHealth(400)
  972. ply:SetArmor(125)
  973. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  974. end
  975. })
  976.  
  977. TEAM_ARCMEDIC = DarkRP.createJob("ARC Medic", {
  978. color = Color(50, 205, 50),
  979. model = {"models/player/smitty/bf2_reg/arcsgt/arcsgt.mdl", "models/player/smitty/bf2_reg/archeavysgt/archeavysgt.mdl"},
  980. description = [[]],
  981. weapons = {"tfa_swch_dc17", "tfa_swch_alphablaster"},
  982. command = "arcmedic",
  983. max = 2,
  984. salary = 75,
  985. admin = 0,
  986. vote = false,
  987. hasLicense = true,
  988. category = "ARC",
  989. PlayerSpawn = function(ply)
  990. ply:SetMaxHealth(375)
  991. ply:SetHealth(375)
  992. ply:SetArmor(125)
  993. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  994. end
  995. })
  996.  
  997. TEAM_ARCLT = DarkRP.createJob("ARC Lieutenant", {
  998. color = Color(30, 144, 255),
  999. model = {"models/player/smitty/bf2_reg/arclt/arclt.mdl", "models/player/smitty/bf2_reg/arctooth/arctooth.mdl"},
  1000. description = [[]],
  1001. weapons = {"tfa_swch_dc17", "tfa_swch_alphablaster"},
  1002. command = "arclt",
  1003. max = 4,
  1004. salary = 75,
  1005. admin = 0,
  1006. vote = false,
  1007. hasLicense = true,
  1008. category = "ARC",
  1009. PlayerSpawn = function(ply)
  1010. ply:SetMaxHealth(400)
  1011. ply:SetHealth(400)
  1012. ply:SetArmor(125)
  1013. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1014. end
  1015. })
  1016.  
  1017. TEAM_ARCCAP = DarkRP.createJob("ARC Captain", {
  1018. color = Color(128, 0, 0),
  1019. model = {"models/player/smitty/bf2_reg/arccpt/arccpt.mdl", "models/player/smitty/bf2_reg/archeavycpt/archeavycpt.mdl"},
  1020. description = [[]],
  1021. weapons = {"tfa_swch_dc17", "tfa_swch_alphablaster"},
  1022. command = "arccap",
  1023. max = 3,
  1024. salary = 75,
  1025. admin = 0,
  1026. vote = false,
  1027. hasLicense = true,
  1028. category = "ARC",
  1029. PlayerSpawn = function(ply)
  1030. ply:SetMaxHealth(425)
  1031. ply:SetHealth(425)
  1032. ply:SetArmor(150)
  1033. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1034. end
  1035. })
  1036.  
  1037. TEAM_ARCCOM = DarkRP.createJob("ARC Commander", {
  1038. color = Color(204, 204, 0),
  1039. model = {"models/gonzo/rancorarcs/blitz/blitz.mdl"},
  1040. description = [[]],
  1041. weapons = {"tfa_sw_dc17dual", "tfa_swch_alphablaster", "tfa_swch_clonelauncher", "tfa_swch_dc15a","realistic_hook"},
  1042. command = "arccom",
  1043. max = 1,
  1044. salary = 75,
  1045. admin = 0,
  1046. vote = false,
  1047. hasLicense = true,
  1048. category = "ARC",
  1049. PlayerSpawn = function(ply)
  1050. ply:SetMaxHealth(500)
  1051. ply:SetHealth(500)
  1052. ply:SetArmor(100)
  1053. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1054. end
  1055. })
  1056.  
  1057.  
  1058.  
  1059. -- Shock Fleet Security -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  1060. TEAM_SHOCK = DarkRP.createJob("Shock Trooper", {
  1061. color = Color(255, 0, 0),
  1062. model = {"models/player/smitty/bf2_reg/st_trooper/st_trooper.mdl"},
  1063. description = [[]],
  1064. weapons = {"stunstick", "tfa_swch_dc15s", "tfa_swch_dc15a", "weapon_cuff_police", "weapon_cuff_elastic", "weapon_policeshield", "unarrest_stick", "arrest_stick"},
  1065. command = "shock",
  1066. max = 10,
  1067. salary = 75,
  1068. admin = 0,
  1069. vote = false,
  1070. hasLicense = true,
  1071. category = "Shock",
  1072. PlayerSpawn = function(ply)
  1073. ply:SetMaxHealth(275)
  1074. ply:SetHealth(275)
  1075. ply:SetArmor(50)
  1076. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1.1)
  1077. end
  1078. })
  1079.  
  1080. TEAM_SHOCKSGT = DarkRP.createJob("Shock Sgt", {
  1081. color = Color(255, 0, 0),
  1082. model = {"models/player/smitty/bf2_reg/st_sergeant/st_sergeant.mdl"},
  1083. description = [[]],
  1084. weapons = {"stunstick", "tfa_swch_dc15s", "tfa_swch_dc15a", "weapon_cuff_police", "weapon_cuff_elastic", "weapon_policeshield", "unarrest_stick", "arrest_stick"},
  1085. command = "shocksgt",
  1086. max = 5,
  1087. salary = 75,
  1088. admin = 0,
  1089. vote = false,
  1090. hasLicense = true,
  1091. category = "Shock",
  1092. PlayerSpawn = function(ply)
  1093. ply:SetMaxHealth(300)
  1094. ply:SetHealth(300)
  1095. ply:SetArmor(50)
  1096. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1.1)
  1097. end
  1098. })
  1099.  
  1100. TEAM_SHOCKLT = DarkRP.createJob("Shock Lt", {
  1101. color = Color(255, 0, 0),
  1102. model = {"models/player/smitty/bf2_reg/st_lieutenant/st_lieutenant.mdl"},
  1103. description = [[]],
  1104. weapons = {"tfa_swch_dc15s", "tfa_swch_dc15a", "stunstick", "weapon_cuff_police", "arrest_stick", "weapon_policeshield", "unarrest_stick", "weapon_cuff_elastic"},
  1105. command = "shocklt",
  1106. max = 5,
  1107. salary = 75,
  1108. admin = 0,
  1109. vote = false,
  1110. hasLicense = true,
  1111. category = "Shock",
  1112. PlayerSpawn = function(ply)
  1113. ply:SetMaxHealth(300)
  1114. ply:SetHealth(300)
  1115. ply:SetArmor(75)
  1116. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1.1)
  1117. end
  1118. })
  1119.  
  1120. TEAM_THORN = DarkRP.createJob("Commander Thorn", {
  1121. color = Color(255, 0, 0),
  1122. model = {"models/player/smitty/bf2_reg/cmd_thorn/cmd_thorn.mdl"},
  1123. description = [[]],
  1124. weapons = {"tfa_swch_z6", "tfa_swch_dc15a", "tfa_sw_dc17dual", "stunstick", "arrest_stick", "weapon_cuff_police", "weapon_policeshield", "unarrest_stick", "realistic_hook","weapon_cuff_elastic"},
  1125. command = "thorn",
  1126. max = 1,
  1127. salary = 75,
  1128. admin = 0,
  1129. vote = false,
  1130. hasLicense = true,
  1131. category = "Shock",
  1132. PlayerSpawn = function(ply)
  1133. ply:SetMaxHealth(400)
  1134. ply:SetHealth(400)
  1135. ply:SetArmor(100)
  1136. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1.1)
  1137. end
  1138. })
  1139.  
  1140.  
  1141.  
  1142. -- Pilot -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  1143. TEAM_PILOTT = DarkRP.createJob("Pilot Trooper", {
  1144. color = Color(75,230,185,255),
  1145. model = {"models/player/smitty/bf2_reg/grey_pilot_trooper/grey_pilot_trooper.mdl"},
  1146. description = [[]],
  1147. weapons = {"repair_tool","tfa_swch_dc17"},
  1148. command = "pilott",
  1149. max = 5,
  1150. salary = 75,
  1151. admin = 0,
  1152. vote = false,
  1153. hasLicense = true,
  1154. category = "Pilot",
  1155. PlayerSpawn = function(ply)
  1156. ply:SetMaxHealth(275)
  1157. ply:SetHealth(275)
  1158. ply:SetArmor(50)
  1159. end
  1160. })
  1161.  
  1162. TEAM_PILOTC = DarkRP.createJob("Pilot Captain", {
  1163. color = Color(75,230,185,255),
  1164. model = {"models/player/smitty/bf2_reg/blue_pilot_lieutenant/blue_pilot_lieutenant.mdl"},
  1165. description = [[]],
  1166. weapons = {"repair_tool","tfa_swch_dc17"},
  1167. command = "pilotcap",
  1168. max = 3,
  1169. salary = 75,
  1170. admin = 0,
  1171. vote = false,
  1172. hasLicense = true,
  1173. category = "Pilot",
  1174. PlayerSpawn = function(ply)
  1175. ply:SetMaxHealth(325)
  1176. ply:SetHealth(325)
  1177. ply:SetArmor(50)
  1178. end
  1179. })
  1180.  
  1181. TEAM_PILOTCC = DarkRP.createJob("Pilot Commander Davijaan", {
  1182. color = Color(75,230,185,255),
  1183. model = {"models/player/smitty/bf2_reg/orange_pilot_commander/orange_pilot_commander.mdl"},
  1184. description = [[]],
  1185. weapons = {"repair_tool","tfa_dc17chrome", "realistic_hook"},
  1186. command = "pilotcom",
  1187. max = 1,
  1188. salary = 75,
  1189. admin = 0,
  1190. vote = false,
  1191. hasLicense = true,
  1192. category = "Pilot",
  1193. PlayerSpawn = function(ply)
  1194. ply:SetMaxHealth(400)
  1195. ply:SetHealth(400)
  1196. ply:SetArmor(100)
  1197. end
  1198. })
  1199.  
  1200.  
  1201.  
  1202. -- Galactic -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  1203. TEAM_GALACTICMARINESCO = DarkRP.createJob("Galactic Marines Bacara", {
  1204. color = Color(75,230,185,255),
  1205. model = {"models/gonzo/mvgcommanders/bacara/bacara.mdl"},
  1206. description = [[]],
  1207. weapons = {"tfa_swch_dc15s","tfa_swch_dc15a","tfa_swch_alphablaster","realistic_hook","weapon_hexshield","weapon_rpw_binoculars"},
  1208. command = "galacticmarinesco",
  1209. max = 1,
  1210. salary = 75,
  1211. admin = 0,
  1212. vote = false,
  1213. hasLicense = true,
  1214. category = "Galactic Marines",
  1215. PlayerSpawn = function(ply)
  1216. ply:SetMaxHealth(300)
  1217. ply:SetHealth(300)
  1218. ply:SetArmor(50)
  1219. end
  1220. })
  1221.  
  1222. TEAM_GALACTICMARINESO = DarkRP.createJob("Galactic Marines Officer", {
  1223. color = Color(75,230,185,255),
  1224. model = {"models/player/smitty/bf2_reg/gmofficer/gmofficer.mdl"},
  1225. description = [[]],
  1226. weapons = {"tfa_swch_dc15a","tfa_swch_z6","realistic_hook"},
  1227. command = "galacticmarineso",
  1228. max = 1,
  1229. salary = 75,
  1230. admin = 0,
  1231. vote = false,
  1232. hasLicense = true,
  1233. category = "Galactic Marines",
  1234. PlayerSpawn = function(ply)
  1235. ply:SetMaxHealth(350)
  1236. ply:SetHealth(350)
  1237. ply:SetArmor(50)
  1238. end
  1239. })
  1240.  
  1241. TEAM_GALACTICMARINES = DarkRP.createJob("Galactic Marines", {
  1242. color = Color(75,230,185,255),
  1243. model = {"models/player/smitty/bf2_reg/gm/gm.mdl"},
  1244. description = [[]],
  1245. weapons = {"tfa_sw_repshot","tfa_swch_dc15a","realistic_hook"},
  1246. command = "galacticmarines",
  1247. max = 5,
  1248. salary = 75,
  1249. admin = 0,
  1250. vote = false,
  1251. hasLicense = true,
  1252. category = "Galactic Marines",
  1253. PlayerSpawn = function(ply)
  1254. ply:SetMaxHealth(400)
  1255. ply:SetHealth(400)
  1256. ply:SetArmor(125)
  1257. end
  1258. })
  1259.  
  1260.  
  1261.  
  1262. -- Doom -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  1263. TEAM_DTROOPER = DarkRP.createJob("Doom Trooper", {
  1264. color = Color(0,80,0,255),
  1265. model = {"models/player/smitty/bf2_reg/doom_trooper/doom_trooper.mdl"},
  1266. description = [[]],
  1267. weapons = {"tfa_swch_dc17","tfa_swch_dc15a","weapon_policeshield"},
  1268. command = "doomt",
  1269. max = 5,
  1270. salary = 75,
  1271. admin = 0,
  1272. vote = false,
  1273. hasLicense = true,
  1274. category = "Doom",
  1275. PlayerSpawn = function(ply)
  1276. ply:SetMaxHealth(275)
  1277. ply:SetHealth(275)
  1278. ply:SetArmor(50)
  1279. end
  1280. })
  1281.  
  1282. TEAM_DSGT = DarkRP.createJob("Doom Sgt", {
  1283. color = Color(0,80,0,255),
  1284. model = {"models/player/smitty/bf2_reg/doom_sergeant/doom_sergeant.mdl"},
  1285. description = [[]],
  1286. weapons = {"tfa_swch_dc17","tfa_swch_dc15a","weapon_policeshield","tfa_swch_z6"},
  1287. command = "dooms",
  1288. max = 5,
  1289. salary = 75,
  1290. admin = 0,
  1291. vote = false,
  1292. hasLicense = true,
  1293. category = "Doom",
  1294. PlayerSpawn = function(ply)
  1295. ply:SetMaxHealth(300)
  1296. ply:SetHealth(300)
  1297. ply:SetArmor(50)
  1298. end
  1299. })
  1300.  
  1301. TEAM_DLT = DarkRP.createJob("Doom Lieutenant", {
  1302. color = Color(0,80,0,255),
  1303. model = {"models/player/smitty/bf2_reg/doom_lieutenant/doom_lieutenant.mdl"},
  1304. description = [[]],
  1305. weapons = {"tfa_swch_dc17","tfa_swch_dc15a","weapon_policeshield","tfa_swch_z6"},
  1306. command = "dooml",
  1307. max = 5,
  1308. salary = 75,
  1309. admin = 0,
  1310. vote = false,
  1311. hasLicense = true,
  1312. category = "Doom",
  1313. PlayerSpawn = function(ply)
  1314. ply:SetMaxHealth(300)
  1315. ply:SetHealth(300)
  1316. ply:SetArmor(75)
  1317. end
  1318. })
  1319.  
  1320. TEAM_DCAP = DarkRP.createJob("Doom Captain", {
  1321. color = Color(0,80,0,255),
  1322. model = {"models/player/smitty/bf2_reg/doom_captain/doom_captain.mdl"},
  1323. description = [[]],
  1324. weapons = {"tfa_swch_dc17","tfa_swch_dc15a","zeus_smokegranade","weapon_policeshield","tfa_swch_z6"},
  1325. command = "doomc",
  1326. max = 5,
  1327. salary = 75,
  1328. admin = 0,
  1329. vote = false,
  1330. hasLicense = true,
  1331. category = "Doom",
  1332. PlayerSpawn = function(ply)
  1333. ply:SetMaxHealth(300)
  1334. ply:SetHealth(300)
  1335. ply:SetArmor(75)
  1336. end
  1337. })
  1338.  
  1339. TEAM_DOOMC = DarkRP.createJob("Commander Doom", {
  1340. color = Color(0,80,0,255),
  1341. model = {"models/player/smitty/bf2_reg/cmd_doom/cmd_doom.mdl"},
  1342. description = [[]],
  1343. weapons = {"tfa_sw_dc17dual","tfa_dlt19_extended","zeus_smokegranade","realistic_hook","tfa_swch_clonelauncher_3","weapon_policeshield","tfa_swch_z6","weapon_rpw_binoculars"},
  1344. command = "doomss",
  1345. max = 1,
  1346. salary = 75,
  1347. admin = 0,
  1348. vote = false,
  1349. hasLicense = true,
  1350. category = "Doom",
  1351. PlayerSpawn = function(ply)
  1352. ply:SetMaxHealth(400)
  1353. ply:SetHealth(400)
  1354. ply:SetArmor(100)
  1355. end
  1356. })
  1357.  
  1358.  
  1359.  
  1360. -- RC -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  1361. TEAM_REPUBLICCOMMANDO = DarkRP.createJob("Unassigned RC", {
  1362. color = Color(119,136,153,255),
  1363. model = {"models/player/sgg/starwars/clone_commando.mdl"},
  1364. description = [[An unassigned Republic Commando.]],
  1365. weapons = {"tfa_swch_dc17m_br", "realistic_hook", "zeus_thermaldet", "tfa_swch_dc17"},
  1366. command = "commando",
  1367. max = 4,
  1368. salary = 75,
  1369. admin = 0,
  1370. vote = false,
  1371. hasLicense = true,
  1372. category = "RC",
  1373. PlayerSpawn = function(ply)
  1374. ply:SetMaxHealth(400)
  1375. ply:SetHealth(400)
  1376. ply:SetArmor(100)
  1377. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1378. end
  1379. })
  1380.  
  1381. --Janitors
  1382.  
  1383. TEAM_JANITORDROID = DarkRP.createJob("Cleaning Droid", {
  1384. color = Color(65,95,245,225),
  1385. model = {"models/tfa/comm/gg/pm_sw_droid_tactical.mdl"},
  1386. description = [[]],
  1387. weapons = {"weapon_bactainjector"},
  1388. command = "cleaningdroid",
  1389. max = 1,
  1390. salary = 75,
  1391. admin = 0,
  1392. vote = false,
  1393. hasLicense = true,
  1394. category = "Janitors",
  1395. PlayerSpawn = function(ply)
  1396. ply:SetMaxHealth(100)
  1397. ply:SetHealth(100)
  1398. end
  1399. })
  1400.  
  1401. TEAM_HJANITOR = DarkRP.createJob("Head Janitor", {
  1402. color = Color(65,95,245,225),
  1403. model = {"models/player/gman_high.mdl"},
  1404. description = [[]],
  1405. weapons = {"flamethrower_variant"},
  1406. command = "hjanitor",
  1407. max = 1,
  1408. salary = 75,
  1409. admin = 0,
  1410. vote = false,
  1411. hasLicense = true,
  1412. category = "Janitors",
  1413. PlayerSpawn = function(ply)
  1414. ply:SetMaxHealth(150)
  1415. ply:SetHealth(150)
  1416. end
  1417. })
  1418.  
  1419. TEAM_MJANITOR = DarkRP.createJob("Janitor Medic", {
  1420. color = Color(65,95,245,225),
  1421. model = {"models/player/kleiner.mdl"},
  1422. description = [[]],
  1423. weapons = {"weapon_bactainjector"},
  1424. command = "mjanitor",
  1425. max = 1,
  1426. salary = 75,
  1427. admin = 0,
  1428. vote = false,
  1429. hasLicense = true,
  1430. category = "Janitors",
  1431. PlayerSpawn = function(ply)
  1432. ply:SetMaxHealth(125)
  1433. ply:SetHealth(125)
  1434. end
  1435. })
  1436.  
  1437. TEAM_JANITOR = DarkRP.createJob("Janitor", {
  1438. color = Color(65,95,245,225),
  1439. model = {"models/player/odessa.mdl"},
  1440. description = [[]],
  1441. weapons = {"tfa_swch_dc17"},
  1442. command = "janitor",
  1443. max = 2,
  1444. salary = 75,
  1445. admin = 0,
  1446. vote = false,
  1447. hasLicense = true,
  1448. category = "Janitors",
  1449. PlayerSpawn = function(ply)
  1450. ply:SetMaxHealth(125)
  1451. ply:SetHealth(125)
  1452. end
  1453. })
  1454.  
  1455. TEAM_JANITORB = DarkRP.createJob("Janitor Baby", {
  1456. color = Color(65,95,245,225),
  1457. model = {"models/player/group01/male_04.mdl"},
  1458. description = [[]],
  1459. weapons = {"tfa_swch_dc17"},
  1460. command = "janitorbaby",
  1461. max = 3,
  1462. salary = 75,
  1463. admin = 0,
  1464. vote = false,
  1465. hasLicense = true,
  1466. category = "Janitors",
  1467. PlayerSpawn = function(ply)
  1468. ply:SetMaxHealth(125)
  1469. ply:SetHealth(125)
  1470. end
  1471. })
  1472.  
  1473. TEAM_JANITOROF = DarkRP.createJob("Janitor Officer", {
  1474. color = Color(65,95,245,225),
  1475. model = {"models/player/group02/male_08.mdl"},
  1476. description = [[]],
  1477. weapons = {"flamethrower_variant"},
  1478. command = "janitorofficer",
  1479. max = 1,
  1480. salary = 75,
  1481. admin = 0,
  1482. vote = false,
  1483. hasLicense = true,
  1484. category = "Janitors",
  1485. PlayerSpawn = function(ply)
  1486. ply:SetMaxHealth(125)
  1487. ply:SetHealth(125)
  1488. end
  1489. })
  1490.  
  1491. --viper
  1492.  
  1493. TEAM_KRCQUINN = DarkRP.createJob("K RC 6611 Quinn", {
  1494. color = Color(176, 196, 222),
  1495. model = {"models/player/sgg/starwars/clone_commando_mp_c.mdl"},
  1496. description = [[You are the commander of the Viper Squad]],
  1497. weapons = {"tfa_swch_dc17m_br","realistic_hook","zeus_thermaldet"},
  1498. command = "quinn",
  1499. max = 1,
  1500. salary = 75,
  1501. admin = 0,
  1502. vote = false,
  1503. hasLicense = true,
  1504. candemote = false,
  1505. category = "RC",
  1506. PlayerSpawn = function(ply)
  1507. ply:SetMaxHealth(400)
  1508. ply:SetHealth(400)
  1509. ply:SetArmor(100)
  1510. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1511. end,
  1512. })
  1513.  
  1514.  
  1515.  
  1516. -- VIPER SQUAD -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  1517. TEAM_COMMANDOTHEX = DarkRP.createJob("Commando Thex", {
  1518. color = Color(0, 255, 0),
  1519. model = {"models/player/sono/starwars/archangel.mdl"},
  1520. description = [[Leader of all RCs, and Viper squad leader]],
  1521. weapons = {"realistic_hook", "weapon_swrc_det", "zeus_thermaldet", "tfa_swch_dc17m_at", "tfa_swch_dc17m_br", "weapon_cuff_elastic", "arrest_stick"},
  1522. command = "thex",
  1523. max = 1,
  1524. salary = 25,
  1525. admin = 0,
  1526. vote = false,
  1527. hasLicense = true,
  1528. category = "Viper Squad",
  1529. PlayerSpawn = function(ply)
  1530. ply:SetMaxHealth(550)
  1531. ply:SetHealth(550)
  1532. ply:SetArmor(200)
  1533. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1534. end
  1535. })
  1536.  
  1537. TEAM_COMMANDOKERMIT = DarkRP.createJob("Commando Kermit", {
  1538. color = Color(102, 102, 0),
  1539. model = {"models/player/sono/starwars/acer.mdl"},
  1540. description = [[]],
  1541. weapons = {"zeus_thermaldet", "realistic_hook", "tfa_swch_dc17m_br", "tfa_swch_dc17m_sn"},
  1542. command = "kermit",
  1543. max = 1,
  1544. salary = 25,
  1545. admin = 0,
  1546. vote = false,
  1547. hasLicense = true,
  1548. category = "Viper Squad",
  1549. PlayerSpawn = function(ply)
  1550. ply:SetMaxHealth(400)
  1551. ply:SetHealth(400)
  1552. ply:SetArmor(150)
  1553. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1554. end
  1555. })
  1556.  
  1557. TEAM_COMMANDOPANDUHH = DarkRP.createJob("Commando Panduhh", {
  1558. color = Color(102, 102, 0),
  1559. model = {"models/player/sono/starwars/watson.mdl"},
  1560. description = [[]],
  1561. weapons = {"zeus_thermaldet", "realistic_hook", "tfa_swch_dc17m_br", "tfa_dc17m_shotgun", "weapon_bactainjector", "weapon_defibrillator"},
  1562. command = "commandopanduhh",
  1563. max = 1,
  1564. salary = 75,
  1565. admin = 0,
  1566. vote = false,
  1567. hasLicense = true,
  1568. candemote = false,
  1569. category = "Viper Squad",
  1570. PlayerSpawn = function(ply)
  1571. ply:SetMaxHealth(400)
  1572. ply:SetHealth(400)
  1573. ply:SetArmor(150)
  1574. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1575. end
  1576. })
  1577.  
  1578. TEAM_COMMANDOPRICE = DarkRP.createJob("Commando Price", {
  1579. color = Color(102, 102, 0),
  1580. model = {"models/player/sono/starwars/price.mdl"},
  1581. description = [[]],
  1582. weapons = {"tfa_swch_dc17m_br", "tfa_swch_dc17m_at", "zeus_thermaldet", "realistic_hook"},
  1583. command = "commandoprice",
  1584. max = 1,
  1585. salary = 75,
  1586. admin = 0,
  1587. vote = false,
  1588. hasLicense = true,
  1589. candemote = false,
  1590. category = "Viper Squad",
  1591. PlayerSpawn = function(ply)
  1592. ply:SetMaxHealth(400)
  1593. ply:SetHealth(400)
  1594. ply:SetArmor(150)
  1595. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1596. end
  1597. })
  1598.  
  1599.  
  1600.  
  1601. -- Delta Squad -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  1602. TEAM_DELTASEV = DarkRP.createJob("Commando Sev", {
  1603. color = Color(128, 128, 128),
  1604. model = {"models/player/sgg/starwars/clone_commando_07.mdl"},
  1605. description = [[]],
  1606. weapons = {"tfa_swch_dc17m_br", "tfa_swch_dc17m_sn", "realistic_hook", "weapon_swrc_det"},
  1607. command = "deltasev",
  1608. max = 1,
  1609. salary = 60,
  1610. admin = 0,
  1611. vote = false,
  1612. hasLicense = true,
  1613. category = "Delta Squad",
  1614. PlayerSpawn = function(ply)
  1615. ply:SetMaxHealth(400)
  1616. ply:SetHealth(400)
  1617. ply:SetArmor(150)
  1618. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1619. end
  1620. })
  1621.  
  1622. TEAM_DELTABOSS = DarkRP.createJob("Commando Boss", {
  1623. color = Color(128, 128, 128),
  1624. model = {"models/player/sgg/starwars/clone_commando_38.mdl"},
  1625. description = [[]],
  1626. weapons = {"tfa_swch_dc17m_br", "tfa_dc17m_shotgun", "weapon_bactainjector", "realistic_hook"},
  1627. command = "deltaboss",
  1628. max = 1,
  1629. salary = 60,
  1630. admin = 0,
  1631. vote = false,
  1632. hasLicense = true,
  1633. category = "Delta Squad",
  1634. PlayerSpawn = function(ply)
  1635. ply:SetMaxHealth(400)
  1636. ply:SetHealth(400)
  1637. ply:SetArmor(150)
  1638. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1639. end
  1640. })
  1641.  
  1642. TEAM_DELTASCORCH = DarkRP.createJob("Commando Scorch", {
  1643. color = Color(128, 128, 128),
  1644. model = {"models/player/sgg/starwars/clone_commando_62.mdl"},
  1645. description = [[]],
  1646. weapons = {"tfa_swch_dc17m_at", "flamethrower_variant", "tfa_swch_dc17m_br", "realistic_hook", "weapon_swrc_det"},
  1647. command = "deltascorch",
  1648. max = 1,
  1649. salary = 60,
  1650. admin = 0,
  1651. vote = false,
  1652. hasLicense = true,
  1653. category = "Delta Squad",
  1654. PlayerSpawn = function(ply)
  1655. ply:SetMaxHealth(400)
  1656. ply:SetHealth(400)
  1657. ply:SetArmor(150)
  1658. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1659. end
  1660. })
  1661.  
  1662. TEAM_DELTAFIXER = DarkRP.createJob("Commando Fixer", {
  1663. color = Color(128, 128, 128),
  1664. model = {"models/player/sgg/starwars/clone_commando_40.mdl"},
  1665. description = [[]],
  1666. weapons = {"tfa_swch_dc17m_br", "repair_tool", "realistic_hook", "weapon_swrc_det"},
  1667. command = "deltafixer",
  1668. max = 1,
  1669. salary = 60,
  1670. admin = 0,
  1671. vote = false,
  1672. hasLicense = true,
  1673. category = "Delta Squad",
  1674. PlayerSpawn = function(ply)
  1675. ply:SetMaxHealth(400)
  1676. ply:SetHealth(400)
  1677. ply:SetArmor(150)
  1678. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1679. end
  1680. })
  1681.  
  1682. -- Ion Team -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  1683. TEAM_TRACE = DarkRP.createJob("Trace", {
  1684. color = Color(119,136,153,255),
  1685. model = {"models/player/sono/starwars/ion1.mdl"},
  1686. description = [[You are Trace, a member of the Ion Team and who is a small arms expert.]],
  1687. weapons = {"tfa_swch_dc17m_br", "realistic_hook", "tfa_dc17m_shotgun", "zeus_thermaldet", "tfa_swch_dc17"},
  1688. command = "trace",
  1689. max = 1,
  1690. salary = 85,
  1691. admin = 0,
  1692. vote = false,
  1693. hasLicense = true,
  1694. candemote = false,
  1695. category = "Ion Team",
  1696. PlayerSpawn = function(ply)
  1697. ply:SetMaxHealth(400)
  1698. ply:SetHealth(400)
  1699. ply:SetArmor(150)
  1700. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1701. end
  1702. })
  1703.  
  1704. TEAM_CAPTAINCLIMBER = DarkRP.createJob("Captain Climber", {
  1705. color = Color(119,136,153,255),
  1706. model = {"models/player/sono/starwars/ion3.mdl"},
  1707. description = [[You are Captain Climber, you are the leader of the ion Team.]],
  1708. weapons = {"tfa_swch_dc17m_br", "realistic_hook", "weapon_bactainjector", "zeus_thermaldet", "weapon_defibrillator"},
  1709. command = "captainclimber",
  1710. max = 1,
  1711. salary = 85,
  1712. admin = 0,
  1713. vote = false,
  1714. hasLicense = true,
  1715. candemote = false,
  1716. category = "Ion Team",
  1717. PlayerSpawn = function(ply)
  1718. ply:SetMaxHealth(500)
  1719. ply:SetHealth(500)
  1720. ply:SetArmor(150)
  1721. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1722. end
  1723. })
  1724.  
  1725. TEAM_FADE = DarkRP.createJob("Fade", {
  1726. color = Color(119,136,153,255),
  1727. model = {"models/player/sono/starwars/ion4.mdl"},
  1728. description = [[You are Fade, since we don't know your actual name you'll just be called Fade, a member of the Ion Team and who is a Sniper.]],
  1729. weapons = {"zeus_thermaldet", "realistic_hook", "tfa_swch_dc17m_br", "tfa_swch_dc17m_sn"},
  1730. command = "fade",
  1731. max = 1,
  1732. salary = 85,
  1733. admin = 0,
  1734. vote = false,
  1735. hasLicense = true,
  1736. candemote = false,
  1737. category = "Ion Team",
  1738. PlayerSpawn = function(ply)
  1739. ply:SetMaxHealth(400)
  1740. ply:SetHealth(400)
  1741. ply:SetArmor(150)
  1742. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1743. end
  1744. })
  1745.  
  1746. TEAM_RAS = DarkRP.createJob("Ras", {
  1747. color = Color(119,136,153,255),
  1748. model = {"models/player/sono/starwars/ion2.mdl"},
  1749. description = [[You are Ras, a member of the Ion Team and who is an Demolition Expert]],
  1750. weapons = {"tfa_swch_dc17m_br", "zeus_thermaldet", "weapon_swrc_det", "realistic_hook", "tfa_swch_dc17m_at"},
  1751. command = "ras",
  1752. max = 1,
  1753. salary = 85,
  1754. admin = 0,
  1755. vote = false,
  1756. hasLicense = true,
  1757. candemote = false,
  1758. category = "Ion Team",
  1759. PlayerSpawn = function(ply)
  1760. ply:SetMaxHealth(400)
  1761. ply:SetHealth(400)
  1762. ply:SetArmor(150)
  1763. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.2, GAMEMODE.Config.runspeed * 1.3)
  1764. end
  1765. })
  1766. -- Jedi -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  1767. TEAM_ANAKIN = DarkRP.createJob("Anakin Skywalker", {
  1768. color = Color(30, 144, 255),
  1769. model = {"models/kriegsyntax/sw_752/anakin_est.mdl"},
  1770. description = [[]],
  1771. weapons = {"weapon_lightsaber"},
  1772. command = "anakinsky",
  1773. max = 1,
  1774. salary = 75,
  1775. admin = 0,
  1776. vote = false,
  1777. hasLicense = true,
  1778. category = "Jedi",
  1779. PlayerSpawn = function(ply)
  1780. ply:SetMaxHealth(1000)
  1781. ply:SetHealth(1000)
  1782. ply:SetArmor(150)
  1783. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  1784. end
  1785. })
  1786.  
  1787. TEAM_OBI = DarkRP.createJob("Obi-Wan Kenobi", {
  1788. color = Color(210, 180, 140),
  1789. model = {"models/kriegsyntax/sw_752/obiwan_est.mdl"},
  1790. description = [[]],
  1791. weapons = {"weapon_lightsaber"},
  1792. command = "obiwankenobi",
  1793. max = 1,
  1794. salary = 75,
  1795. admin = 0,
  1796. vote = false,
  1797. hasLicense = true,
  1798. category = "Jedi",
  1799. PlayerSpawn = function(ply)
  1800. ply:SetMaxHealth(1100)
  1801. ply:SetHealth(1100)
  1802. ply:SetArmor(150)
  1803. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  1804. end
  1805. })
  1806.  
  1807. TEAM_MACEWINDU = DarkRP.createJob("Mace Windu", {
  1808. color = Color(139, 69, 19),
  1809. model = {"models/player/mace/mace.mdl"},
  1810. description = [[]],
  1811. weapons = {"weapon_lightsaber"},
  1812. command = "macewindu",
  1813. max = 1,
  1814. salary = 75,
  1815. admin = 0,
  1816. vote = false,
  1817. hasLicense = true,
  1818. category = "Jedi",
  1819. PlayerSpawn = function(ply)
  1820. ply:SetMaxHealth(1200)
  1821. ply:SetHealth(1200)
  1822. ply:SetArmor(100)
  1823. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  1824. end
  1825. })
  1826.  
  1827. TEAM_PLOKOON = DarkRP.createJob("Plo-Koon", {
  1828. color = Color(160, 82, 45),
  1829. model = {"models/kriegsyntax/sw_752/plokoon_est.mdl"},
  1830. description = [[]],
  1831. weapons = {"weapon_lightsaber"},
  1832. command = "plokoon",
  1833. max = 1,
  1834. salary = 75,
  1835. admin = 0,
  1836. vote = false,
  1837. hasLicense = true,
  1838. category = "Jedi",
  1839. PlayerSpawn = function(ply)
  1840. ply:SetMaxHealth(1000)
  1841. ply:SetHealth(1000)
  1842. ply:SetArmor(150)
  1843. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  1844. end
  1845. })
  1846.  
  1847. TEAM_EETHKOTH = DarkRP.createJob("Eeth Koth", {
  1848. color = Color(139, 69, 19),
  1849. model = {"models/tfa/comm/gg/pm_sw_eeth_koth.mdl"},
  1850. description = [[Jedi Master Eeth Koth]],
  1851. weapons = {"weapon_lightsaber"},
  1852. command = "eeth",
  1853. max = 1,
  1854. salary = 115,
  1855. admin = 0,
  1856. vote = false,
  1857. hasLicense = true,
  1858. category = "Jedi",
  1859. PlayerSpawn = function(ply)
  1860. ply:SetMaxHealth(1000)
  1861. ply:SetHealth(1000)
  1862. ply:SetArmor(150)
  1863. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  1864. end
  1865. })
  1866.  
  1867. TEAM_SHAAKTI = DarkRP.createJob("Shaak Ti", {
  1868. color = Color(205, 92, 92),
  1869. model = {"models/tfa/comm/gg/pm_sw_shaakti.mdl"},
  1870. description = [[Jedi Master Shaak Ti]],
  1871. weapons = {"weapon_lightsaber"},
  1872. command = "shaak",
  1873. max = 1,
  1874. salary = 95,
  1875. admin = 0,
  1876. vote = false,
  1877. hasLicense = true,
  1878. category = "Jedi",
  1879. PlayerSpawn = function(ply)
  1880. ply:SetMaxHealth(1000)
  1881. ply:SetHealth(1000)
  1882. ply:SetArmor(150)
  1883. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  1884. end
  1885. })
  1886.  
  1887. TEAM_AAYLASECURA = DarkRP.createJob("Aayla Secura", {
  1888. color = Color(135, 206, 250),
  1889. model = {"models/tfa/comm/gg/pm_sw_shaakti.mdl"},
  1890. description = [[Jedi Master Aayla Secura]],
  1891. weapons = {"weapon_lightsaber"},
  1892. command = "aayla",
  1893. max = 1,
  1894. salary = 95,
  1895. admin = 0,
  1896. vote = false,
  1897. hasLicense = true,
  1898. category = "Jedi",
  1899. PlayerSpawn = function(ply)
  1900. ply:SetMaxHealth(1000)
  1901. ply:SetHealth(1000)
  1902. ply:SetArmor(150)
  1903. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  1904. end
  1905. })
  1906.  
  1907. TEAM_IMAGUNDI = DarkRP.createJob("Ima-Gun Di", {
  1908. color = Color(139,69,19,255),
  1909. model = {"models/tfa/comm/gg/pm_sw_imagundi.mdl"},
  1910. description = [[Jedi Master Ima-Gun Di]],
  1911. weapons = {"weapon_lightsaber"},
  1912. command = "imagundi",
  1913. max = 1,
  1914. salary = 85,
  1915. admin = 0,
  1916. vote = false,
  1917. hasLicense = true,
  1918. category = "Jedi",
  1919. PlayerSpawn = function(ply)
  1920. ply:SetMaxHealth(1000)
  1921. ply:SetHealth(1000)
  1922. ply:SetArmor(150)
  1923. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  1924. end
  1925. })
  1926.  
  1927.  
  1928. TEAM_KIADIMUNDI = DarkRP.createJob("Ki Adi Mundi", {
  1929. color = Color(139,69,19,255),
  1930. model = {"models/tfa/comm/gg/pm_sw_mundi.mdl"},
  1931. description = [[Jedi Master Ki Adi Mundi]],
  1932. weapons = {"weapon_lightsaber"},
  1933. command = "mundi",
  1934. max = 1,
  1935. salary = 85,
  1936. admin = 0,
  1937. vote = false,
  1938. hasLicense = true,
  1939. category = "Jedi",
  1940. PlayerSpawn = function(ply)
  1941. ply:SetMaxHealth(1000)
  1942. ply:SetHealth(1000)
  1943. ply:SetArmor(150)
  1944. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  1945. end
  1946. })
  1947.  
  1948. TEAM_KITFISTO = DarkRP.createJob("Kit Fisto", {
  1949. color = Color(154, 205, 50),
  1950. model = {"models/tfa/comm/gg/pm_sw_fisto.mdl"},
  1951. description = [[]],
  1952. weapons = {"weapon_lightsaber","weapon_752_dc17"},
  1953. command = "kitfisto",
  1954. max = 1,
  1955. salary = 75,
  1956. admin = 0,
  1957. vote = false,
  1958. hasLicense = true,
  1959. category = "Jedi",
  1960. PlayerSpawn = function(ply)
  1961. ply:SetMaxHealth(1000)
  1962. ply:SetHealth(1000)
  1963. ply:SetArmor(150)
  1964. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  1965. end
  1966. })
  1967.  
  1968. TEAM_ASHOKATANO = DarkRP.createJob("Ashoka Tano", {
  1969. color = Color(30, 144, 255),
  1970. model = {"models/tfa/comm/gg/pm_sw_ahsoka_v2.mdl"},
  1971. description = [[]],
  1972. weapons = {"weapon_lightsaber","weapon_752_dc17"},
  1973. command = "ashokatano",
  1974. max = 1,
  1975. salary = 75,
  1976. admin = 0,
  1977. vote = false,
  1978. hasLicense = true,
  1979. category = "Jedi",
  1980. PlayerSpawn = function(ply)
  1981. ply:SetMaxHealth(900)
  1982. ply:SetHealth(900)
  1983. ply:SetArmor(150)
  1984. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  1985. end
  1986. })
  1987.  
  1988. TEAM_MASTERHYENA = DarkRP.createJob("Master Hyena", {
  1989. color = Color(139,69,19,255),
  1990. model = {"models/grealms/characters/jedirobes/jedirobes_09.mdl", "models/grealms/characters/jedirobes/jedirobes_02.mdl", "models/grealms/characters/jedirobes/jedirobes_04.mdl", "models/player/grady/starwars/duros_master.mdl", "models/player/grady/starwars/mon_cala_master.mdl", "models/player/grady/starwars/rodian_master.mdl", "models/player/grady/starwars/keldor_master.mdl"},
  1991. description = [[Jedi Master Hyena]],
  1992. weapons = {"weapon_lightsaber"},
  1993. command = "Hyena",
  1994. max = 1,
  1995. salary = 95,
  1996. admin = 0,
  1997. vote = false,
  1998. hasLicense = true,
  1999. category = "Jedi",
  2000. PlayerSpawn = function(ply)
  2001. ply:SetMaxHealth(950)
  2002. ply:SetHealth(950)
  2003. end
  2004. })
  2005.  
  2006. TEAM_MASTER = DarkRP.createJob("Jedi Master", {
  2007. color = Color(139, 69, 19),
  2008. model = {"models/grealms/characters/jedibattlelord/jedibattlelord.mdl"},
  2009. description = [[]],
  2010. weapons = {"weapon_lightsaber"},
  2011. command = "master",
  2012. max = 10,
  2013. salary = 75,
  2014. admin = 0,
  2015. vote = false,
  2016. hasLicense = true,
  2017. category = "Jedi",
  2018. PlayerSpawn = function(ply)
  2019. ply:SetMaxHealth(850)
  2020. ply:SetHealth(850)
  2021. ply:SetArmor(100)
  2022. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  2023. end
  2024. })
  2025.  
  2026. TEAM_PADAWAN = DarkRP.createJob("Jedi Padawan", {
  2027. color = Color(210, 105, 30),
  2028. model = {"models/grealms/characters/casualjedi/casualjedi_09.mdl"},
  2029. description = [[]],
  2030. weapons = {"weapon_lightsaber"},
  2031. command = "padawan",
  2032. max = 3,
  2033. salary = 75,
  2034. admin = 0,
  2035. vote = false,
  2036. hasLicense = true,
  2037. category = "Jedi",
  2038. PlayerSpawn = function(ply)
  2039. ply:SetMaxHealth(700)
  2040. ply:SetHealth(700)
  2041. ply:SetArmor(100)
  2042. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.7)
  2043. end
  2044. })
  2045.  
  2046. TEAM_YOUNGLING = DarkRP.createJob("Jedi Youngling", {
  2047. color = Color(210, 105, 30),
  2048. model = {"models/jazzmcfly/jka/younglings/jka_young_anikan.mdl", "models/jazzmcfly/jka/younglings/jka_young_female.mdl", "models/jazzmcfly/jka/younglings/jka_young_male.mdl","models/jazzmcfly/jka/younglings/jka_young_shak.mdl"},
  2049. description = [[]],
  2050. weapons = {"weapon_lightsaber"},
  2051. command = "youngling",
  2052. max = 3,
  2053. salary = 75,
  2054. admin = 0,
  2055. vote = false,
  2056. hasLicense = true,
  2057. category = "Jedi",
  2058. PlayerSpawn = function(ply)
  2059. ply:SetMaxHealth(700)
  2060. ply:SetHealth(700)
  2061. ply:SetArmor(25)
  2062. GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1.3, GAMEMODE.Config.runspeed * 1.6)
  2063. end
  2064. })
  2065.  
  2066.  
  2067.  
  2068.  
  2069. -- CIS -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  2070. TEAM_SUPERBATTLEDROID = DarkRP.createJob("Super Battle Droid", {
  2071. color = Color(128, 128, 128),
  2072. model = {"models/tfa/comm/gg/pm_sw_droid_b2_gunvariant.mdl"},
  2073. description = [[CIS Super Battle Droid]],
  2074. weapons = {"b2_cannon", "b2_gun"},
  2075. command = "b2",
  2076. max = 4,
  2077. salary = 75,
  2078. admin = 0,
  2079. vote = false,
  2080. hasLicense = true,
  2081. category = "CIS",
  2082. PlayerSpawn = function(ply)
  2083. ply:SetMaxHealth(775)
  2084. ply:SetHealth(775)
  2085. end
  2086. })
  2087.  
  2088. TEAM_B1BATTLEDROID = DarkRP.createJob("Battle Droid", {
  2089. color = Color(210, 180, 140),
  2090. model = {"models/tfa/comm/gg/pm_sw_droid_b1.mdl"},
  2091. description = [[CIS Battle Droid]],
  2092. weapons = {"tfa_e11"},
  2093. command = "b1",
  2094. max = 10,
  2095. salary = 55,
  2096. admin = 0,
  2097. vote = false,
  2098. hasLicense = true,
  2099. category = "CIS",
  2100. PlayerSpawn = function(ply)
  2101. ply:SetMaxHealth(325)
  2102. ply:SetHealth(325)
  2103. end
  2104. })
  2105.  
  2106. TEAM_COMMANDODROID = DarkRP.createJob("Commando Droid", {
  2107. color = Color(210, 180, 140),
  2108. model = {"models/tfa/comm/gg/pm_sw_droid_commando.mdl"},
  2109. description = [[Commando Droid]],
  2110. weapons = {"tfa_e11", "realistic_hook", "tfa_sw_cissnip"},
  2111. command = "commandodroid",
  2112. max = 5,
  2113. salary = 65,
  2114. admin = 0,
  2115. vote = false,
  2116. hasLicense = true,
  2117. category = "CIS",
  2118. PlayerSpawn = function(ply)
  2119. ply:SetMaxHealth(850)
  2120. ply:SetHealth(850)
  2121. end
  2122. })
  2123.  
  2124. TEAM_COMMANDERDROID = DarkRP.createJob("Commander Droid", {
  2125. color = Color(210, 180, 140),
  2126. model = {"models/tfa/comm/gg/pm_sw_droid_commander.mdl"},
  2127. description = [[Commander Droid]],
  2128. weapons = {"tfa_e11"},
  2129. command = "commanderdroid",
  2130. max = 3,
  2131. salary = 65,
  2132. admin = 0,
  2133. vote = false,
  2134. hasLicense = true,
  2135. category = "CIS",
  2136. PlayerSpawn = function(ply)
  2137. ply:SetMaxHealth(450)
  2138. ply:SetHealth(450)
  2139. end
  2140. })
  2141.  
  2142. TEAM_PILOTDROID = DarkRP.createJob("Pilot Droid", {
  2143. color = Color(210, 180, 140),
  2144. model = {"models/player/sgg/starwars/battledroid_pilot.mdl"},
  2145. description = [[Pilot Droid]],
  2146. weapons = {"tfa_swch_ll30", "repair_tool"},
  2147. command = "pilotdroid",
  2148. max = 5,
  2149. salary = 65,
  2150. admin = 0,
  2151. vote = false,
  2152. hasLicense = true,
  2153. category = "CIS",
  2154. PlayerSpawn = function(ply)
  2155. ply:SetMaxHealth(275)
  2156. ply:SetHealth(275)
  2157. end
  2158. })
  2159.  
  2160. TEAM_TACTICALDROID = DarkRP.createJob("Tactical Droid", {
  2161. color = Color(210,180,140,225),
  2162. model = {"models/tfa/comm/gg/pm_sw_droid_tactical.mdl"},
  2163. description = [[Tactical Droid]],
  2164. weapons = {"tfa_se14c"},
  2165. command = "tacticaldroid",
  2166. max = 2,
  2167. salary = 65,
  2168. admin = 0,
  2169. vote = false,
  2170. hasLicense = true,
  2171. category = "CIS",
  2172. PlayerSpawn = function(ply)
  2173. ply:SetMaxHealth(400)
  2174. ply:SetHealth(400)
  2175. end
  2176. })
  2177. -- DecentOps
  2178. TEAM_RECONNAISSANCE = DarkRP.createJob("Reconnaissance", {
  2179. color = Color(209,66,244,225),
  2180. model = {"models/player/omega/starwars/1.mdl"},
  2181. description = [[]],
  2182. weapons = {"tfa_sw_repsnip","tfa_sw_bowcaster","realistic_hook", "climb_swep2", "zeus_smokegranade"},
  2183. command = "Shadow",
  2184. max = 1,
  2185. salary = 65,
  2186. admin = 0,
  2187. vote = false,
  2188. hasLicense = true,
  2189. category = "DecentOps",
  2190. PlayerSpawn = function(ply)
  2191. ply:SetMaxHealth(400)
  2192. ply:SetHealth(400)
  2193. end
  2194. })
  2195.  
  2196. TEAM_GHOSTCOMMADO = DarkRP.createJob("Ghost Commando", {
  2197. color = Color(209,66,244,225),
  2198. model = {"models/player/time/ghostcommando/ghostcommando.mdl"},
  2199. description = [[]],
  2200. weapons = {"tfa_sw_repsnip","tfa_swch_dc17m_br","tfa_swch_alphablaster","weapon_bactainjector","realistic_hook"},
  2201. command = "GhostCommand",
  2202. max = 1,
  2203. salary = 65,
  2204. admin = 0,
  2205. vote = false,
  2206. hasLicense = true,
  2207. category = "DecentOps",
  2208. PlayerSpawn = function(ply)
  2209. ply:SetMaxHealth(400)
  2210. ply:SetHealth(400)
  2211. end
  2212. })
  2213.  
  2214.  
  2215. TEAM_ARCHEAVY= DarkRP.createJob("ARC Heavy Mike", {
  2216. color = Color(209,66,244,225),
  2217. model = {"models/gonzo/heavygunnerarcgeneral/heavygunnerarcgeneral.mdl"},
  2218. description = [[]],
  2219. weapons = {"tfa_swch_z6","tfa_swch_clonelauncher"," weapon_swrc_det","chaingun_servius","tfa_kotor_hvybp_3","tfa_swch_alphablaster"},
  2220. command = "ARCHeavy",
  2221. max = 1,
  2222. salary = 65,
  2223. admin = 0,
  2224. vote = false,
  2225. hasLicense = true,
  2226. category = "DecentOps",
  2227. PlayerSpawn = function(ply)
  2228. ply:SetMaxHealth(400)
  2229. ply:SetHealth(400)
  2230. end
  2231. })
  2232. TEAM_CQB = DarkRP.createJob("CQB Douglas", {
  2233. color = Color(209,66,244,225),
  2234. model = {"models/player/gonzo/starwars/stripeparts.mdl"},
  2235. description = [[]],
  2236. weapons = {"tfa_sw_repshot","tfa_sw_dc17dual","weapon_swrc_det","realistic_hook","zeus_thermaldet","zeus_smokegranade","weapon_rpw_binoculars"},
  2237. command = "CQBCombat",
  2238. max = 1,
  2239. salary = 65,
  2240. admin = 0,
  2241. vote = false,
  2242. hasLicense = true,
  2243. category = "DecentOps",
  2244. PlayerSpawn = function(ply)
  2245. ply:SetMaxHealth(400)
  2246. ply:SetHealth(400)
  2247. end
  2248. })
  2249. -- 91st
  2250. TEAM_91STTROOPER = DarkRP.createJob("91st Trooper", {
  2251. color = Color(209,66,244,225),
  2252. model = {"models/player/smitty/bf2_reg/91st_trooper/91st_trooper.mdl"},
  2253. description = [[]],
  2254. weapons = {"realistic_hook","weapon_rpw_binoculars_scout","tfa_swch_dc15s","tfa_swch_dc17"},
  2255. command = "ninefirsttrooper",
  2256. max = 5,
  2257. salary = 65,
  2258. admin = 0,
  2259. vote = false,
  2260. hasLicense = true,
  2261. category = "91st",
  2262. PlayerSpawn = function(ply)
  2263. ply:SetMaxHealth(350)
  2264. ply:SetHealth(350)
  2265. end
  2266. })
  2267. TEAM_91STSGT = DarkRP.createJob("91st Sgt", {
  2268. color = Color(209,66,244,225),
  2269. model = {"models/player/smitty/bf2_reg/91st_sergeant/91st_sergeant.mdl"},
  2270. description = [[]],
  2271. weapons = {"realistic_hook","tfa_sw_repsnip","weapon_rpw_binoculars_scout","tfa_swch_dc15s","tfa_swch_dc17"},
  2272. command = "ninefirstsgt",
  2273. max = 5,
  2274. salary = 65,
  2275. admin = 0,
  2276. vote = false,
  2277. hasLicense = true,
  2278. category = "91st",
  2279. PlayerSpawn = function(ply)
  2280. ply:SetMaxHealth(350)
  2281. ply:SetHealth(350)
  2282. end
  2283. })
  2284. TEAM_91STLT = DarkRP.createJob("91st Lieutenant", {
  2285. color = Color(209,66,244,225),
  2286. model = {"models/player/smitty/bf2_reg/91st_lieutenant/91st_lieutenant.mdl"},
  2287. description = [[]],
  2288. weapons = {"realistic_hook","tfa_sw_repsnip","weapon_rpw_binoculars_scout","tfa_swch_dc15s","tfa_swch_dc17"},
  2289. command = "ninefirstlt",
  2290. max = 3,
  2291. salary = 65,
  2292. admin = 0,
  2293. vote = false,
  2294. hasLicense = true,
  2295. category = "91st",
  2296. PlayerSpawn = function(ply)
  2297. ply:SetMaxHealth(350)
  2298. ply:SetHealth(350)
  2299. end
  2300. })
  2301. TEAM_91STCAP = DarkRP.createJob("91st Captain", {
  2302. color = Color(209,66,244,225),
  2303. model = {"models/player/smitty/bf2_reg/91st_captain/91st_captain.mdl"},
  2304. description = [[]],
  2305. weapons = {"realistic_hook","tfa_sw_repsnip","weapon_rpw_binoculars_scout","tfa_swch_dc15s","tfa_swch_dc17"},
  2306. command = "ninefirstcap",
  2307. max = 2,
  2308. salary = 65,
  2309. admin = 0,
  2310. vote = false,
  2311. hasLicense = true,
  2312. category = "91st",
  2313. PlayerSpawn = function(ply)
  2314. ply:SetMaxHealth(350)
  2315. ply:SetHealth(350)
  2316. end
  2317. })
  2318. TEAM_91STMAJ = DarkRP.createJob("91st Major", {
  2319. color = Color(209,66,244,225),
  2320. model = {"models/player/smitty/bf2_reg/91st_major/91st_major.mdl"},
  2321. description = [[]],
  2322. weapons = {"realistic_hook","tfa_sw_repsnip","weapon_rpw_binoculars_scout","tfa_swch_dc15s","tfa_swch_dc17"},
  2323. command = "ninefirstmaj",
  2324. max = 1,
  2325. salary = 65,
  2326. admin = 0,
  2327. vote = false,
  2328. hasLicense = true,
  2329. category = "91st",
  2330. PlayerSpawn = function(ply)
  2331. ply:SetMaxHealth(400)
  2332. ply:SetHealth(400)
  2333. end
  2334. })
  2335.  
  2336. TEAM_91STCOM = DarkRP.createJob("91st Commander", {
  2337. color = Color(209,66,244,225),
  2338. model = {"models/player/ven/bf2_reg/neyo/bf2neyo.mdl"},
  2339. description = [[]],
  2340. weapons = {"realistic_hook","tfa_sw_repsnip","weapon_rpw_binoculars_scout","tfa_swch_dc15s","tfa_swch_dc17"},
  2341. command = "ninefirstcom",
  2342. max = 1,
  2343. salary = 65,
  2344. admin = 0,
  2345. vote = false,
  2346. hasLicense = true,
  2347. category = "91st",
  2348. PlayerSpawn = function(ply)
  2349. ply:SetMaxHealth(400)
  2350. ply:SetHealth(400)
  2351. end
  2352. })
  2353. -- Super Commando's -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  2354. TEAM_SUPERCOMMANDO = DarkRP.createJob("Super Commando", {
  2355. color = Color(255, 0, 0),
  2356. model = {"models/tfa/comm/gg/deathwatch_bf2/super_commando_helmet.mdl"},
  2357. description = [[]],
  2358. weapons = {"b2_gun", "realistic_hook", "tfa_deathwatch_2", "zeus_thermaldet", "tfa_deathwatch_1"},
  2359. command = "supercommando",
  2360. max = 5,
  2361. salary = 155,
  2362. admin = 0,
  2363. vote = false,
  2364. hasLicense = true,
  2365. candemote = false,
  2366. category = "Super Commando's",
  2367. PlayerSpawn = function(ply)
  2368. ply:SetMaxHealth(2500)
  2369. ply:SetHealth(2500)
  2370. ply:SetArmor(100)
  2371. end
  2372. })
  2373.  
  2374. TEAM_SUPERCOMMANDOCAPTAIN = DarkRP.createJob("Super Commando Captain", {
  2375. color = Color(255, 0, 0),
  2376. model = {"models/tfa/comm/gg/deathwatch_bf2/super_commando_captain_helmet.mdl"},
  2377. description = [[]],
  2378. weapons = {"b2_gun", "realistic_hook", "tfa_deathwatch_2", "zeus_thermaldet", "tfa_deathwatch_1"},
  2379. command = "supercommandocaptain",
  2380. max = 1,
  2381. salary = 155,
  2382. admin = 0,
  2383. vote = false,
  2384. hasLicense = true,
  2385. candemote = false,
  2386. category = "Super Commando's",
  2387. PlayerSpawn = function(ply)
  2388. ply:SetMaxHealth(2750)
  2389. ply:SetHealth(2750)
  2390. ply:SetArmor(100)
  2391. end
  2392. })
  2393. --[[---------------------------------------------------------------------------
  2394. Define which team joining players spawn into and what team you change to if demoted
  2395. ---------------------------------------------------------------------------]]
  2396. GAMEMODE.DefaultTeam = TEAM_CC
  2397.  
  2398. -- Hitman Set
  2399. DarkRP.addHitmanTeam(TEAM_SUPERCOMMANDO)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement