Advertisement
no1star

Untitled

Apr 1st, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.05 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. DarkRP custom jobs
  3. ---------------------------------------------------------------------------
  4.  
  5. This file contains your custom jobs.
  6. This file should also contain jobs from DarkRP that you edited.
  7.  
  8. Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
  9. Once you've done that, copy and paste the job to this file and edit it.
  10.  
  11. The default jobs can be found here:
  12. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
  13.  
  14. For examples and explanation please visit this wiki page:
  15. http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
  16.  
  17.  
  18. Add jobs under the following line:
  19. ---------------------------------------------------------------------------]]
  20.  
  21. TEAM_CITIZEN= DarkRP.createJob("Neutral Citizen", {
  22. color = Color(145, 145, 145, 255),
  23. model = {
  24. "models/animus/padawanv2/v2_padawan_01.mdl",
  25. "models/animus/padawanv2/v2_padawan_02.mdl",
  26. "models/animus/padawanv2/v2_padawan_03.mdl",
  27. "models/animus/padawanv2/v2_padawan_04.mdl",
  28. "models/animus/padawanv2/v2_padawan_05.mdl",
  29. "models/animus/padawanv2/v2_padawan_06.mdl",
  30. "models/animus/padawanv2/v2_padawan_07.mdl",
  31. "models/animus/padawanv2/v2_padawan_08.mdl",
  32. "models/animus/padawanv2/v2_padawan_09.mdl"
  33. },
  34. description = [[You are a Neutral Citizen.]],
  35. weapons = {"climb_swep2"},
  36. command = "Neutral Citizen",
  37. max = 0,
  38. salary = 500,
  39. admin = 0,
  40. category = "Neutral",
  41. sortOrder = 1,
  42. PlayerLoadout = function(ply) ply:SetMaxHealth(100) ply:SetHealth(100) end,
  43. })
  44.  
  45. TEAM_MOB= DarkRP.createJob("Neutral Bounty Hunter", {
  46. color = Color(145, 145, 145, 255),
  47. model = "models/player/gamerebel/gamma/gamma.mdl",
  48. description = [[You are a Neutral Bounty Hunter.]],
  49. weapons = {"climb_swep2", "realistic_hook", "weapon_752bf3_dlt20a", "weapon_752bf3_dlt19", "weapon_dl18", "weapon_leash_elastic"},
  50. command = "Neutral Bounty Hunter",
  51. max = 5,
  52. salary = 500,
  53. admin = 0,
  54. category = "Neutral",
  55. sortOrder = 2,
  56. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(25) end,
  57. })
  58.  
  59. TEAM_JAWAL= DarkRP.createJob("Jawa Leader", {
  60. color = Color(145, 145, 145, 255),
  61. model = "models/player/b4p/b4p_jawa.mdl",
  62. description = [[You are a Jawa Leader only can kidnap droids.]],
  63. weapons = {"climb_swep2", "weapon_leash_elastic", "weapon_752bf3_scoutblaster", "realistic_hook"},
  64. command = "Jawa Leader",
  65. max = 1,
  66. salary = 500,
  67. admin = 0,
  68. category = "Neutral",
  69. sortOrder = 3,
  70. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetModelScale( ply:GetModelScale() * 0.8, 1 ) end,
  71. })
  72.  
  73. TEAM_JAWA= DarkRP.createJob("Jawa", {
  74. color = Color(145, 145, 145, 255),
  75. model = "models/player/b4p/b4p_jawa.mdl",
  76. description = [[You are a Jawa only can kidnap droids.]],
  77. weapons = {"climb_swep2", "weapon_leash_elastic", "weapon_752bf3_scoutblaster", "realistic_hook"},
  78. command = "Jawa",
  79. max = 5,
  80. salary = 500,
  81. admin = 0,
  82. category = "Neutral",
  83. sortOrder = 4,
  84. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetModelScale( ply:GetModelScale() * 0.8, 1 ) end,
  85. })
  86.  
  87. TEAM_TUSKENL= DarkRP.createJob("Tusken Raider Leader", {
  88. color = Color(145, 145, 145, 255),
  89. model = "models/zyan7259/zusken_raider_player/zusken_raider_player.mdl",
  90. description = [[You are a Tusken Raider Leader. raid, pillage and kidnap any one just call it in /comms or /advert]],
  91. weapons = {"climb_swep2", "weapon_cycler", "realistic_hook", "weapon_ca87", "weapon_leash_elastic"},
  92. command = "Tusken Raider Leader",
  93. max = 1,
  94. salary = 500,
  95. admin = 1,
  96. category = "Neutral",
  97. sortOrder = 5,
  98. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) end,
  99. })
  100.  
  101. TEAM_TUSKEN= DarkRP.createJob("Tusken Raider", {
  102. color = Color(145, 145, 145, 255),
  103. model = "models/zyan7259/zusken_raider_player/zusken_raider_player.mdl",
  104. description = [[You are a Tusken Raider. raid, pillage and kidnap any one just call it in /comms or /advert]],
  105. weapons = {"climb_swep2", "weapon_cycler", "realistic_hook", "weapon_ca87", "weapon_leash_elastic"},
  106. command = "Tusken Raider",
  107. max = 5,
  108. salary = 500,
  109. admin = 0,
  110. category = "Neutral",
  111. sortOrder = 6,
  112. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) end,
  113. })
  114.  
  115. TEAM_MOB= DarkRP.createJob("Elite Neutral Bounty Hunter", {
  116. color = Color(255, 127, 159, 255),
  117. model = "models/client.mdl",
  118. description = [[You are a Elite Neutral Bounty Hunter]],
  119. weapons = {"climb_swep2", "weapon_dl18", "realistic_hook", "weapon_t21b", "weapon_752bf3_rt97c", "weapon_leash_elastic"},
  120. command = "Elite Neutral Bounty Hunter",
  121. max = 5,
  122. salary = 500,
  123. admin = 0,
  124. category = "Neutral VIP",
  125. sortOrder = 1,
  126. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) end,
  127. })
  128.  
  129. TEAM_MOB= DarkRP.createJob("Nicookkar", {
  130. color = Color(255, 127, 159, 255),
  131. model = "models/grealms/characters/nicookkar/nicookkar.mdl",
  132. description = [[You are a Nicookkar]],
  133. weapons = {"climb_swep2", "weapon_dl18", "realistic_hook", "weapon_t21b", "weapon_752bf3_rt97c", "weapon_leash_elastic"},
  134. command = "Nicookkar",
  135. max = 1,
  136. salary = 500,
  137. admin = 0,
  138. category = "Neutral VIP",
  139. sortOrder = 2,
  140. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) end,
  141. })
  142.  
  143. TEAM_MOB= DarkRP.createJob("Cad Bane", {
  144. color = Color(255, 127, 159, 255),
  145. model = "models/grealms/characters/cadbane/cadbane.mdl",
  146. description = [[You are a Cad Bane]],
  147. weapons = {"climb_swep2", "weapon_dl18", "realistic_hook", "weapon_t21b", "weapon_752bf3_rt97c", "weapon_leash_elastic"},
  148. command = "Cad Bane",
  149. max = 1,
  150. salary = 500,
  151. admin = 0,
  152. category = "Neutral VIP",
  153. sortOrder = 3,
  154. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) end,
  155. })
  156.  
  157. TEAM_MOB= DarkRP.createJob("Hondo Ohnaka", {
  158. color = Color(0, 31, 127, 255),
  159. model = "models/hondoohnaka/hondoohnaka.mdl",
  160. description = [[You are a Hondo]],
  161. weapons = {"climb_swep2", "weapon_dl18", "realistic_hook", "weapon_t21b", "weapon_752bf3_rt97c", "weapon_leash_elastic"},
  162. command = "Hondo Ohnaka",
  163. max = 1,
  164. salary = 500,
  165. admin = 0,
  166. category = "Ohnaka Gang",
  167. sortOrder = 1,
  168. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) end,
  169. })
  170.  
  171. TEAM_MOB= DarkRP.createJob("Ohnaka Gang Member", {
  172. color = Color(0, 31, 127, 255),
  173. model = {
  174. "models/gyan7259/geequay_player/geequay_regular_player.mdl",
  175. "models/player/hydro/swbf_bossk/swbf_bossk.mdl",
  176. "models/player/hydro/swbf_niennunb/swbf_niennunb.mdl"
  177. },
  178. description = [[You are a Ohnaka Gang Member]],
  179. weapons = {"climb_swep2", "weapon_752bf3_t21", "weapon_dt12", "weapon_relbyv10", "weapon_752bf3_a280", "weapon_leash_elastic"},
  180. command = "Ohnaka Gang Member",
  181. max = 15,
  182. salary = 500,
  183. admin = 0,
  184. category = "Ohnaka Gang",
  185. sortOrder = 2,
  186. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  187. })
  188.  
  189. TEAM_MOB= DarkRP.createJob("Jaba The Hutt", {
  190. color = Color(127, 95, 0, 255),
  191. model = "models/hgn/swrp/swrp/hutt_01.mdl",
  192. description = [[You are a Jaba The Hutt]],
  193. weapons = {"climb_swep2", "weapon_752bf3_t21", "weapon_dt12", "weapon_relbyv10", "weapon_752bf3_a280", "weapon_leash_elastic"},
  194. command = "Jaba The Hutt",
  195. max = 1,
  196. salary = 500,
  197. admin = 0,
  198. category = "Hutt Cartel",
  199. sortOrder = 1,
  200. PlayerLoadout = function(ply) ply:SetMaxHealth(5000) ply:SetHealth(5000) ply:SetArmor(150) end,
  201. })
  202.  
  203. TEAM_MOB= DarkRP.createJob("Hutt Cartel Bounty Hunter", {
  204. color = Color(127, 95, 0, 255),
  205. model = "models/jellik/starwars/blackfett.mdl",
  206. description = [[You are a Hutt Cartel Bounty Hunter]],
  207. weapons = {"weapon_752bf3_ee3", "weapon_752_westar34", "weapon_leash_elastic", "realistic_hook"},
  208. command = "Hutt Cartel Bounty Hunter",
  209. max = 15,
  210. salary = 500,
  211. admin = 0,
  212. category = "Hutt Cartel",
  213. sortOrder = 2,
  214. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  215. })
  216.  
  217. TEAM_MOB= DarkRP.createJob("Hutt Cartel Elite Bounty Hunter", {
  218. color = Color(127, 95, 0, 255),
  219. model = "models/player/lillwasa/sw/tyler_fett.mdl",
  220. description = [[You are a Hutt Cartel Bounty Hunter]],
  221. weapons = {"weapon_752bf3_ee3", "weapon_752_westar34", "weapon_leash_elastic", "realistic_hook", "weapon_dlt19x"},
  222. command = "Hutt Cartel Elite Bounty Hunter",
  223. max = 10,
  224. salary = 500,
  225. admin = 0,
  226. category = "Hutt Cartel",
  227. sortOrder = 3,
  228. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(125) end,
  229. })
  230.  
  231. TEAM_MOB= DarkRP.createJob("Hutt Cartel Elder Bounty Hunter", {
  232. color = Color(127, 95, 0, 255),
  233. model = {
  234. "models/jellik/starwars/blueefett.mdl",
  235. "models/jellik/starwars/greenfett.mdl",
  236. "models/jellik/starwars/orangfett.mdl",
  237. "models/jellik/starwars/redddfett.mdl",
  238. "models/jellik/starwars/whitefett.mdl",
  239. "models/jellik/starwars/yellofett.mdl"
  240. },
  241. description = [[You are a Hutt Cartel Bounty Hunter]],
  242. weapons = {"weapon_752bf3_ee3", "weapon_752_westar34", "weapon_leash_elastic", "realistic_hook", "weapon_dlt19x", "weapon_752bf3_dlt19"},
  243. command = "Hutt Cartel Elder Bounty Hunter",
  244. max = 5,
  245. salary = 500,
  246. admin = 0,
  247. category = "Hutt Cartel",
  248. sortOrder = 4,
  249. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  250. })
  251.  
  252. TEAM_MOB= DarkRP.createJob("Beldorion The Hutt", {
  253. color = Color(255, 127, 159, 255),
  254. model = "models/player/hutt/huttjedi.mdl",
  255. description = [[You are a Beldorion The Hutt]],
  256. weapons = {"jedi_guardian_grand_saber"},
  257. command = "Beldorion The Hutt",
  258. max = 1,
  259. salary = 500,
  260. admin = 0,
  261. category = "Hutt Cartel VIP",
  262. sortOrder = 1,
  263. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor(150) end,
  264. })
  265.  
  266. TEAM_MOB= DarkRP.createJob("Boba Fett", {
  267. color = Color(255, 127, 159, 255),
  268. model = "models/player/lillwasa/sw/boba_fett.mdl",
  269. description = [[You are a Boba Fett]],
  270. weapons = {"weapon_752bf3_ee3", "weapon_752_westar34", "weapon_leash_elastic", "realistic_hook", "weapon_dlt19x"},
  271. command = "Boba Fett",
  272. max = 1,
  273. salary = 500,
  274. admin = 0,
  275. category = "Hutt Cartel VIP",
  276. sortOrder = 2,
  277. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor(125) end,
  278. })
  279.  
  280. TEAM_MOB= DarkRP.createJob("Jango Fett", {
  281. color = Color(255, 127, 159, 255),
  282. model = "models/player/lillwasa/sw/jango_fett.mdl",
  283. description = [[You are a Jango Fett]],
  284. weapons = {"weapon_752bf3_ee3", "weapon_752_westar34", "weapon_leash_elastic", "realistic_hook", "weapon_dlt19x"},
  285. command = "Jango Fett",
  286. max = 1,
  287. salary = 500,
  288. admin = 0,
  289. category = "Hutt Cartel VIP",
  290. sortOrder = 3,
  291. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor(125) end,
  292. })
  293.  
  294. TEAM_CLONE= DarkRP.createJob("Clone Trooper", {
  295. color = Color(0, 255, 255, 255),
  296. model = "models/player/unassigned/unassigned.mdl",
  297. description = [[You are a Clone Trooper]],
  298. weapons = {"tfa_swch_dc15a", "tfa_swch_dc15sa", "realistic_hook"},
  299. command = "Clone Trooper",
  300. max = 0,
  301. salary = 500,
  302. admin = 0,
  303. category = "The Republic",
  304. sortOrder = 1,
  305. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  306. })
  307.  
  308. TEAM_501STCLONE= DarkRP.createJob("501st Clone Trooper", {
  309. color = Color(0, 255, 255, 255),
  310. model = "models/player/501st/501stdefault.mdl",
  311. description = [[You are a 501st Clone Trooper]],
  312. weapons = {"weapon_tfa_dc15a501", "weapon_tfa_dc15sa501", "realistic_hook"},
  313. command = "501st Clone Trooper",
  314. max = 10,
  315. salary = 500,
  316. admin = 0,
  317. category = "The Republic",
  318. sortOrder = 2,
  319. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  320. })
  321.  
  322. TEAM_501STCLONEH= DarkRP.createJob("501st Clone Trooper Heavy", {
  323. color = Color(0, 255, 255, 255),
  324. model = "models/player/501st/501stdefault.mdl",
  325. description = [[You are a 501st Clone Trooper]],
  326. weapons = {"tfa_swch_z6", "weapon_tfa_dc15sa501", "realistic_hook", "tfa_swch_dc15s"},
  327. command = "501st Clone Trooper Heavy",
  328. max = 5,
  329. salary = 500,
  330. admin = 0,
  331. category = "The Republic",
  332. sortOrder = 3,
  333. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(125) end,
  334. })
  335.  
  336. TEAM_501STCLONES= DarkRP.createJob("501st Clone Trooper Sniper", {
  337. color = Color(0, 255, 255, 255),
  338. model = "models/player/501st/501stdefault.mdl",
  339. description = [[You are a 501st Clone Trooper]],
  340. weapons = {"tfa_sw_repsnip", "weapon_tfa_dc15sa501", "realistic_hook", "tfa_swch_dc15s"},
  341. command = "501st Clone Trooper Sniper",
  342. max = 5,
  343. salary = 500,
  344. admin = 0,
  345. category = "The Republic",
  346. sortOrder = 4,
  347. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(100) end,
  348. })
  349.  
  350. TEAM_501STCLONEM= DarkRP.createJob("501st Clone Trooper Medic", {
  351. color = Color(0, 255, 255, 255),
  352. model = "models/player/501st/501stdefault.mdl",
  353. description = [[You are a 501st Clone Trooper]],
  354. weapons = {"weapon_tfa_dc15a501", "weapon_tfa_dc15sa501", "realistic_hook", "med_kit"},
  355. command = "501st Clone Trooper Medic",
  356. max = 5,
  357. salary = 500,
  358. admin = 0,
  359. category = "The Republic",
  360. sortOrder = 5,
  361. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(100) end,
  362. })
  363.  
  364. TEAM_501STCLONEC= DarkRP.createJob("501st Clone Trooper Commander", {
  365. color = Color(0, 255, 255, 255),
  366. model = "models/player/501stofficer/501stofficer.mdl",
  367. description = [[You are a 501st Clone Trooper]],
  368. weapons = {"weapon_tfa_dc15a501", "weapon_tfa_dc15sa501", "realistic_hook", "tfa_swch_dc15s"},
  369. command = "501st Clone Trooper Commander",
  370. max = 1,
  371. salary = 500,
  372. admin = 0,
  373. category = "The Republic",
  374. sortOrder = 6,
  375. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  376. })
  377.  
  378. TEAM_SHADOWCLONE= DarkRP.createJob("Shadow Clone Trooper", {
  379. color = Color(0, 255, 255, 255),
  380. model = "models/player/bb/bbdefault.mdl",
  381. description = [[You are a Shadow Clone Trooper]],
  382. weapons = {"weapon_tfa_dc15ashadow", "weapon_tfa_dc15sashadow", "realistic_hook", "weapon_camo"},
  383. command = "Shadow Clone Trooper",
  384. max = 10,
  385. salary = 500,
  386. admin = 0,
  387. category = "The Republic",
  388. sortOrder = 7,
  389. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  390. })
  391.  
  392. TEAM_SHADOWCLONEH= DarkRP.createJob("Shadow Clone Trooper Heavy", {
  393. color = Color(0, 255, 255, 255),
  394. model = "models/player/bb/bbdefault.mdl",
  395. description = [[You are a Shadow Clone Trooper]],
  396. weapons = {"tfa_swch_z6", "weapon_tfa_dc15sashadow", "realistic_hook", "tfa_swch_dc15s", "weapon_camo"},
  397. command = "Shadow Clone Trooper Heavy",
  398. max = 5,
  399. salary = 500,
  400. admin = 0,
  401. category = "The Republic",
  402. sortOrder = 8,
  403. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(125) end,
  404. })
  405.  
  406. TEAM_SHADOWCLONES= DarkRP.createJob("Shadow Clone Trooper Sniper", {
  407. color = Color(0, 255, 255, 255),
  408. model = "models/player/bb/bbdefault.mdl",
  409. description = [[You are a Shadow Clone Trooper]],
  410. weapons = {"tfa_sw_repsnip", "weapon_tfa_dc15sashadow", "realistic_hook", "tfa_swch_dc15s", "weapon_camo"},
  411. command = "Shadow Clone Trooper Sniper",
  412. max = 5,
  413. salary = 500,
  414. admin = 0,
  415. category = "The Republic",
  416. sortOrder = 9,
  417. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(100) end,
  418. })
  419.  
  420. TEAM_SHADOWCLONEM= DarkRP.createJob("Shadow Clone Trooper Medic", {
  421. color = Color(0, 255, 255, 255),
  422. model = "models/player/bbmedic/bbmedic.mdl",
  423. description = [[You are a Shadow Clone Trooper]],
  424. weapons = {"weapon_tfa_dc15ashadow", "weapon_tfa_dc15sashadow", "realistic_hook", "med_kit", "weapon_camo"},
  425. command = "Shadow Clone Trooper Medic",
  426. max = 5,
  427. salary = 500,
  428. admin = 0,
  429. category = "The Republic",
  430. sortOrder = 10,
  431. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(100) end,
  432. })
  433.  
  434. TEAM_SHADOWCLONEC= DarkRP.createJob("Shadow Clone Trooper Commander", {
  435. color = Color(0, 255, 255, 255),
  436. model = "models/player/bbofficer/bbofficer.mdl",
  437. description = [[You are a Shadow Clone Trooper]],
  438. weapons = {"weapon_tfa_dc15ashadow", "weapon_tfa_dc15sashadow", "realistic_hook", "tfa_swch_dc15s", "weapon_camo"},
  439. command = "Shadow Clone Trooper Commander",
  440. max = 1,
  441. salary = 500,
  442. admin = 0,
  443. category = "The Republic",
  444. sortOrder = 11,
  445. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  446. })
  447.  
  448. TEAM_BOSS= DarkRP.createJob("RC-1138 Boss", {
  449. color = Color(0, 255, 255, 255),
  450. model = "models/player/sgg/starwars/clone_commando_38.mdl",
  451. description = [[You are a RC-1138 Boss]],
  452. weapons = {"weapon_commando_knife", "weapon_nox_dc15sa", "realistic_hook", "weapon_nox_dc17m_br", "weapon_camo", "med_kit"},
  453. command = "RC-1138 Boss",
  454. max = 1,
  455. salary = 500,
  456. admin = 0,
  457. category = "The Republic",
  458. sortOrder = 12,
  459. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  460. })
  461.  
  462. TEAM_SCORCH= DarkRP.createJob("RC-1262 Scorch", {
  463. color = Color(0, 255, 255, 255),
  464. model = "models/player/sgg/starwars/clone_commando_62.mdl",
  465. description = [[You are a RC-1262 Scorch]],
  466. weapons = {"weapon_commando_knife", "weapon_nox_dc15sa", "realistic_hook", "weapon_nox_dc17m_br", "weapon_camo", "tfa_swch_dc17m_at"},
  467. command = "RC-1262 Scorch",
  468. max = 1,
  469. salary = 500,
  470. admin = 0,
  471. category = "The Republic",
  472. sortOrder = 13,
  473. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  474. })
  475.  
  476. TEAM_FIXER= DarkRP.createJob("RC-1140 Fixer", {
  477. color = Color(0, 255, 255, 255),
  478. model = "models/player/sgg/starwars/clone_commando_40.mdl",
  479. description = [[You are a RC-1140 Fixer]],
  480. weapons = {"weapon_commando_knife", "weapon_nox_dc15sa", "realistic_hook", "weapon_nox_dc17m_br", "weapon_camo", "tfa_dc17m_shotgun"},
  481. command = "RC-1140 Fixer",
  482. max = 1,
  483. salary = 500,
  484. admin = 0,
  485. category = "The Republic",
  486. sortOrder = 14,
  487. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  488. })
  489.  
  490. TEAM_SEV= DarkRP.createJob("RC-1207 Sev", {
  491. color = Color(0, 255, 255, 255),
  492. model = "models/player/sgg/starwars/clone_commando_07.mdl",
  493. description = [[You are a RC-1207 Sev]],
  494. weapons = {"weapon_commando_knife", "weapon_nox_dc15sa", "realistic_hook", "weapon_nox_dc17m_br", "weapon_camo", "weapon_nox_dc17m_sn"},
  495. command = "RC-1207 Sev",
  496. max = 1,
  497. salary = 500,
  498. admin = 0,
  499. category = "The Republic",
  500. sortOrder = 15,
  501. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  502. })
  503.  
  504. TEAM_JEDIINITIATE= DarkRP.createJob("Jedi Initiate", {
  505. color = Color(191, 255, 127, 255),
  506. model = {
  507. "models/animus/casualjediv2/v2_casualjedi_01.mdl",
  508. "models/animus/casualjediv2/v2_casualjedi_02.mdl",
  509. "models/animus/casualjediv2/v2_casualjedi_03.mdl",
  510. "models/animus/casualjediv2/v2_casualjedi_04.mdl",
  511. "models/animus/casualjediv2/v2_casualjedi_05.mdl",
  512. "models/animus/casualjediv2/v2_casualjedi_06.mdl",
  513. "models/animus/casualjediv2/v2_casualjedi_07.mdl",
  514. "models/animus/casualjediv2/v2_casualjedi_08.mdl",
  515. "models/animus/casualjediv2/v2_casualjedi_09.mdl"
  516. },
  517. description = [[You are a Neutral Citizen.]],
  518. weapons = {"jedi_young_saber"},
  519. command = "Jedi Initiate",
  520. max = 0,
  521. salary = 500,
  522. admin = 0,
  523. category = "Jedi Order",
  524. sortOrder = 1,
  525. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) end,
  526. })
  527.  
  528. TEAM_JEDIPADAWAN= DarkRP.createJob("Jedi Padawan", {
  529. color = Color(191, 255, 127, 255),
  530. model = {
  531. "models/hammerfall/lordtylerslyfox/v2_mkotor_1.mdl",
  532. "models/hammerfall/lordtylerslyfox/v2_mkotor_2.mdl",
  533. "models/hammerfall/lordtylerslyfox/v2_mkotor_3.mdl",
  534. "models/hammerfall/lordtylerslyfox/v2_mkotor_4.mdl",
  535. "models/hammerfall/lordtylerslyfox/v2_mkotor_5.mdl",
  536. "models/hammerfall/lordtylerslyfox/v2_mkotor_6.mdl",
  537. "models/hammerfall/lordtylerslyfox/v2_mkotor_7.mdl",
  538. "models/hammerfall/lordtylerslyfox/v2_mkotor_8.mdl",
  539. "models/hammerfall/lordtylerslyfox/v2_mkotor_9.mdl"
  540. },
  541. description = [[You are a Neutral Citizen.]],
  542. weapons = {"jedi_padawan_saber"},
  543. command = "Jedi Padawan",
  544. max = 0,
  545. salary = 500,
  546. admin = 0,
  547. category = "Jedi Order",
  548. sortOrder = 2,
  549. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) end,
  550. })
  551.  
  552. TEAM_JEDIGARDIAN= DarkRP.createJob("Jedi Guardian", {
  553. color = Color(0, 255, 0, 255),
  554. model = {
  555. "models/hammerfall/lordtylerslyfox/jedibattlelord.mdl",
  556. "models/hammerfall/lordtylerslyfox/jedibattlelord_01.mdl",
  557. "models/hammerfall/lordtylerslyfox/jedibattlelord_02.mdl",
  558. "models/hammerfall/lordtylerslyfox/jedibattlelord_03.mdl",
  559. "models/hammerfall/lordtylerslyfox/jedibattlelord_04.mdl",
  560. "models/hammerfall/lordtylerslyfox/jedibattlelord_05.mdl",
  561. "models/hammerfall/lordtylerslyfox/jedibattlelord_06.mdl",
  562. "models/hammerfall/lordtylerslyfox/jedibattlelord_08.mdl",
  563. "models/hammerfall/lordtylerslyfox/jedibattlelord_09.mdl"
  564. },
  565. description = [[You are a Jedi Guardian.]],
  566. weapons = {"jedi_guardian_saber"},
  567. command = "Jedi Guardian",
  568. max = 10,
  569. salary = 500,
  570. admin = 0,
  571. category = "Jedi Order",
  572. sortOrder = 3,
  573. PlayerLoadout = function(ply) ply:SetMaxHealth(1500) ply:SetHealth(1500) end,
  574. })
  575.  
  576. TEAM_JEDIACE= DarkRP.createJob("Jedi Ace", {
  577. color = Color(0, 255, 0, 255),
  578. model = {
  579. "models/hammerfall/lordtylerslyfox/jedibattlelord.mdl",
  580. "models/hammerfall/lordtylerslyfox/jedibattlelord_01.mdl",
  581. "models/hammerfall/lordtylerslyfox/jedibattlelord_02.mdl",
  582. "models/hammerfall/lordtylerslyfox/jedibattlelord_03.mdl",
  583. "models/hammerfall/lordtylerslyfox/jedibattlelord_04.mdl",
  584. "models/hammerfall/lordtylerslyfox/jedibattlelord_05.mdl",
  585. "models/hammerfall/lordtylerslyfox/jedibattlelord_06.mdl",
  586. "models/hammerfall/lordtylerslyfox/jedibattlelord_08.mdl",
  587. "models/hammerfall/lordtylerslyfox/jedibattlelord_09.mdl"
  588. },
  589. description = [[You are a Jedi Ace.]],
  590. weapons = {"jedi_guardian_saber"},
  591. command = "Jedi Ace",
  592. max = 2,
  593. salary = 500,
  594. admin = 0,
  595. category = "Jedi Order",
  596. sortOrder = 4,
  597. PlayerLoadout = function(ply) ply:SetMaxHealth(1500) ply:SetHealth(1500) end,
  598. })
  599.  
  600. TEAM_LIGHTIN= DarkRP.createJob("Jedi Lightsaber Instructor", {
  601. color = Color(0, 255, 0, 255),
  602. model = {
  603. "models/hammerfall/lordtylerslyfox/jedibattlelord.mdl",
  604. "models/hammerfall/lordtylerslyfox/jedibattlelord_01.mdl",
  605. "models/hammerfall/lordtylerslyfox/jedibattlelord_02.mdl",
  606. "models/hammerfall/lordtylerslyfox/jedibattlelord_03.mdl",
  607. "models/hammerfall/lordtylerslyfox/jedibattlelord_04.mdl",
  608. "models/hammerfall/lordtylerslyfox/jedibattlelord_05.mdl",
  609. "models/hammerfall/lordtylerslyfox/jedibattlelord_06.mdl",
  610. "models/hammerfall/lordtylerslyfox/jedibattlelord_08.mdl",
  611. "models/hammerfall/lordtylerslyfox/jedibattlelord_09.mdl"
  612. },
  613. description = [[You are a Jedi Lightsaber instructors.]],
  614. weapons = {"jedi_guardian_saber"},
  615. command = "Jedi Lightsaber instructors",
  616. max = 2,
  617. salary = 500,
  618. admin = 0,
  619. category = "Jedi Order",
  620. sortOrder = 5,
  621. PlayerLoadout = function(ply) ply:SetMaxHealth(1500) ply:SetHealth(1500) end,
  622. })
  623.  
  624. TEAM_JEDIPEACE= DarkRP.createJob("Jedi Peacekeeper", {
  625. color = Color(0, 255, 0, 255),
  626. model = {
  627. "models/hammerfall/lordtylerslyfox/jedibattlelord.mdl",
  628. "models/hammerfall/lordtylerslyfox/jedibattlelord_01.mdl",
  629. "models/hammerfall/lordtylerslyfox/jedibattlelord_02.mdl",
  630. "models/hammerfall/lordtylerslyfox/jedibattlelord_03.mdl",
  631. "models/hammerfall/lordtylerslyfox/jedibattlelord_04.mdl",
  632. "models/hammerfall/lordtylerslyfox/jedibattlelord_05.mdl",
  633. "models/hammerfall/lordtylerslyfox/jedibattlelord_06.mdl",
  634. "models/hammerfall/lordtylerslyfox/jedibattlelord_08.mdl",
  635. "models/hammerfall/lordtylerslyfox/jedibattlelord_09.mdl"
  636. },
  637. description = [[You are a Jedi Peacekeeper.]],
  638. weapons = {"jedi_guardian_saber"},
  639. command = "Jedi Peacekeeper",
  640. max = 2,
  641. salary = 500,
  642. admin = 0,
  643. category = "Jedi Order",
  644. sortOrder = 6,
  645. PlayerLoadout = function(ply) ply:SetMaxHealth(1500) ply:SetHealth(1500) end,
  646. })
  647.  
  648. TEAM_JEDIMASTER= DarkRP.createJob("Jedi Weapon Master", {
  649. color = Color(0, 255, 0, 255),
  650. model = {
  651. "models/hammerfall/lordtylerslyfox/jedibattlelord.mdl",
  652. "models/hammerfall/lordtylerslyfox/jedibattlelord_01.mdl",
  653. "models/hammerfall/lordtylerslyfox/jedibattlelord_02.mdl",
  654. "models/hammerfall/lordtylerslyfox/jedibattlelord_03.mdl",
  655. "models/hammerfall/lordtylerslyfox/jedibattlelord_04.mdl",
  656. "models/hammerfall/lordtylerslyfox/jedibattlelord_05.mdl",
  657. "models/hammerfall/lordtylerslyfox/jedibattlelord_06.mdl",
  658. "models/hammerfall/lordtylerslyfox/jedibattlelord_08.mdl",
  659. "models/hammerfall/lordtylerslyfox/jedibattlelord_09.mdl"
  660. },
  661. description = [[You are a Jedi Weapon Master.]],
  662. weapons = {"jedi_guardian_grand_saber"},
  663. command = "Jedi Weapon Master",
  664. max = 5,
  665. salary = 500,
  666. admin = 0,
  667. category = "Jedi Order",
  668. sortOrder = 7,
  669. PlayerLoadout = function(ply) ply:SetMaxHealth(1750) ply:SetHealth(1750) end,
  670. })
  671.  
  672. TEAM_JEDICONSULAR= DarkRP.createJob("Jedi Consular", {
  673. color = Color(127, 255, 0, 255),
  674. model = {
  675. "models/hammerfall/lordtylerslyfox/v2_jedirobes_01.mdl",
  676. "models/hammerfall/lordtylerslyfox/v2_jedirobes_02.mdl",
  677. "models/hammerfall/lordtylerslyfox/v2_jedirobes_03.mdl",
  678. "models/hammerfall/lordtylerslyfox/v2_jedirobes_04.mdl",
  679. "models/hammerfall/lordtylerslyfox/v2_jedirobes_05.mdl",
  680. "models/hammerfall/lordtylerslyfox/v2_jedirobes_06.mdl",
  681. "models/hammerfall/lordtylerslyfox/v2_jedirobes_07.mdl",
  682. "models/hammerfall/lordtylerslyfox/v2_jedirobes_08.mdl",
  683. "models/hammerfall/lordtylerslyfox/v2_jedirobes_09.mdl",
  684. "models/player/grady/starwars/duros_master.mdl",
  685. "models/player/grady/starwars/keldor_master.mdl",
  686. "models/player/grady/starwars/mon_cala_master.mdl",
  687. "models/player/grady/starwars/rodian_master.mdl",
  688. "models/player/grady/starwars/zabrak_master.mdl"
  689. },
  690. description = [[You are a Jedi Consular. this is a jedi knight]],
  691. weapons = {"jedi_consular_saber"},
  692. command = "Jedi Consular",
  693. max = 10,
  694. salary = 500,
  695. admin = 0,
  696. category = "Jedi Order",
  697. sortOrder = 8,
  698. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) end,
  699. })
  700.  
  701. TEAM_JEDIHEALER= DarkRP.createJob("Jedi Healer", {
  702. color = Color(127, 255, 0, 255),
  703. model = {
  704. "models/hammerfall/lordtylerslyfox/v2_jedirobes_01.mdl",
  705. "models/hammerfall/lordtylerslyfox/v2_jedirobes_02.mdl",
  706. "models/hammerfall/lordtylerslyfox/v2_jedirobes_03.mdl",
  707. "models/hammerfall/lordtylerslyfox/v2_jedirobes_04.mdl",
  708. "models/hammerfall/lordtylerslyfox/v2_jedirobes_05.mdl",
  709. "models/hammerfall/lordtylerslyfox/v2_jedirobes_06.mdl",
  710. "models/hammerfall/lordtylerslyfox/v2_jedirobes_07.mdl",
  711. "models/hammerfall/lordtylerslyfox/v2_jedirobes_08.mdl",
  712. "models/hammerfall/lordtylerslyfox/v2_jedirobes_09.mdl",
  713. "models/player/grady/starwars/duros_master.mdl",
  714. "models/player/grady/starwars/keldor_master.mdl",
  715. "models/player/grady/starwars/mon_cala_master.mdl",
  716. "models/player/grady/starwars/rodian_master.mdl",
  717. "models/player/grady/starwars/zabrak_master.mdl"
  718. },
  719. description = [[You are a Jedi healer.this is a jedi knight]],
  720. weapons = {"jedi_healer"},
  721. command = "Jedi healer",
  722. max = 2,
  723. salary = 500,
  724. admin = 0,
  725. category = "Jedi Order",
  726. sortOrder = 9,
  727. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) end,
  728. })
  729.  
  730. TEAM_JEDIRESEARCHER= DarkRP.createJob("Jedi Researcher", {
  731. color = Color(127, 255, 0, 255),
  732. model = {
  733. "models/hammerfall/lordtylerslyfox/v2_jedirobes_01.mdl",
  734. "models/hammerfall/lordtylerslyfox/v2_jedirobes_02.mdl",
  735. "models/hammerfall/lordtylerslyfox/v2_jedirobes_03.mdl",
  736. "models/hammerfall/lordtylerslyfox/v2_jedirobes_04.mdl",
  737. "models/hammerfall/lordtylerslyfox/v2_jedirobes_05.mdl",
  738. "models/hammerfall/lordtylerslyfox/v2_jedirobes_06.mdl",
  739. "models/hammerfall/lordtylerslyfox/v2_jedirobes_07.mdl",
  740. "models/hammerfall/lordtylerslyfox/v2_jedirobes_08.mdl",
  741. "models/hammerfall/lordtylerslyfox/v2_jedirobes_09.mdl",
  742. "models/player/grady/starwars/duros_master.mdl",
  743. "models/player/grady/starwars/keldor_master.mdl",
  744. "models/player/grady/starwars/mon_cala_master.mdl",
  745. "models/player/grady/starwars/rodian_master.mdl",
  746. "models/player/grady/starwars/zabrak_master.mdl"
  747. },
  748. description = [[You are a Jedi Researcher.this is a jedi knight]],
  749. weapons = {"jedi_consular_saber"},
  750. command = "Jedi Researcher",
  751. max = 2,
  752. salary = 500,
  753. admin = 0,
  754. category = "Jedi Order",
  755. sortOrder = 10,
  756. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) end,
  757. })
  758.  
  759. TEAM_JEDISEER= DarkRP.createJob("Jedi Seer", {
  760. color = Color(127, 255, 0, 255),
  761. model = {
  762. "models/hammerfall/lordtylerslyfox/v2_jedirobes_01.mdl",
  763. "models/hammerfall/lordtylerslyfox/v2_jedirobes_02.mdl",
  764. "models/hammerfall/lordtylerslyfox/v2_jedirobes_03.mdl",
  765. "models/hammerfall/lordtylerslyfox/v2_jedirobes_04.mdl",
  766. "models/hammerfall/lordtylerslyfox/v2_jedirobes_05.mdl",
  767. "models/hammerfall/lordtylerslyfox/v2_jedirobes_06.mdl",
  768. "models/hammerfall/lordtylerslyfox/v2_jedirobes_07.mdl",
  769. "models/hammerfall/lordtylerslyfox/v2_jedirobes_08.mdl",
  770. "models/hammerfall/lordtylerslyfox/v2_jedirobes_09.mdl",
  771. "models/player/grady/starwars/duros_master.mdl",
  772. "models/player/grady/starwars/keldor_master.mdl",
  773. "models/player/grady/starwars/mon_cala_master.mdl",
  774. "models/player/grady/starwars/rodian_master.mdl",
  775. "models/player/grady/starwars/zabrak_master.mdl"
  776. },
  777. description = [[You are a Jedi Seer.this is a jedi knight]],
  778. weapons = {"jedi_consular_saber"},
  779. command = "Jedi Seer",
  780. max = 2,
  781. salary = 500,
  782. admin = 0,
  783. category = "Jedi Order",
  784. sortOrder = 11,
  785. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) end,
  786. })
  787.  
  788. TEAM_JEDILORE= DarkRP.createJob("Jedi Lore Keeper", {
  789. color = Color(127, 255, 0, 255),
  790. model = {
  791. "models/hammerfall/lordtylerslyfox/v2_jedirobes_01.mdl",
  792. "models/hammerfall/lordtylerslyfox/v2_jedirobes_02.mdl",
  793. "models/hammerfall/lordtylerslyfox/v2_jedirobes_03.mdl",
  794. "models/hammerfall/lordtylerslyfox/v2_jedirobes_04.mdl",
  795. "models/hammerfall/lordtylerslyfox/v2_jedirobes_05.mdl",
  796. "models/hammerfall/lordtylerslyfox/v2_jedirobes_06.mdl",
  797. "models/hammerfall/lordtylerslyfox/v2_jedirobes_07.mdl",
  798. "models/hammerfall/lordtylerslyfox/v2_jedirobes_08.mdl",
  799. "models/hammerfall/lordtylerslyfox/v2_jedirobes_09.mdl",
  800. "models/player/grady/starwars/duros_master.mdl",
  801. "models/player/grady/starwars/keldor_master.mdl",
  802. "models/player/grady/starwars/mon_cala_master.mdl",
  803. "models/player/grady/starwars/rodian_master.mdl",
  804. "models/player/grady/starwars/zabrak_master.mdl"
  805. },
  806. description = [[You are a Jedi Lore Keeper. this rank is a jedi master]],
  807. weapons = {"jedi_consular_saber"},
  808. command = "Jedi Lore Keeper",
  809. max = 5,
  810. salary = 500,
  811. admin = 0,
  812. category = "Jedi Order",
  813. sortOrder = 12,
  814. PlayerLoadout = function(ply) ply:SetMaxHealth(1750) ply:SetHealth(1750) end,
  815. })
  816.  
  817. TEAM_JEDISENT= DarkRP.createJob("Jedi Sentinel", {
  818. color = Color(0, 255, 157, 255),
  819. model = "models/player/jka_cultist.mdl",
  820. description = [[You are a Jedi Sentinel. this rank is a jedi kight]],
  821. weapons = {"jedi_sentinal_saber"},
  822. command = "Jedi Sentinel",
  823. max = 10,
  824. salary = 500,
  825. admin = 0,
  826. category = "Jedi Order",
  827. sortOrder = 13,
  828. PlayerLoadout = function(ply) ply:SetMaxHealth(1250) ply:SetHealth(1250) end,
  829. })
  830.  
  831. TEAM_JEDISHADOW= DarkRP.createJob("Jedi Shadow", {
  832. color = Color(0, 255, 157, 255),
  833. model = "models/player/jka_cultist.mdl",
  834. description = [[You are a Jedi Shadow. this rank is a jedi kight]],
  835. weapons = {"jedi_sentinal_saber"},
  836. command = "Jedi Shadow",
  837. max = 2,
  838. salary = 500,
  839. admin = 0,
  840. category = "Jedi Order",
  841. sortOrder = 14,
  842. PlayerLoadout = function(ply) ply:SetMaxHealth(1250) ply:SetHealth(1250) end,
  843. })
  844.  
  845. TEAM_JEDIIVESTIGATOR= DarkRP.createJob("Jedi Investigator", {
  846. color = Color(0, 255, 157, 255),
  847. model = "models/player/jka_cultist.mdl",
  848. description = [[You are a Jedi Investigator. this rank is a jedi kight]],
  849. weapons = {"jedi_sage_saber"},
  850. command = "Jedi Investigator",
  851. max = 2,
  852. salary = 500,
  853. admin = 0,
  854. category = "Jedi Order",
  855. sortOrder = 15,
  856. PlayerLoadout = function(ply) ply:SetMaxHealth(1250) ply:SetHealth(1250) end,
  857. })
  858.  
  859. TEAM_JEDIWATCHMAN= DarkRP.createJob("Jedi Watchman", {
  860. color = Color(0, 255, 157, 255),
  861. model = "models/player/jka_cultist.mdl",
  862. description = [[You are a Jedi Watchman. this rank is a jedi kight]],
  863. weapons = {"jedi_sentinal_saber"},
  864. command = "Jedi Watchman",
  865. max = 2,
  866. salary = 500,
  867. admin = 0,
  868. category = "Jedi Order",
  869. sortOrder = 16,
  870. PlayerLoadout = function(ply) ply:SetMaxHealth(1250) ply:SetHealth(1250) end,
  871. })
  872.  
  873. TEAM_JEDITEMPLE= DarkRP.createJob("Jedi Temple Guard", {
  874. color = Color(0, 255, 157, 255),
  875. model = {
  876. "models/jazzmcfly/jka/jtgreyb/jtgreyb.mdl",
  877. "models/jazzmcfly/jka/jtgreyp/jtgreyp.mdl",
  878. "models/jazzmcfly/jka/jtgreyr/jtgreyr.mdl",
  879. "models/jazzmcfly/jka/jtg/jtg.mdl"
  880. },
  881. description = [[You are a Jedi Watchman. this rank is a jedi kight]],
  882. weapons = {"jedi_sentinal_saber"},
  883. command = "Jedi Temple Guard",
  884. max = 5,
  885. salary = 500,
  886. admin = 0,
  887. category = "Jedi Order",
  888. sortOrder = 17,
  889. PlayerLoadout = function(ply) ply:SetMaxHealth(1250) ply:SetHealth(1250) end,
  890. })
  891.  
  892. TEAM_JEDIRECRUITER= DarkRP.createJob("Jedi Recruiter", {
  893. color = Color(0, 255, 157, 255),
  894. model = "models/player/light_revan.mdl",
  895. description = [[You are a Jedi Recruiters. This rank is a Jedi Master]],
  896. weapons = {"jedi_sage_master_saber"},
  897. command = "Jedi Recruiters",
  898. max = 5,
  899. salary = 500,
  900. admin = 0,
  901. category = "Jedi Order",
  902. sortOrder = 18,
  903. PlayerLoadout = function(ply) ply:SetMaxHealth(1750) ply:SetHealth(1750) end,
  904. })
  905.  
  906. TEAM_JEDIHIGH= DarkRP.createJob("Jedi High Council", {
  907. color = Color(127, 255, 0, 255),
  908. model = {
  909. "models/hammerfall/lordtylerslyfox/jedibattlelord.mdl",
  910. "models/hammerfall/lordtylerslyfox/jedibattlelord_01.mdl",
  911. "models/hammerfall/lordtylerslyfox/jedibattlelord_02.mdl",
  912. "models/hammerfall/lordtylerslyfox/jedibattlelord_03.mdl",
  913. "models/hammerfall/lordtylerslyfox/jedibattlelord_04.mdl",
  914. "models/hammerfall/lordtylerslyfox/jedibattlelord_05.mdl",
  915. "models/hammerfall/lordtylerslyfox/jedibattlelord_06.mdl",
  916. "models/hammerfall/lordtylerslyfox/jedibattlelord_08.mdl",
  917. "models/hammerfall/lordtylerslyfox/jedibattlelord_09.mdl",
  918. "models/hammerfall/lordtylerslyfox/v2_jedirobes_01.mdl",
  919. "models/hammerfall/lordtylerslyfox/v2_jedirobes_02.mdl",
  920. "models/hammerfall/lordtylerslyfox/v2_jedirobes_03.mdl",
  921. "models/hammerfall/lordtylerslyfox/v2_jedirobes_04.mdl",
  922. "models/hammerfall/lordtylerslyfox/v2_jedirobes_05.mdl",
  923. "models/hammerfall/lordtylerslyfox/v2_jedirobes_06.mdl",
  924. "models/hammerfall/lordtylerslyfox/v2_jedirobes_07.mdl",
  925. "models/hammerfall/lordtylerslyfox/v2_jedirobes_08.mdl",
  926. "models/hammerfall/lordtylerslyfox/v2_jedirobes_09.mdl",
  927. "models/player/grady/starwars/duros_master.mdl",
  928. "models/player/grady/starwars/keldor_master.mdl",
  929. "models/player/grady/starwars/mon_cala_master.mdl",
  930. "models/player/grady/starwars/rodian_master.mdl",
  931. "models/player/grady/starwars/zabrak_master.mdl",
  932. "models/player/light_revan.mdl",
  933. "models/player/jka_cultist.mdl"
  934. },
  935. description = [[You are a Jedi High Council.]],
  936. weapons = {"jedi_guard_grand_saber"},
  937. command = "Jedi High Council",
  938. max = 5,
  939. salary = 500,
  940. admin = 0,
  941. category = "Jedi Order",
  942. sortOrder = 19,
  943. PlayerLoadout = function(ply) ply:SetMaxHealth(2000) ply:SetHealth(2000) end,
  944. })
  945.  
  946. TEAM_GRANDMASTER= DarkRP.createJob("Grand Master", {
  947. color = Color(127, 255, 0, 255),
  948. model = {
  949. "models/grealms/characters/satele/satele.mdl",
  950. "models/player/luke_skywalker.mdl"
  951. },
  952. description = [[You are a Grand Master.]],
  953. weapons = {"jedi_guard_grand_saber"},
  954. command = "Grand Master",
  955. max = 1,
  956. salary = 500,
  957. admin = 0,
  958. category = "Jedi Order",
  959. sortOrder = 20,
  960. PlayerLoadout = function(ply) ply:SetMaxHealth(5000) ply:SetHealth(5000) end,
  961. })
  962.  
  963. TEAM_KIT= DarkRP.createJob("Kit Fisto", {
  964. color = Color(255, 127, 159, 255),
  965. model = "models/player/nav/kitfisto.mdl",
  966. description = [[You are a Kit Fisto. Do not change your ranks to this classes]],
  967. weapons = {"jedi_consular_master_saber"},
  968. command = "Kit Fisto",
  969. max = 1,
  970. salary = 500,
  971. admin = 0,
  972. category = "VIP Jedi",
  973. sortOrder = 1,
  974. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) end,
  975. })
  976.  
  977. TEAM_MUNDI= DarkRP.createJob("Mundi", {
  978. color = Color(255, 127, 159, 255),
  979. model = "models/player/nav/mundi.mdl",
  980. description = [[You are a Mundi. Do not change your ranks to this classes]],
  981. weapons = {"jedi_guardian_grand_saber"},
  982. command = "Mundi",
  983. max = 1,
  984. salary = 500,
  985. admin = 0,
  986. category = "VIP Jedi",
  987. sortOrder = 2,
  988. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) end,
  989. })
  990.  
  991. TEAM_KYLE= DarkRP.createJob("Kyle", {
  992. color = Color(255, 127, 159, 255),
  993. model = "models/kriegsyntax/sw_752/kyle_est.mdl",
  994. description = [[You are a Kyle. Do not change your ranks to this classes]],
  995. weapons = {"jedi_guardian_grand_saber"},
  996. command = "Kyle",
  997. max = 1,
  998. salary = 500,
  999. admin = 0,
  1000. category = "VIP Jedi",
  1001. sortOrder = 3,
  1002. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) end,
  1003. })
  1004.  
  1005. TEAM_BASTILA= DarkRP.createJob("Bastila", {
  1006. color = Color(255, 127, 159, 255),
  1007. model = "models/grealms/characters/bastila/bastila.mdl",
  1008. description = [[You are a Bastila. Do not change your ranks to this classes]],
  1009. weapons = {"jedi_sage_master_saber"},
  1010. command = "Bastila",
  1011. max = 1,
  1012. salary = 500,
  1013. admin = 0,
  1014. category = "VIP Jedi",
  1015. sortOrder = 4,
  1016. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) end,
  1017. })
  1018.  
  1019. TEAM_LOWBACCA= DarkRP.createJob("Lowbacca", {
  1020. color = Color(255, 127, 159, 255),
  1021. model = "models/player/chewie.mdl",
  1022. description = [[You are a Lowbacca. Do not change your ranks to this classes]],
  1023. weapons = {"jedi_sage_master_saber"},
  1024. command = "Lowbacca",
  1025. max = 1,
  1026. salary = 500,
  1027. admin = 0,
  1028. category = "VIP Jedi",
  1029. sortOrder = 5,
  1030. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) end,
  1031. })
  1032.  
  1033. TEAM_SKYTROOP= DarkRP.createJob("Skytrooper", {
  1034. color = Color(255, 255, 0, 255),
  1035. model = "models/grealms/characters/skytrooper/skytrooper.mdl",
  1036. description = [[You are a Skytrooper.]],
  1037. weapons = {"tfa_752_ihr", "weapon_tfa_pestar34", "weapon_sparks_wristyellow", "realistic_hook"},
  1038. command = "Skytrooper",
  1039. max = 0,
  1040. salary = 500,
  1041. admin = 0,
  1042. category = "Eternal Empire",
  1043. sortOrder = 1,
  1044. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  1045. })
  1046.  
  1047. TEAM_SKYTROOPM= DarkRP.createJob("Skytrooper Medic", {
  1048. color = Color(255, 255, 0, 255),
  1049. model = "models/grealms/characters/skytrooper/skytrooper.mdl",
  1050. description = [[You are a Skytrooper.]],
  1051. weapons = {"tfa_752_ihr", "weapon_tfa_pestar34", "weapon_sparks_wristyellow", "realistic_hook", "med_kit"},
  1052. command = "Skytrooper Medic",
  1053. max = 10,
  1054. salary = 500,
  1055. admin = 0,
  1056. category = "Eternal Empire",
  1057. sortOrder = 2,
  1058. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  1059. })
  1060.  
  1061. TEAM_SKYTROOPH= DarkRP.createJob("Skytrooper Heavy", {
  1062. color = Color(255, 255, 0, 255),
  1063. model = "models/grealms/characters/skytrooper/skytrooper.mdl",
  1064. description = [[You are a Skytrooper.]],
  1065. weapons = {"tfa_swch_z6_yellow", "weapon_tfa_pestar34", "weapon_sparks_wristyellow", "realistic_hook", "med_kit"},
  1066. command = "Skytrooper Heavy",
  1067. max = 10,
  1068. salary = 500,
  1069. admin = 0,
  1070. category = "Eternal Empire",
  1071. sortOrder = 3,
  1072. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  1073. })
  1074.  
  1075. TEAM_SKYTROOPOFFICER= DarkRP.createJob("Skytrooper Officer", {
  1076. color = Color(255, 255, 0, 255),
  1077. model = "models/grealms/characters/skytrooper/skytrooper.mdl",
  1078. description = [[You are a Skytrooper.]],
  1079. weapons = {"tfa_752_ihr", "weapon_tfa_pestar34", "weapon_sparks_wristyellow", "realistic_hook", "tfa_swch_dc17m_at"},
  1080. command = "Skytrooper Officer",
  1081. max = 5,
  1082. salary = 500,
  1083. admin = 0,
  1084. category = "Eternal Empire",
  1085. sortOrder = 4,
  1086. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  1087. })
  1088.  
  1089. TEAM_EECOMMANDO= DarkRP.createJob("Zakuulan Commando", {
  1090. color = Color(255, 255, 0, 255),
  1091. model = "models/endeavorroleplay/swtor/bh_underworld/underworld_player.mdl",
  1092. description = [[You are a Zakuulan Commando.]],
  1093. weapons = {"tfa_752_ihr", "weapon_tfa_pestar34", "weapon_sparks_wristyellow", "realistic_hook", "tfa_swch_dc17m_at", "weapon_camo"},
  1094. command = "Zakuulan Commando",
  1095. max = 4,
  1096. salary = 500,
  1097. admin = 0,
  1098. category = "Eternal Empire",
  1099. sortOrder = 5,
  1100. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  1101. })
  1102.  
  1103. TEAM_KNIGHTOFZAKUUL= DarkRP.createJob("Knight of Zakuul", {
  1104. color = Color(255, 255, 0, 255),
  1105. model = "models/grealms/characters/zakuulknight/zakuulknight.mdl",
  1106. description = [[You are a Knight of Zakuul.]],
  1107. weapons = {"jedi_guard_saber"},
  1108. command = "Knight of Zakuul",
  1109. max = 0,
  1110. salary = 500,
  1111. admin = 0,
  1112. category = "Eternal Empire",
  1113. sortOrder = 6,
  1114. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  1115. })
  1116.  
  1117. TEAM_HONORGUARD= DarkRP.createJob("Honor Guard", {
  1118. color = Color(255, 255, 0, 255),
  1119. model = "models/grealms/characters/seargeant/seargeant.mdl",
  1120. description = [[You are a Honor Guard.]],
  1121. weapons = {"jedi_guard_saber"},
  1122. command = "Honor Guard",
  1123. max = 10,
  1124. salary = 500,
  1125. admin = 0,
  1126. category = "Eternal Empire",
  1127. sortOrder = 7,
  1128. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor(150) end,
  1129. })
  1130.  
  1131. TEAM_KNIGHTCAP= DarkRP.createJob("Knight-Captain", {
  1132. color = Color(255, 255, 0, 255),
  1133. model = "models/grealms/characters/knighttrooperhg/knighttrooperhg.mdl",
  1134. description = [[You are a Knight-Captain.]],
  1135. weapons = {"jedi_guard_saber"},
  1136. command = "Knight-Captain",
  1137. max = 5,
  1138. salary = 500,
  1139. admin = 0,
  1140. category = "Eternal Empire",
  1141. sortOrder = 8,
  1142. PlayerLoadout = function(ply) ply:SetMaxHealth(1250) ply:SetHealth(1250) ply:SetArmor(150) end,
  1143. })
  1144.  
  1145. TEAM_PALADIN= DarkRP.createJob("Paladin", {
  1146. color = Color(255, 255, 0, 255),
  1147. model = "models/grealms/characters/darktrooper/darktrooper.mdl",
  1148. description = [[You are a Paladin.]],
  1149. weapons = {"jedi_guard_saber"},
  1150. command = "Paladin",
  1151. max = 5,
  1152. salary = 500,
  1153. admin = 0,
  1154. category = "Eternal Empire",
  1155. sortOrder = 9,
  1156. PlayerLoadout = function(ply) ply:SetMaxHealth(1500) ply:SetHealth(1500) ply:SetArmor(150) end,
  1157. })
  1158.  
  1159. TEAM_ADJUDICATOR= DarkRP.createJob("Adjudicator", {
  1160. color = Color(255, 255, 0, 255),
  1161. model = "models/grealms/characters/knighttroopergen/knighttroopergen.mdl",
  1162. description = [[You are a Adjudicator.]],
  1163. weapons = {"jedi_guard_grand_saber"},
  1164. command = "Adjudicator",
  1165. max = 5,
  1166. salary = 500,
  1167. admin = 0,
  1168. category = "Eternal Empire",
  1169. sortOrder = 10,
  1170. PlayerLoadout = function(ply) ply:SetMaxHealth(1750) ply:SetHealth(1750) ply:SetArmor(150) end,
  1171. })
  1172.  
  1173. TEAM_EXARCH= DarkRP.createJob("Exarch", {
  1174. color = Color(255, 255, 0, 255),
  1175. model = "models/grealms/characters/saberguard/saberguard.mdl",
  1176. description = [[You are a Exarch.]],
  1177. weapons = {"jedi_guard_grand_saber"},
  1178. command = "Exarch",
  1179. max = 5,
  1180. salary = 500,
  1181. admin = 0,
  1182. category = "Eternal Empire",
  1183. sortOrder = 11,
  1184. PlayerLoadout = function(ply) ply:SetMaxHealth(2000) ply:SetHealth(2000) ply:SetArmor(150) end,
  1185. })
  1186.  
  1187. TEAM_HIGHJUSTICE= DarkRP.createJob("High Justice", {
  1188. color = Color(255, 255, 0, 255),
  1189. model = "models/grealms/characters/vaylin/vaylin.mdl",
  1190. description = [[You are a High Justice.]],
  1191. weapons = {"jedi_guard_grand_saber"},
  1192. command = "High Justice",
  1193. max = 1,
  1194. salary = 500,
  1195. admin = 0,
  1196. category = "Eternal Empire",
  1197. sortOrder = 12,
  1198. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) ply:SetArmor(150) end,
  1199. })
  1200.  
  1201. TEAM_THEXAN= DarkRP.createJob("Prince Thexan", {
  1202. color = Color(255, 255, 0, 255),
  1203. model = "models/grealms/twins/twins_black/twins_black.mdl",
  1204. description = [[You are a Prince Thexan.]],
  1205. weapons = {"jedi_guard_grand_saber"},
  1206. command = "Prince Thexan",
  1207. max = 1,
  1208. salary = 500,
  1209. admin = 0,
  1210. category = "Eternal Empire",
  1211. sortOrder = 13,
  1212. PlayerLoadout = function(ply) ply:SetMaxHealth(2750) ply:SetHealth(2750) ply:SetArmor(150) end,
  1213. })
  1214.  
  1215. TEAM_ARCANN= DarkRP.createJob("Prince Arcann", {
  1216. color = Color(255, 255, 0, 255),
  1217. model = "models/grealms/twins/twins.mdl",
  1218. description = [[You are a Prince Arcann.]],
  1219. weapons = {"jedi_guard_grand_saber"},
  1220. command = "Prince Arcann",
  1221. max = 1,
  1222. salary = 500,
  1223. admin = 0,
  1224. category = "Eternal Empire",
  1225. sortOrder = 14,
  1226. PlayerLoadout = function(ply) ply:SetMaxHealth(3000) ply:SetHealth(3000) ply:SetArmor(150) end,
  1227. })
  1228.  
  1229. TEAM_VALKORION= DarkRP.createJob("Emperor Valkorion", {
  1230. color = Color(255, 255, 0, 255),
  1231. model = "models/grealms/characters/valkorian/valkorian.mdl",
  1232. description = [[You are a Emperor Valkorion.]],
  1233. weapons = {"sith_tulak_saber"},
  1234. command = "Emperor Valkorion",
  1235. max = 1,
  1236. salary = 500,
  1237. admin = 0,
  1238. category = "Eternal Empire",
  1239. sortOrder = 15,
  1240. PlayerLoadout = function(ply) ply:SetMaxHealth(5000) ply:SetHealth(5000) ply:SetArmor(150) end,
  1241. })
  1242.  
  1243. TEAM_ASTROOPER= DarkRP.createJob("Ancient Sith Trooper", {
  1244. color = Color(127, 0, 0, 255),
  1245. model = "models/endeavorroleplay/swtor/imperial/imperial_player.mdl",
  1246. description = [[You are a Ancient Sith Trooper.]],
  1247. weapons = {"weapon_752bf3_a280", "tfa_752_defenderoftruth", "realistic_hook"},
  1248. command = "Ancient Sith Trooper",
  1249. max = 0,
  1250. salary = 500,
  1251. admin = 0,
  1252. category = "Ancient Sith Empire",
  1253. sortOrder = 1,
  1254. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  1255. })
  1256.  
  1257. TEAM_ASTROOPERM= DarkRP.createJob("Ancient Sith Trooper Medic", {
  1258. color = Color(127, 0, 0, 255),
  1259. model = "models/player/grizzlerules/sithmedic/sithmedic.mdl",
  1260. description = [[You are a Ancient Sith Trooper Medic.]],
  1261. weapons = {"weapon_752bf3_a280", "tfa_752_defenderoftruth", "realistic_hook", "med_kit"},
  1262. command = "Ancient Sith Trooper Medic",
  1263. max = 10,
  1264. salary = 500,
  1265. admin = 0,
  1266. category = "Ancient Sith Empire",
  1267. sortOrder = 2,
  1268. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  1269. })
  1270.  
  1271. TEAM_ASTROOPERS= DarkRP.createJob("Ancient Sith Trooper Sniper", {
  1272. color = Color(127, 0, 0, 255),
  1273. model = "models/player/grizzlerules/sithdesertcamo/sithdesertcamo.mdl",
  1274. description = [[You are a Ancient Sith Trooper Sniper.]],
  1275. weapons = {"weapon_752bf3_a280", "tfa_752_defenderoftruth", "realistic_hook", "weapon_dlt19x"},
  1276. command = "Ancient Sith Trooper Sniper",
  1277. max = 10,
  1278. salary = 500,
  1279. admin = 0,
  1280. category = "Ancient Sith Empire",
  1281. sortOrder = 3,
  1282. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  1283. })
  1284.  
  1285. TEAM_ASTROOPERH= DarkRP.createJob("Ancient Sith Trooper Heavy", {
  1286. color = Color(127, 0, 0, 255),
  1287. model = "models/player/grizzlerules/sithpilot/sithpilot.mdl",
  1288. description = [[You are a Ancient Sith Trooper Heavy.]],
  1289. weapons = {"weapon_752bf3_dlt19", "tfa_752_defenderoftruth", "realistic_hook", "weapon_acp"},
  1290. command = "Ancient Sith Trooper Heavy",
  1291. max = 10,
  1292. salary = 500,
  1293. admin = 0,
  1294. category = "Ancient Sith Empire",
  1295. sortOrder = 4,
  1296. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  1297. })
  1298.  
  1299. TEAM_ASTROOPERO= DarkRP.createJob("Ancient Sith Trooper Office", {
  1300. color = Color(127, 0, 0, 255),
  1301. model = "models/endeavorroleplay/swtor/triumvirate/triumvirate.mdl",
  1302. description = [[You are a Ancient Sith Trooper Office.]],
  1303. weapons = {"weapon_752bf3_dlt19", "tfa_752_defenderoftruth", "realistic_hook", "tfa_swch_dc17m_at"},
  1304. command = "Ancient Sith Trooper Office",
  1305. max = 5,
  1306. salary = 500,
  1307. admin = 0,
  1308. category = "Ancient Sith Empire",
  1309. sortOrder = 5,
  1310. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  1311. })
  1312.  
  1313. TEAM_AECOMMANDO= DarkRP.createJob("Ancient Sith Commando", {
  1314. color = Color(127, 0, 0, 255),
  1315. model = "models/grealms/characters/experimentaljedi/experimentaljedi.mdl",
  1316. description = [[You are a Ancient Sith Commando.]],
  1317. weapons = {"tfa_752_ihr", "weapon_tfa_pestar34", "weapon_sparks_wristyellow", "realistic_hook", "tfa_swch_dc17m_at", "weapon_camo"},
  1318. command = "Ancient Sith Commando",
  1319. max = 4,
  1320. salary = 500,
  1321. admin = 0,
  1322. category = "Ancient Sith Empire",
  1323. sortOrder = 6,
  1324. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  1325. })
  1326.  
  1327. TEAM_AESITHACOLYTE= DarkRP.createJob("Ancient Sith Acolyte", {
  1328. color = Color(127, 0, 0, 255),
  1329. model = "models/nate159/req/swtfu/sith_acolyte.mdl",
  1330. description = [[You are a Ancient Sith Acolyte.]],
  1331. weapons = {"sith_acolyte_saber"},
  1332. command = "Ancient Sith Acolyte",
  1333. max = 0,
  1334. salary = 500,
  1335. admin = 0,
  1336. category = "Ancient Sith Empire",
  1337. sortOrder = 7,
  1338. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(50) end,
  1339. })
  1340.  
  1341. TEAM_AESITHCRUSADER= DarkRP.createJob("Ancient Sith Crusader", {
  1342. color = Color(127, 0, 0, 255),
  1343. model = "models/grealms/characters/darkjedi/darkjedi.mdl",
  1344. description = [[You are a Ancient Sith Crusader.]],
  1345. weapons = {"sith_apprentice_saber"},
  1346. command = "Ancient Sith Crusader",
  1347. max = 0,
  1348. salary = 500,
  1349. admin = 0,
  1350. category = "Ancient Sith Empire",
  1351. sortOrder = 8,
  1352. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(100) end,
  1353. })
  1354.  
  1355. TEAM_AESITHAPP= DarkRP.createJob("Ancient Sith Apprentice", {
  1356. color = Color(127, 0, 0, 255),
  1357. model = "models/grealms/characters/darkjedi/darkjedi.mdl",
  1358. description = [[You are a Ancient Sith Crusader.]],
  1359. weapons = {"sith_apprentice_saber"},
  1360. command = "Ancient Sith Apprentice",
  1361. max = 0,
  1362. salary = 500,
  1363. admin = 0,
  1364. category = "Ancient Sith Empire",
  1365. sortOrder = 9,
  1366. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(100) end,
  1367. })
  1368.  
  1369. TEAM_AESITHWAR= DarkRP.createJob("Ancient Sith Warrior", {
  1370. color = Color(100, 0, 0, 255),
  1371. model = "models/endeavorroleplay/swtor/revan/revan.mdl",
  1372. description = [[You are a Ancient Sith Warrior.]],
  1373. weapons = {"sith_warrior_saber"},
  1374. command = "Ancient Sith Warrior",
  1375. max = 10,
  1376. salary = 500,
  1377. admin = 0,
  1378. category = "Ancient Sith Empire",
  1379. sortOrder = 10,
  1380. PlayerLoadout = function(ply) ply:SetMaxHealth(1500) ply:SetHealth(1500) ply:SetArmor(100) end,
  1381. })
  1382.  
  1383. TEAM_AESITHJUG= DarkRP.createJob("Ancient Sith Juggernaut", {
  1384. color = Color(100, 0, 0, 255),
  1385. model = "models/endeavorroleplay/swtor/revan/revan.mdl",
  1386. description = [[You are a Ancient Sith Juggernauts.]],
  1387. weapons = {"sith_warrior_saber"},
  1388. command = "Ancient Sith Juggernauts",
  1389. max = 2,
  1390. salary = 500,
  1391. admin = 0,
  1392. category = "Ancient Sith Empire",
  1393. sortOrder = 11,
  1394. PlayerLoadout = function(ply) ply:SetMaxHealth(1500) ply:SetHealth(1500) ply:SetArmor(100) end,
  1395. })
  1396.  
  1397. TEAM_AESITHMAR= DarkRP.createJob("Ancient Sith Marauder", {
  1398. color = Color(100, 0, 0, 255),
  1399. model = "models/endeavorroleplay/swtor/revan/revan.mdl",
  1400. description = [[You are a Ancient Sith Marauder.]],
  1401. weapons = {"sith_warrior_saber"},
  1402. command = "Ancient Sith Marauder",
  1403. max = 2,
  1404. salary = 500,
  1405. admin = 0,
  1406. category = "Ancient Sith Empire",
  1407. sortOrder = 12,
  1408. PlayerLoadout = function(ply) ply:SetMaxHealth(1500) ply:SetHealth(1500) ply:SetArmor(100) end,
  1409. })
  1410.  
  1411. TEAM_AESITHBAT= DarkRP.createJob("Ancient Sith Battlelord", {
  1412. color = Color(100, 0, 0, 255),
  1413. model = "models/endeavorroleplay/swtor/revan/revan.mdl",
  1414. description = [[You are a Sith Battlelord. Sith Lord]],
  1415. weapons = {"sith_warrior_darth"},
  1416. command = "Ancient Sith Battlelord",
  1417. max = 5,
  1418. salary = 500,
  1419. admin = 0,
  1420. category = "Ancient Sith Empire",
  1421. sortOrder = 13,
  1422. PlayerLoadout = function(ply) ply:SetMaxHealth(1750) ply:SetHealth(1750) ply:SetArmor(100) end,
  1423. })
  1424.  
  1425. TEAM_AESITHSOR= DarkRP.createJob("Ancient Sith Sorcerer", {
  1426. color = Color(200, 0, 0, 255),
  1427. model = {
  1428. "models/player/darth_revan_blood.mdl",
  1429. "models/player/darth_revan_brown.mdl",
  1430. "models/player/darth_revan_grey.mdl",
  1431. "models/player/darth_revan_red.mdl"
  1432. },
  1433. description = [[You are a Ancient Sith Sorcerer.]],
  1434. weapons = {"sith_sorcerer_saber"},
  1435. command = "Ancient Sith Sorcerer",
  1436. max = 10,
  1437. salary = 500,
  1438. admin = 0,
  1439. category = "Ancient Sith Empire",
  1440. sortOrder = 14,
  1441. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor(100) end,
  1442. })
  1443.  
  1444. TEAM_AESITHSORL= DarkRP.createJob("Ancient Sith Lord Sorcerer", {
  1445. color = Color(200, 0, 0, 255),
  1446. model = {
  1447. "models/player/darth_revan_blood.mdl",
  1448. "models/player/darth_revan_brown.mdl",
  1449. "models/player/darth_revan_grey.mdl",
  1450. "models/player/darth_revan_red.mdl"
  1451. },
  1452. description = [[You are a Ancient Sith Lord Sorcerer.]],
  1453. weapons = {"sith_marr_saber"},
  1454. command = "Ancient Sith Lord Sorcerer",
  1455. max = 5,
  1456. salary = 500,
  1457. admin = 0,
  1458. category = "Ancient Sith Empire",
  1459. sortOrder = 15,
  1460. PlayerLoadout = function(ply) ply:SetMaxHealth(1750) ply:SetHealth(1750) ply:SetArmor(100) end,
  1461. })
  1462.  
  1463. TEAM_AESITHASS= DarkRP.createJob("Ancient Sith Assassin", {
  1464. color = Color(127, 0, 95, 255),
  1465. model = "models/syntheticgaming/characters/sithassassin/sithassassin.mdl",
  1466. description = [[You are a Ancient Sith Assassin.]],
  1467. weapons = {"sith_assassin_saber"},
  1468. command = "Ancient Sith Assassin",
  1469. max = 10,
  1470. salary = 500,
  1471. admin = 0,
  1472. category = "Ancient Sith Empire",
  1473. sortOrder = 16,
  1474. PlayerLoadout = function(ply) ply:SetMaxHealth(1250) ply:SetHealth(1250) ply:SetArmor(100) end,
  1475. })
  1476.  
  1477. TEAM_AESITHASSL= DarkRP.createJob("Ancient Sith Lord Assassin", {
  1478. color = Color(127, 0, 95, 255),
  1479. model = "models/syntheticgaming/characters/sithassassin/sithassassin.mdl",
  1480. description = [[You are a Ancient Sith Lord Assassin.]],
  1481. weapons = {"sith_assassin_darth"},
  1482. command = "Ancient Sith Lord Assassin",
  1483. max = 5,
  1484. salary = 500,
  1485. admin = 0,
  1486. category = "Ancient Sith Empire",
  1487. sortOrder = 17,
  1488. PlayerLoadout = function(ply) ply:SetMaxHealth(1750) ply:SetHealth(1750) ply:SetArmor(100) end,
  1489. })
  1490.  
  1491. TEAM_AESITHDLOTS= DarkRP.createJob("Dark Lord Of The Sith", {
  1492. color = Color(255, 0, 95, 255),
  1493. model = {
  1494. "models/grealms/characters/malgus/malgus.mdl",
  1495. "models/grealms/characters/darthmarr/darthmarr.mdl"
  1496. },
  1497. description = [[You are a Ancient Dark Lord Of The Sith.]],
  1498. weapons = {"sith_tulak_saber"},
  1499. command = "Dark Lord Of The Sith",
  1500. max = 1,
  1501. salary = 500,
  1502. admin = 0,
  1503. category = "Ancient Sith Empire",
  1504. sortOrder = 19,
  1505. PlayerLoadout = function(ply) ply:SetMaxHealth(5000) ply:SetHealth(5000) ply:SetArmor(100) end,
  1506. })
  1507.  
  1508. TEAM_SION= DarkRP.createJob("Sion", {
  1509. color = Color(255, 127, 159, 255),
  1510. model = "models/grealms/characters/darthsion/sion.mdl",
  1511. description = [[You are a Sion.]],
  1512. weapons = {"sith_warrior_darth"},
  1513. command = "Sion",
  1514. max = 1,
  1515. salary = 500,
  1516. admin = 0,
  1517. category = "Ancient Sith VIP",
  1518. sortOrder = 1,
  1519. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) ply:SetArmor(100) end,
  1520. })
  1521.  
  1522. TEAM_NIHILUS= DarkRP.createJob("Nihilus", {
  1523. color = Color(255, 127, 159, 255),
  1524. model = "models/grealms/characters/darthnihilus/darthnihilus.mdl",
  1525. description = [[You are a Nihilus.]],
  1526. weapons = {"sith_sorcerer_darth_saber"},
  1527. command = "Nihilus",
  1528. max = 1,
  1529. salary = 500,
  1530. admin = 0,
  1531. category = "Ancient Sith VIP",
  1532. sortOrder = 2,
  1533. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) ply:SetArmor(100) end,
  1534. })
  1535.  
  1536. TEAM_MALAK= DarkRP.createJob("Malak", {
  1537. color = Color(255, 127, 159, 255),
  1538. model = "models/grealms/characters/malak/malak.mdl",
  1539. description = [[You are a Malak.]],
  1540. weapons = {"sith_warrior_darth"},
  1541. command = "Malak",
  1542. max = 1,
  1543. salary = 500,
  1544. admin = 0,
  1545. category = "Ancient Sith VIP",
  1546. sortOrder = 3,
  1547. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) ply:SetArmor(100) end,
  1548. })
  1549.  
  1550. TEAM_JADUS= DarkRP.createJob("Jadus", {
  1551. color = Color(255, 127, 159, 255),
  1552. model = "models/grealms/characters/darthjadus/darthjadus.mdl",
  1553. description = [[You are a Jadus.]],
  1554. weapons = {"sith_warrior_darth"},
  1555. command = "Jadus",
  1556. max = 1,
  1557. salary = 500,
  1558. admin = 0,
  1559. category = "Ancient Sith VIP",
  1560. sortOrder = 4,
  1561. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) ply:SetArmor(100) end,
  1562. })
  1563.  
  1564. TEAM_TULAK= DarkRP.createJob("Tulak", {
  1565. color = Color(255, 127, 159, 255),
  1566. model = "models/player/malacore/swtor_tulak.mdl",
  1567. description = [[You are a Tulak.]],
  1568. weapons = {"sith_assassin_darth"},
  1569. command = "Tulak",
  1570. max = 1,
  1571. salary = 500,
  1572. admin = 0,
  1573. category = "Ancient Sith VIP",
  1574. sortOrder = 5,
  1575. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) ply:SetArmor(100) end,
  1576. })
  1577.  
  1578. TEAM_STORM= DarkRP.createJob("Storm Trooper", {
  1579. color = Color(255, 93, 0, 255),
  1580. model = "models/player/fatal/troopers/trooper.mdl",
  1581. description = [[You are a Clone Trooper]],
  1582. weapons = {"weapon_752bf3_e11", "weapon_752_se14c", "realistic_hook"},
  1583. command = "Storm Trooper",
  1584. max = 0,
  1585. salary = 500,
  1586. admin = 0,
  1587. category = "Galactic Empire",
  1588. sortOrder = 1,
  1589. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  1590. })
  1591.  
  1592. TEAM_501STSTORM= DarkRP.createJob("501st Storm Trooper", {
  1593. color = Color(255, 93, 0, 255),
  1594. model = "models/marco/battlefront/imperials/501sttrooper.mdl",
  1595. description = [[You are a 501st Storm Trooper]],
  1596. weapons = {"weapon_752bf3_e11", "weapon_752_se14c", "realistic_hook"},
  1597. command = "501st Storm Trooper",
  1598. max = 10,
  1599. salary = 500,
  1600. admin = 0,
  1601. category = "Galactic Empire",
  1602. sortOrder = 2,
  1603. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  1604. })
  1605.  
  1606. TEAM_501STSTORMH= DarkRP.createJob("501st Storm Trooper Heavy", {
  1607. color = Color(255, 93, 0, 255),
  1608. model = "models/marco/battlefront/imperials/501sttrooper.mdl",
  1609. description = [[You are a 501st Storm Trooper]],
  1610. weapons = {"weapon_752bf3_e11", "weapon_752_se14c", "realistic_hook", "weapon_752bf3_t21"},
  1611. command = "501st Storm Trooper Heavy",
  1612. max = 5,
  1613. salary = 500,
  1614. admin = 0,
  1615. category = "Galactic Empire",
  1616. sortOrder = 3,
  1617. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(125) end,
  1618. })
  1619.  
  1620. TEAM_501STSTORMS= DarkRP.createJob("501st Storm Trooper Sniper", {
  1621. color = Color(255, 93, 0, 255),
  1622. model = "models/marco/battlefront/imperials/501sttrooper.mdl",
  1623. description = [[You are a 501st Storm Trooper]],
  1624. weapons = {"weapon_752bf3_e11", "weapon_752_se14c", "realistic_hook", "weapon_relbyv10"},
  1625. command = "501st Storm Trooper Sniper",
  1626. max = 5,
  1627. salary = 500,
  1628. admin = 0,
  1629. category = "Galactic Empire",
  1630. sortOrder = 4,
  1631. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(100) end,
  1632. })
  1633.  
  1634. TEAM_501STSTORMM= DarkRP.createJob("501st Storm Trooper Medic", {
  1635. color = Color(255, 93, 0, 255),
  1636. model = "models/marco/battlefront/imperials/501sttrooper.mdl",
  1637. description = [[You are a 501st Storm Trooper]],
  1638. weapons = {"weapon_752bf3_e11", "weapon_752_se14c", "realistic_hook", "med_kit"},
  1639. command = "501st Storm Trooper Medic",
  1640. max = 5,
  1641. salary = 500,
  1642. admin = 0,
  1643. category = "Galactic Empire",
  1644. sortOrder = 5,
  1645. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(100) end,
  1646. })
  1647.  
  1648. TEAM_501STSTORMC= DarkRP.createJob("501st Storm Trooper Commander", {
  1649. color = Color(255, 93, 0, 255),
  1650. model = "models/marco/battlefront/imperials/501stcommander.mdl",
  1651. description = [[You are a 501st Storm Trooper]],
  1652. weapons = {"weapon_752bf3_e11", "weapon_752_se14c", "realistic_hook", "tfa_swch_dc17m_at"},
  1653. command = "501st Storm Trooper Commander",
  1654. max = 1,
  1655. salary = 500,
  1656. admin = 0,
  1657. category = "Galactic Empire",
  1658. sortOrder = 6,
  1659. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  1660. })
  1661.  
  1662. TEAM_SHADOWSTORM= DarkRP.createJob("Shadow Storm Trooper", {
  1663. color = Color(255, 93, 0, 255),
  1664. model = "models/marco/battlefront/imperials/shadowtrooper.mdl",
  1665. description = [[You are a Shadow Storm Trooper]],
  1666. weapons = {"weapon_752bf3_e11", "weapon_752_se14c", "realistic_hook", "weapon_camo"},
  1667. command = "Shadow Storm Trooper",
  1668. max = 10,
  1669. salary = 500,
  1670. admin = 0,
  1671. category = "Galactic Empire",
  1672. sortOrder = 7,
  1673. PlayerLoadout = function(ply) ply:SetMaxHealth(500) ply:SetHealth(500) ply:SetArmor(100) end,
  1674. })
  1675.  
  1676. TEAM_SHADOWSTORMH= DarkRP.createJob("Shadow Storm Trooper Heavy", {
  1677. color = Color(255, 93, 0, 255),
  1678. model = "models/marco/battlefront/imperials/shadowtrooper.mdl",
  1679. description = [[You are a Shadow Storm Trooper]],
  1680. weapons = {"weapon_752bf3_e11", "weapon_752_se14c", "realistic_hook", "weapon_752bf3_t21", "weapon_camo"},
  1681. command = "Shadow Storm Trooper Heavy",
  1682. max = 5,
  1683. salary = 500,
  1684. admin = 0,
  1685. category = "Galactic Empire",
  1686. sortOrder = 8,
  1687. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(125) end,
  1688. })
  1689.  
  1690. TEAM_SHADOWSTORMS= DarkRP.createJob("Shadow Storm Trooper Sniper", {
  1691. color = Color(255, 93, 0, 255),
  1692. model = "models/marco/battlefront/imperials/shadowtrooper.mdl",
  1693. description = [[You are a Shadow Storm Trooper]],
  1694. weapons = {"weapon_752bf3_e11", "weapon_752_se14c", "realistic_hook", "weapon_relbyv10", "weapon_camo"},
  1695. command = "Shadow Storm Trooper Sniper",
  1696. max = 5,
  1697. salary = 500,
  1698. admin = 0,
  1699. category = "Galactic Empire",
  1700. sortOrder = 9,
  1701. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(100) end,
  1702. })
  1703.  
  1704. TEAM_SHADOWSTORMM= DarkRP.createJob("Shadow Storm Trooper Medic", {
  1705. color = Color(255, 93, 0, 255),
  1706. model = "models/marco/battlefront/imperials/shadowtrooper.mdl",
  1707. description = [[You are a Shadow Storm Trooper]],
  1708. weapons = {"weapon_752bf3_e11", "weapon_752_se14c", "realistic_hook", "med_kit", "weapon_camo"},
  1709. command = "Shadow Storm Trooper Medic",
  1710. max = 5,
  1711. salary = 500,
  1712. admin = 0,
  1713. category = "Galactic Empire",
  1714. sortOrder = 10,
  1715. PlayerLoadout = function(ply) ply:SetMaxHealth(600) ply:SetHealth(600) ply:SetArmor(100) end,
  1716. })
  1717.  
  1718. TEAM_SHADOWSTORMC= DarkRP.createJob("Shadow Storm Trooper Commander", {
  1719. color = Color(255, 93, 0, 255),
  1720. model = "models/marco/battlefront/imperials/shadowcommander.mdl",
  1721. description = [[You are a Shadow Storm Trooper]],
  1722. weapons = {"weapon_752bf3_e11", "weapon_752_se14c", "realistic_hook", "tfa_swch_dc17m_at", "weapon_camo"},
  1723. command = "Shadow Storm Trooper Commander",
  1724. max = 1,
  1725. salary = 500,
  1726. admin = 0,
  1727. category = "Galactic Empire",
  1728. sortOrder = 11,
  1729. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  1730. })
  1731.  
  1732. TEAM_IMCOMMANDO= DarkRP.createJob("Imperial Commando", {
  1733. color = Color(255, 93, 0, 255),
  1734. model = "models/grealms/characters/imperialcommando/imperialcommando.mdl",
  1735. description = [[You are a Shadow Storm Trooper]],
  1736. weapons = {"weapon_752bf3_t21", "weapon_t21b", "realistic_hook", "tfa_swch_dc17m_at", "weapon_camo"},
  1737. command = "Imperial Commando",
  1738. max = 4,
  1739. salary = 500,
  1740. admin = 0,
  1741. category = "Galactic Empire",
  1742. sortOrder = 12,
  1743. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  1744. })
  1745.  
  1746. TEAM_APPINQ= DarkRP.createJob("Apprentice Inquisitor", {
  1747. color = Color(255, 93, 0, 255),
  1748. model = {
  1749. "models/grealms/characters/sithtrainee/sithtrainee_01.mdl",
  1750. "models/grealms/characters/sithtrainee/sithtrainee_02.mdl",
  1751. "models/grealms/characters/sithtrainee/sithtrainee_03.mdl",
  1752. "models/grealms/characters/sithtrainee/sithtrainee_04.mdl",
  1753. "models/grealms/characters/sithtrainee/sithtrainee_05.mdl",
  1754. "models/grealms/characters/sithtrainee/sithtrainee_06.mdl",
  1755. "models/grealms/characters/sithtrainee/sithtrainee_07.mdl",
  1756. "models/grealms/characters/sithtrainee/sithtrainee_08.mdl",
  1757. "models/grealms/characters/sithtrainee/sithtrainee_09.mdl"
  1758. },
  1759. description = [[You are a Apprentice Inquisitor]],
  1760. weapons = {"sith_apprentice_saber"},
  1761. command = "Apprentice Inquisitor",
  1762. max = 0,
  1763. salary = 500,
  1764. admin = 0,
  1765. category = "Galactic Empire",
  1766. sortOrder = 13,
  1767. PlayerLoadout = function(ply) ply:SetMaxHealth(750) ply:SetHealth(750) ply:SetArmor(150) end,
  1768. })
  1769.  
  1770. TEAM_INQ= DarkRP.createJob("Inquisitor", {
  1771. color = Color(255, 93, 0, 255),
  1772. model = {
  1773. "models/grealms/characters/inquisitor/inquisitor_01.mdl",
  1774. "models/grealms/characters/inquisitor/inquisitor_02.mdl",
  1775. "models/grealms/characters/inquisitor/inquisitor_03.mdl",
  1776. "models/grealms/characters/inquisitor/inquisitor_04.mdl",
  1777. "models/grealms/characters/inquisitor/inquisitor_05.mdl",
  1778. "models/grealms/characters/inquisitor/inquisitor_06.mdl",
  1779. "models/grealms/characters/inquisitor/inquisitor_07.mdl",
  1780. "models/grealms/characters/inquisitor/inquisitor_08.mdl",
  1781. "models/grealms/characters/inquisitor/inquisitor_09.mdl"
  1782. },
  1783. description = [[You are a Inquisitor]],
  1784. weapons = {"sith_assassin_saber"},
  1785. command = "Inquisitor",
  1786. max = 10,
  1787. salary = 500,
  1788. admin = 0,
  1789. category = "Galactic Empire",
  1790. sortOrder = 14,
  1791. PlayerLoadout = function(ply) ply:SetMaxHealth(1000) ply:SetHealth(1000) ply:SetArmor(150) end,
  1792. })
  1793.  
  1794. TEAM_CHIEFINQ= DarkRP.createJob("Chief Inquisitor", {
  1795. color = Color(255, 93, 0, 255),
  1796. model = {
  1797. "models/grealms/characters/inquisitor/inquisitor_01.mdl",
  1798. "models/grealms/characters/inquisitor/inquisitor_02.mdl",
  1799. "models/grealms/characters/inquisitor/inquisitor_03.mdl",
  1800. "models/grealms/characters/inquisitor/inquisitor_04.mdl",
  1801. "models/grealms/characters/inquisitor/inquisitor_05.mdl",
  1802. "models/grealms/characters/inquisitor/inquisitor_06.mdl",
  1803. "models/grealms/characters/inquisitor/inquisitor_07.mdl",
  1804. "models/grealms/characters/inquisitor/inquisitor_08.mdl",
  1805. "models/grealms/characters/inquisitor/inquisitor_09.mdl"
  1806. },
  1807. description = [[You are a Chief Inquisitor]],
  1808. weapons = {"sith_assassin_darth"},
  1809. command = "Chief Inquisitor",
  1810. max = 10,
  1811. salary = 500,
  1812. admin = 0,
  1813. category = "Galactic Empire",
  1814. sortOrder = 15,
  1815. PlayerLoadout = function(ply) ply:SetMaxHealth(1250) ply:SetHealth(1250) ply:SetArmor(150) end,
  1816. })
  1817.  
  1818. TEAM_HIGHINQ= DarkRP.createJob("High Inquisitor", {
  1819. color = Color(255, 93, 0, 255),
  1820. model = {
  1821. "models/grealms/characters/inquisitor/inquisitor_01.mdl",
  1822. "models/grealms/characters/inquisitor/inquisitor_02.mdl",
  1823. "models/grealms/characters/inquisitor/inquisitor_03.mdl",
  1824. "models/grealms/characters/inquisitor/inquisitor_04.mdl",
  1825. "models/grealms/characters/inquisitor/inquisitor_05.mdl",
  1826. "models/grealms/characters/inquisitor/inquisitor_06.mdl",
  1827. "models/grealms/characters/inquisitor/inquisitor_07.mdl",
  1828. "models/grealms/characters/inquisitor/inquisitor_08.mdl",
  1829. "models/grealms/characters/inquisitor/inquisitor_09.mdl"
  1830. },
  1831. description = [[You are a High Inquisitor]],
  1832. weapons = {"sith_assassin_darth"},
  1833. command = "High Inquisitor",
  1834. max = 10,
  1835. salary = 500,
  1836. admin = 0,
  1837. category = "Galactic Empire",
  1838. sortOrder = 16,
  1839. PlayerLoadout = function(ply) ply:SetMaxHealth(1500) ply:SetHealth(1500) ply:SetArmor(150) end,
  1840. })
  1841.  
  1842. TEAM_GRANDINQ= DarkRP.createJob("Grand Inquisitor", {
  1843. color = Color(255, 93, 0, 255),
  1844. model = "models/nate159/req/swrebels/inquisitor.mdl",
  1845. description = [[You are a Grand Inquisitor]],
  1846. weapons = {"vader_lightsaber"},
  1847. command = "Grand Inquisitor",
  1848. max = 1,
  1849. salary = 500,
  1850. admin = 0,
  1851. category = "Galactic Empire",
  1852. sortOrder = 17,
  1853. PlayerLoadout = function(ply) ply:SetMaxHealth(1750) ply:SetHealth(1750) ply:SetArmor(150) end,
  1854. })
  1855.  
  1856. TEAM_SGUARD= DarkRP.createJob("Shadow Guard ", {
  1857. color = Color(255, 93, 0, 255),
  1858. model = "models/imperial/guard/blackguard.mdl",
  1859. description = [[You are a Darth Vader]],
  1860. weapons = {"sith_inqs_grand_saber"},
  1861. command = "Shadow Guard",
  1862. max = 5,
  1863. salary = 500,
  1864. admin = 0,
  1865. category = "Galactic Empire",
  1866. sortOrder = 18,
  1867. PlayerLoadout = function(ply) ply:SetMaxHealth(2000) ply:SetHealth(2000) ply:SetArmor(150) end,
  1868. })
  1869.  
  1870. TEAM_VADER= DarkRP.createJob("Darth Vader", {
  1871. color = Color(255, 93, 0, 255),
  1872. model = "models/nate159/swbf/hero/player/hero_sith_vader_player.mdl",
  1873. description = [[You are a Darth Vader]],
  1874. weapons = {"vader_lightsaber"},
  1875. command = "Darth Vader",
  1876. max = 1,
  1877. salary = 500,
  1878. admin = 0,
  1879. category = "Galactic Empire",
  1880. sortOrder = 19,
  1881. PlayerLoadout = function(ply) ply:SetMaxHealth(3000) ply:SetHealth(3000) ply:SetArmor(150) end,
  1882. })
  1883.  
  1884. TEAM_PAKPATINE= DarkRP.createJob("Emperor Palpatine", {
  1885. color = Color(255, 93, 0, 255),
  1886. model = "models/nate159/req/swpinball/sidious.mdl",
  1887. description = [[You are a Emperor Palpatine]],
  1888. weapons = {"sith_tulak_saber"},
  1889. command = "Emperor Palpatine",
  1890. max = 1,
  1891. salary = 500,
  1892. admin = 0,
  1893. category = "Galactic Empire",
  1894. sortOrder = 20,
  1895. PlayerLoadout = function(ply) ply:SetMaxHealth(5000) ply:SetHealth(5000) ply:SetArmor(150) end,
  1896. })
  1897.  
  1898. TEAM_MAUL= DarkRP.createJob("Maul", {
  1899. color = Color(255, 127, 159, 255),
  1900. model = "models/player/darth/maul.mdl",
  1901. description = [[You are a Maul]],
  1902. weapons = {"sith_assassin_darth"},
  1903. command = "Maul",
  1904. max = 1,
  1905. salary = 500,
  1906. admin = 0,
  1907. category = "Galactic Empire VIP",
  1908. sortOrder = 1,
  1909. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) ply:SetArmor(150) end,
  1910. })
  1911.  
  1912. TEAM_SAVAGE= DarkRP.createJob("Savage Opress", {
  1913. color = Color(255, 127, 159, 255),
  1914. model = "models/syntheticgaming/characters/savageopress/savageopress.mdl",
  1915. description = [[You are a Savage Opress]],
  1916. weapons = {"sith_assassin_darth"},
  1917. command = "Savage Opress",
  1918. max = 1,
  1919. salary = 500,
  1920. admin = 0,
  1921. category = "Galactic Empire VIP",
  1922. sortOrder = 2,
  1923. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) ply:SetArmor(150) end,
  1924. })
  1925.  
  1926. TEAM_JARJAR= DarkRP.createJob("Jar Jar Binks", {
  1927. color = Color(255, 127, 159, 255),
  1928. model = "models/jessev92/starwars/characters/sithjarjar.mdl",
  1929. description = [[You are a Jar Jar Binks]],
  1930. weapons = {"sith_assassin_darth"},
  1931. command = "Jar Jar Binks",
  1932. max = 1,
  1933. salary = 500,
  1934. admin = 0,
  1935. category = "Galactic Empire VIP",
  1936. sortOrder = 3,
  1937. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) ply:SetArmor(150) end,
  1938. })
  1939.  
  1940. TEAM_DOOKU= DarkRP.createJob("Dooku", {
  1941. color = Color(255, 127, 159, 255),
  1942. model = "models/kriegsyntax/sw_752/dooku_est.mdl",
  1943. description = [[You are a Dooku]],
  1944. weapons = {"sith_assassin_darth"},
  1945. command = "Dooku",
  1946. max = 1,
  1947. salary = 500,
  1948. admin = 0,
  1949. category = "Galactic Empire VIP",
  1950. sortOrder = 4,
  1951. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) ply:SetArmor(150) end,
  1952. })
  1953.  
  1954. TEAM_MAULKILLER= DarkRP.createJob("Maul Killer", {
  1955. color = Color(255, 127, 159, 255),
  1956. model = "models/player/starwars/maulkiller.mdl",
  1957. description = [[You are a Maul Killer]],
  1958. weapons = {"sith_assassin_darth"},
  1959. command = "Maul Killer",
  1960. max = 1,
  1961. salary = 500,
  1962. admin = 0,
  1963. category = "Galactic Empire VIP",
  1964. sortOrder = 5,
  1965. PlayerLoadout = function(ply) ply:SetMaxHealth(2500) ply:SetHealth(2500) ply:SetArmor(150) end,
  1966. })
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975. --[[---------------------------------------------------------------------------
  1976. Define which team joining players spawn into and what team you change to if demoted
  1977. ---------------------------------------------------------------------------]]
  1978. GAMEMODE.DefaultTeam = TEAM_CITIZEN
  1979.  
  1980.  
  1981. --[[---------------------------------------------------------------------------
  1982. Define which teams belong to civil protection
  1983. Civil protection can set warrants, make people wanted and do some other police related things
  1984. ---------------------------------------------------------------------------]]
  1985. GAMEMODE.CivilProtection = {
  1986. [TEAM_POLICE] = true,
  1987. [TEAM_CHIEF] = true,
  1988. [TEAM_MAYOR] = true,
  1989. }
  1990.  
  1991. --[[---------------------------------------------------------------------------
  1992. Jobs that are hitmen (enables the hitman menu)
  1993. ---------------------------------------------------------------------------]]
  1994. DarkRP.addHitmanTeam(TEAM_MOB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement