lol12313123

Untitled

Nov 20th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.04 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. TEAM_CC = DarkRP.createJob("Clone Recruits", {
  21. color = Color(196, 187, 187, 255),
  22. model = "models/player/testc/cgi cadet.mdl",
  23. description = [[]],
  24. weapons = {"weapon_752_dc15satrainingnodmg", "weapon_752_dc15atrainingnodmg"},
  25. command = "cr",
  26. max = 0,
  27. salary = 0,
  28. admin = 0,
  29. vote = false,
  30. hasLicense = false,
  31. candemote = false,
  32. category = "Clone Recruits"
  33. })
  34.  
  35. TEAM_B2 = DarkRP.createJob("Clone Trooper", {
  36. color = Color(196, 187, 187, 255),
  37. model = "models/player/testp2c/cgi ctp2.mdl,
  38. description = [[]],
  39. weapons = {"tfa_dc15a_expanded", "tfa_swch_dc15sa", "climb_swep2", "keys", "clone_card_c1"},
  40. command = "ct",
  41. max = 5,
  42. salary = 100,
  43. admin = 0,
  44. vote = false,
  45. hasLicense = false,
  46. candemote = false,
  47. category = "Clone Troopers",
  48. customCheck = function(ply) return ply:GetUserGroup() == "Wookie Soldier" or ply:IsAdmin() end,
  49. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("200") ply:SetGravity(1) return CLIENT end,
  50. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  51. })
  52.  
  53.  
  54. TEAM_B2 = DarkRP.createJob("501st Trooper", {
  55. color = Color(24, 92, 232, 255),
  56. model = "models/player/501trp2/cgi_501t.mdl",
  57. description = [[]],
  58. weapons = {"weapon_tfa_dc15a501", "weapon_tfa_dc15sa501", "climb_swep2", "keys", "clone_card_c1"},
  59. command = "501t",
  60. max = 0,
  61. salary = 100,
  62. admin = 0,
  63. vote = false,
  64. hasLicense = false,
  65. candemote = false,
  66. category = "501st legion",
  67. customCheck = function(ply) return ply:GetUserGroup() == "501st Trooper" or ply:IsAdmin() end,
  68. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("300") ply:SetGravity(1) return CLIENT end,
  69. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  70. })
  71.  
  72. TEAM_B2 = DarkRP.createJob("501st Medic", {
  73. color = Color(24, 92, 232, 255),
  74. model = "models/player/501st_kix_p2/cgi_kix.mdl",
  75. description = [[]],
  76. weapons = {"tfa_752_dc15s_expanded", "weapon_tfa_dc15a501", "climb_swep2", "keys", "weapon_medkit", "clone_card_c1"},
  77. command = "501m",
  78. max = 3,
  79. salary = 100,
  80. admin = 0,
  81. vote = false,
  82. hasLicense = false,
  83. candemote = false,
  84. category = "501st legion",
  85. customCheck = function(ply) return ply:GetUserGroup() == "501st Medic" or ply:IsAdmin() end,
  86. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("350") ply:SetGravity(1) return CLIENT end,
  87. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  88. })
  89.  
  90. TEAM_B2 = DarkRP.createJob("501st Assault", {
  91. color = Color(24, 92, 232, 255),
  92. model = "models/player/501st_kix_2_p2/cgi_kix_2.mdl",
  93. description = [[]],
  94. weapons = {"tfa_752_dlt19", "tfa_swch_dc17", "climb_swep2", "keys", "tfa_752_dc15s_expanded", "clone_card_c1"},
  95. command = "501a",
  96. max = 4,
  97. salary = 100,
  98. admin = 0,
  99. vote = false,
  100. hasLicense = false,
  101. candemote = false,
  102. category = "501st legion",
  103. customCheck = function(ply) return ply:GetUserGroup() == "501st Assault" or ply:IsAdmin() end,
  104. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("400") ply:SetGravity(1) return CLIENT end,
  105. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  106. })
  107.  
  108. TEAM_B2 = DarkRP.createJob("501st Heavy", {
  109. color = Color(24, 92, 232, 255),
  110. model = "models/player/501st_hardcase_p2/cgi_hardcase.mdl",
  111. description = [[]],
  112. weapons = {"tfa_swch_z6_enemy", "tfa_swch_dc17", "climb_swep2", "keys", "tfa_752_dc15s_expanded", "clone_card_c1"},
  113. command = "501h",
  114. max = 3,
  115. salary = 100,
  116. admin = 0,
  117. vote = false,
  118. hasLicense = false,
  119. candemote = false,
  120. category = "501st legion",
  121. customCheck = function(ply) return ply:GetUserGroup() == "501st Heavy" or ply:IsAdmin() end,
  122. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("400") ply:SetGravity(1) return CLIENT end,
  123. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  124. })
  125.  
  126. TEAM_B2 = DarkRP.createJob("Captain Rex", {
  127. color = Color(24, 92, 232, 255),
  128. model = "models/player/rex2/rex ph2.mdl",
  129. description = [[]],
  130. weapons = {"tfa_752_dlt19", "tfa_sw_dc17dual", "climb_swep2", "keys", "weapon_medkit", "stunstick", "tfa_752_dc15s_expanded", "clone_card_c2"},
  131. command = "caprex",
  132. max = 1,
  133. salary = 100,
  134. admin = 0,
  135. vote = false,
  136. hasLicense = false,
  137. candemote = false,
  138. category = "501st legion",
  139. customCheck = function(ply) return ply:GetUserGroup() == "CPT Rex" or ply:IsAdmin() end,
  140. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("500") ply:SetGravity(1) return CLIENT end,
  141. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  142. })
  143.  
  144. TEAM_B4 = DarkRP.createJob("501st Officer", {
  145. color = Color(237, 92, 92, 255),
  146. model = "models/player/093/501stcom/501c/commander/501lcommander.mdl",
  147. description = [[]],
  148. weapons = {"tfa_swch_dc17m_br", "tfa_sw_dc17dual", "climb_swep2", "keys", "weapon_medkit", "stunstick", "tfa_752_dc15s_expanded", "clone_card_c3"},
  149. command = "501o",
  150. max = 1,
  151. salary = 100,
  152. admin = 0,
  153. vote = false,
  154. hasLicense = false,
  155. candemote = false,
  156. category = "501st legio",
  157. customCheck = function(ply) return ply:GetUserGroup() == "501st Officer" or ply:IsAdmin() end,
  158. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("500") ply:SetGravity(1) return CLIENT end,
  159. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  160. })
  161.  
  162. TEAM_B2 = DarkRP.createJob("Commander Appo", {
  163. color = Color(24, 92, 232, 255),
  164. model = "models/player/093/501stcom/501c/commander/501lcommander.mdl",
  165. description = [[]],
  166. weapons = {"tfa_swch_dc17m_br", "tfa_sw_dc17dual", "climb_swep2", "keys", "weapon_medkit", "stunstick", "tfa_752_dc15s_expanded", "clone_card_c3"},
  167. command = "commappo",
  168. max = 1,
  169. salary = 100,
  170. admin = 0,
  171. vote = false,
  172. hasLicense = false,
  173. candemote = false,
  174. category = "501st legion",
  175. customCheck = function(ply) return ply:GetUserGroup() == "CMD Appo" or ply:IsAdmin() end,
  176. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("600") ply:SetGravity(1) return CLIENT end,
  177. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  178. })
  179.  
  180. TEAM_B3 = DarkRP.createJob("212nd Trooper", {
  181. color = Color(252, 181, 0, 255),
  182. model = "models/player/212troo/cgi_212l.mdl",
  183. description = [[]],
  184. weapons = {"weapon_tfa_dc15a212", "weapon_tfa_dc15sa212", "climb_swep2", "keys", "clone_card_c1"},
  185. command = "212t",
  186. max = 0,
  187. salary = 100,
  188. admin = 0,
  189. vote = false,
  190. hasLicense = false,
  191. candemote = false,
  192. category = "212th Attack Battalion",
  193. customCheck = function(ply) return ply:GetUserGroup() == "212nd Trooper" or ply:IsAdmin() end,
  194. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("300") ply:SetGravity(1) return CLIENT end,
  195. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  196. })
  197.  
  198. TEAM_B3 = DarkRP.createJob("212nd Medic", {
  199. color = Color(252, 181, 0, 255),
  200. model = "models/player/boilph2/cgi_boil.mdl",
  201. description = [[]],
  202. weapons = {"weapon_tfa_dc15a212", "weapon_medkit", "climb_swep2", "keys", "clone_card_c1", "weapon_tfa_dc15sa212"},
  203. command = "212m",
  204. max = 3,
  205. salary = 100,
  206. admin = 0,
  207. vote = false,
  208. hasLicense = false,
  209. candemote = false,
  210. category = "212th Attack Battalion",
  211. customCheck = function(ply) return ply:GetUserGroup() == "212nd Medic" or ply:IsAdmin() end,
  212. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("350") ply:SetGravity(1) return CLIENT end,
  213. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  214. })
  215.  
  216. TEAM_B3 = DarkRP.createJob("212nd Engineer", {
  217. color = Color(252, 181, 0, 255),
  218. model = "models/player/waxeph2/cgi_waxe.mdl",
  219. description = [[]],
  220. weapons = {"weapon_crossbow", "weapon_crowbar", "climb_swep2", "keys", "clone_card_c1", "tfa_752_defenderoftruth", "weapon_slam"},
  221. command = "212e",
  222. max = 4,
  223. salary = 100,
  224. admin = 0,
  225. vote = false,
  226. hasLicense = false,
  227. candemote = false,
  228. category = "212th Attack Battalion",
  229. customCheck = function(ply) return ply:GetUserGroup() == "212nd Engineer" or ply:IsAdmin() end,
  230. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("400") ply:SetGravity(1) return CLIENT end,
  231. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  232. })
  233.  
  234. TEAM_B3 = DarkRP.createJob("212nd Scout", {
  235. color = Color(252, 181, 0, 255),
  236. model = "models/player/212trp2/cgi_212l.mdl",
  237. description = [[]],
  238. weapons = {"tfa_sw_repshot", "tfa_752_defenderoftruth", "climb_swep2", "keys", "clone_card_c1", "tfa_752_dc15s_expanded"},
  239. command = "212s",
  240. max = 3,
  241. salary = 100,
  242. admin = 0,
  243. vote = false,
  244. hasLicense = false,
  245. candemote = false,
  246. category = "212th Attack Battalion",
  247. customCheck = function(ply) return ply:GetUserGroup() == "212nd Scout" or ply:IsAdmin() end,
  248. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("400") ply:SetGravity(1) return CLIENT end,
  249. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  250. })
  251.  
  252. TEAM_B3 = DarkRP.createJob("212nd Officer", {
  253. color = Color(252, 181, 0, 255),
  254. model = "models/player/093/212thcom/212c/commander/212lcommander.mdl",
  255. description = [[]],
  256. weapons = {"tfa_752_dlt19", "tfa_752_defenderoftruth", "climb_swep2", "keys", "weapon_medkit", "stunstick", "tfa_752_dc15s_expanded", "clone_card_c2"},
  257. command = "212o",
  258. max = 2,
  259. salary = 100,
  260. admin = 0,
  261. vote = false,
  262. hasLicense = false,
  263. candemote = false,
  264. category = "212th Attack Battalion",
  265. customCheck = function(ply) return ply:GetUserGroup() == "212nd Officer" or ply:IsAdmin() end,
  266. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("500") ply:SetGravity(1) return CLIENT end,
  267. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  268. })
  269.  
  270. TEAM_B3 = DarkRP.createJob("Commander Cody", {
  271. color = Color(252, 181, 0, 255),
  272. model = "models/player/testccp2/cgi cody ph2.mdl",
  273. description = [[]],
  274. weapons = {"tfa_752_t21_servius", "tfa_752_defenderoftruth", "climb_swep2", "keys", "weapon_medkit", "stunstick", "tfa_752_dc15s_expanded", "clone_card_c2"},
  275. command = "cmdcody",
  276. max = 1,
  277. salary = 100,
  278. admin = 0,
  279. vote = false,
  280. hasLicense = false,
  281. candemote = false,
  282. category = "212th Attack Battalion",
  283. customCheck = function(ply) return ply:GetUserGroup() == "CMD Cody" or ply:IsAdmin() end,
  284. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("600") ply:SetGravity(1) return CLIENT end,
  285. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  286. })
  287.  
  288. TEAM_B4 = DarkRP.createJob("91st Trooper", {
  289. color = Color(237, 92, 92, 255),
  290. model = "models/player/91st_p2/cgi_ctp2.mdl",
  291. description = [[]],
  292. weapons = {"weapon_tfa_dc15a91", "weapon_tfa_dc15sa91", "climb_swep2", "keys", "clone_card_c1"},
  293. command = "91t",
  294. max = 0,
  295. salary = 100,
  296. admin = 0,
  297. vote = false,
  298. hasLicense = false,
  299. candemote = false,
  300. category = "91st Mobile Reconnaissance Corps",
  301. customCheck = function(ply) return ply:GetUserGroup() == "91st Trooper" or ply:IsAdmin() end,
  302. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("300") ply:SetGravity(1) return CLIENT end,
  303. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  304. })
  305.  
  306. TEAM_B4 = DarkRP.createJob("91st Medic", {
  307. color = Color(237, 92, 92, 255),
  308. model = "models/player/deltas_91st_field_medic/91st_field_medic.mdl",
  309. description = [[]],
  310. weapons = {"weapon_tfa_dc15a91", "weapon_tfa_dc15sa91", "climb_swep2", "keys", "clone_card_c1", "weapon_medkit"},
  311. command = "91m",
  312. max = 3,
  313. salary = 100,
  314. admin = 0,
  315. vote = false,
  316. hasLicense = false,
  317. candemote = false,
  318. category = "91st Mobile Reconnaissance Corps",
  319. customCheck = function(ply) return ply:GetUserGroup() == "91st Medic" or ply:IsAdmin() end,
  320. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("350") ply:SetGravity(1) return CLIENT end,
  321. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  322. })
  323.  
  324. TEAM_B4 = DarkRP.createJob("91st Scout", {
  325. color = Color(237, 92, 92, 255),
  326. model = "models/player/deltas_91st_medic_officer/91st_medic_officer.mdl",
  327. description = [[]],
  328. weapons = {"tfa_sw_repshot", "weapon_tfa_dc15sa91", "climb_swep2", "keys", "clone_card_c1", "tfa_752_dc15s_expanded"},
  329. command = "212t",
  330. max = 3,
  331. salary = 100,
  332. admin = 0,
  333. vote = false,
  334. hasLicense = false,
  335. candemote = false,
  336. category = "91st Mobile Reconnaissance Corps",
  337. customCheck = function(ply) return ply:GetUserGroup() == "91st Scout" or ply:IsAdmin() end,
  338. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("400") ply:SetGravity(1) return CLIENT end,
  339. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  340. })
  341.  
  342. TEAM_B4 = DarkRP.createJob("91st Sniper", {
  343. color = Color(237, 92, 92, 255),
  344. model = "models/player/deltas_91st_sniper/91st_sniper.mdll",
  345. description = [[]],
  346. weapons = {"tfa_sw_repsnip", "tfa_752_dc15s_expanded", "climb_swep2", "keys", "clone_card_c1"},
  347. command = "91s",
  348. max = 4,
  349. salary = 100,
  350. admin = 0,
  351. vote = false,
  352. hasLicense = false,
  353. candemote = false,
  354. category = "91st Mobile Reconnaissance Corps",
  355. customCheck = function(ply) return ply:GetUserGroup() == "91st Sniper" or ply:IsAdmin() end,
  356. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("400") ply:SetGravity(1) return CLIENT end,
  357. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  358. })
  359.  
  360. TEAM_B4 = DarkRP.createJob("91st Officer", {
  361. color = Color(237, 92, 92, 255),
  362. model = "models/player/deltas_91st_cmc_neyo/91st_neyo.mdl",
  363. description = [[]],
  364. weapons = {"tfa_sw_repsnip", "climb_swep2", "keys", "weapon_medkit", "stunstick", "tfa_752_dlt19", "clone_card_c2", "weapon_tfa_dc15sa91"},
  365. command = "91o",
  366. max = 2,
  367. salary = 100,
  368. admin = 0,
  369. vote = false,
  370. hasLicense = false,
  371. candemote = false,
  372. category = "91st Mobile Reconnaissance Corps",
  373. customCheck = function(ply) return ply:GetUserGroup() == "91st Officer" or ply:IsAdmin() end,
  374. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("500") ply:SetGravity(1) return CLIENT end,
  375. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  376. })
  377.  
  378. TEAM_B4 = DarkRP.createJob("Comamnder Neyo", {
  379. color = Color(237, 92, 92, 255),
  380. model = "models/player/deltas_91st_lt_jester/91st_jester.mdl",
  381. description = [[]],
  382. weapons = {"tfa_sw_repsnip", "tfa_752_dlt19", "climb_swep2", "keys", "weapon_medkit", "stunstick", "tfa_752_dc15s_expanded", "clone_card_c2", "weapon_tfa_dc15a91"},
  383. command = "cmdneyo",
  384. max = 1,
  385. salary = 100,
  386. admin = 0,
  387. vote = false,
  388. hasLicense = false,
  389. candemote = false,
  390. category = "91st Mobile Reconnaissance Corps",
  391. customCheck = function(ply) return ply:GetUserGroup() == "CMD Neyo" or ply:IsAdmin() end,
  392. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("600") ply:SetGravity(1) return CLIENT end,
  393. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  394. })
  395.  
  396. TEAM_B5 = DarkRP.createJob("187th Trooper", {
  397. color = Color(158, 0, 255, 255),
  398. model = "models/player/vr_187th/trooper.mdl",
  399. description = [[]],
  400. weapons = {"weapon_tfa_dc15a187", "weapon_tfa_dc15sa187", "climb_swep2", "keys", "clone_card_c1"},
  401. command = "187t",
  402. max = 0,
  403. salary = 100,
  404. admin = 0,
  405. vote = false,
  406. hasLicense = false,
  407. candemote = false,
  408. category = "187th Legion",
  409. customCheck = function(ply) return ply:GetUserGroup() == "187th Trooper" or ply:IsAdmin() end,
  410. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("300") ply:SetGravity(1) return CLIENT end,
  411. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  412. })
  413.  
  414. TEAM_B5 = DarkRP.createJob("187th Pilot", {
  415. color = Color(158, 0, 255, 255),
  416. model = "models/player/vr_aps_187th/scc_vaw.mdl",
  417. description = [[]],
  418. weapons = {"weapon_tfa_dc15a187", "tfa_swch_de10", "climb_swep2", "keys", "clone_card_c1", "weapon_crowbar"},
  419. command = "197p",
  420. max = 3,
  421. salary = 100,
  422. admin = 0,
  423. vote = false,
  424. hasLicense = false,
  425. candemote = false,
  426. category = "187th Legion",
  427. customCheck = function(ply) return ply:GetUserGroup() == "187th Pilot" or ply:IsAdmin() end,
  428. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("350") ply:SetGravity(1) return CLIENT end,
  429. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  430. })
  431.  
  432. TEAM_B5 = DarkRP.createJob("187th Specialist", {
  433. color = Color(158, 0, 255, 255),
  434. model = "models/player/vr_aps_187th/elite.mdl",
  435. description = [[]],
  436. weapons = {"tfa_swch_clonelauncher", "tfa_752_dlt19", "climb_swep2", "keys", "clone_card_c1", "tfa_swch_de10"},
  437. command = "187s",
  438. max = 4,
  439. salary = 100,
  440. admin = 0,
  441. vote = false,
  442. hasLicense = false,
  443. candemote = false,
  444. category = "187th Legion",
  445. customCheck = function(ply) return ply:GetUserGroup() == "187th Specialist" or ply:IsAdmin() end,
  446. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("400") ply:SetGravity(1) return CLIENT end,
  447. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  448. })
  449.  
  450. TEAM_B5 = DarkRP.createJob("187th Heavy", {
  451. color = Color(158, 0, 255, 255),
  452. model = "models/player/187th/187super.mdl",
  453. description = [[]],
  454. weapons = {"tfa_swch_z6", "tfa_752_dc15s_expanded", "climb_swep2", "keys", "clone_card_c1", "tfa_swch_de10"},
  455. command = "187h",
  456. max = 3,
  457. salary = 100,
  458. admin = 0,
  459. vote = false,
  460. hasLicense = false,
  461. modelScale = 1.2,
  462. candemote = false,
  463. category = "187th Legion",
  464. customCheck = function(ply) return ply:GetUserGroup() == "187th Heavy" or ply:IsAdmin() end,
  465. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("400") ply:SetGravity(1) return CLIENT end,
  466. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  467. })
  468.  
  469. TEAM_B5 = DarkRP.createJob("187th Sniper", {
  470. color = Color(158, 0, 255, 255),
  471. model = "models/player/vr_aps_187_maru/hunter.mdl",
  472. description = [[]],
  473. weapons = {"tfa_swch_dc17m_sn", "tfa_swch_de10", "climb_swep2", "keys", "clone_card_c1", "weapon_tfa_dc15a187"},
  474. command = "187s",
  475. max = 3,
  476. salary = 100,
  477. admin = 0,
  478. vote = false,
  479. hasLicense = false,
  480. candemote = false,
  481. category = "187th Legion",
  482. customCheck = function(ply) return ply:GetUserGroup() == "187th Sniper" or ply:IsAdmin() end,
  483. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("400") ply:SetGravity(1) return CLIENT end,
  484. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  485. })
  486.  
  487. TEAM_B5 = DarkRP.createJob("187th Officer", {
  488. color = Color(158, 0, 255, 255),
  489. model = "models/player/093/187thcom/187c/commander/187lcommander.mdl",
  490. description = [[]],
  491. weapons = {"tfa_752_t21_servius", "climb_swep2", "keys", "weapon_medkit", "stunstick", "clone_card_c2", "weapon_tfa_dc15sa187"},
  492. command = "187o",
  493. max = 2,
  494. salary = 100,
  495. admin = 0,
  496. vote = false,
  497. hasLicense = false,
  498. candemote = false,
  499. category = "187th Legion",
  500. customCheck = function(ply) return ply:GetUserGroup() == "187th Officer" or ply:IsAdmin() end,
  501. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("500") ply:SetGravity(1) return CLIENT end,
  502. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  503. })
  504.  
  505. TEAM_B5 = DarkRP.createJob("187th Commander", {
  506. color = Color(158, 0, 255, 255),
  507. model = "models/player/187/187commdr/187c/commander/187_commander.mdl",
  508. description = [[]],
  509. weapons = {"tfa_752_t21_servius", "climb_swep2", "keys", "weapon_medkit", "stunstick", "tfa_swch_clonelauncher", "clone_card_c2", "tfa_swch_de10"},
  510. command = "187cmd",
  511. max = 1,
  512. salary = 100,
  513. admin = 0,
  514. vote = false,
  515. hasLicense = false,
  516. candemote = false,
  517. category = "187th Legion",
  518. customCheck = function(ply) return ply:GetUserGroup() == "187th CMD" or ply:IsAdmin() end,
  519. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("600") ply:SetGravity(1) return CLIENT end,
  520. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  521. })
  522.  
  523. TEAM_B6 = DarkRP.createJob("Shadow Trooper", {
  524. color = Color(28, 13, 13, 255),
  525. model = "models/player/228cpl2/cgi_228c.mdl",
  526. description = [[]],
  527. weapons = {"weapon_tfa_dc15ashadow", "climb_swep2", "keys", "weapon_camo", "tfa_swch_alphablaster", "weapon_tfa_dc15sashadow", "clone_card_c2"},
  528. command = "shadowt",
  529. max = 1,
  530. salary = 100,
  531. admin = 5,
  532. vote = false,
  533. hasLicense = false,
  534. candemote = false,
  535. category = "Shadow Troopers",
  536. customCheck = function(ply) return ply:GetUserGroup() == "Shadow Trooper" or ply:IsAdmin() end,
  537. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("400") ply:SetGravity(1) return CLIENT end,
  538. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  539. })
  540.  
  541. TEAM_B6 = DarkRP.createJob("Shadow Commander", {
  542. color = Color(28, 13, 13, 255),
  543. model = "models/player/228cpl2/cgi_228c.mdl",
  544. description = [[]],
  545. weapons = {"tfa_752_t21_servius", "climb_swep2", "keys", "weapon_camo", "tfa_swch_alphablaster", "tfa_swch_clonelauncher", "clone_card_c3"},
  546. command = "shadowcmd",
  547. max = 1,
  548. salary = 100,
  549. admin = 0,
  550. vote = false,
  551. hasLicense = false,
  552. candemote = false,
  553. category = "Shadow Troopers",
  554. customCheck = function(ply) return ply:GetUserGroup() == "Shadow CMD" or ply:IsAdmin() end,
  555. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("500") ply:SetGravity(1) return CLIENT end,
  556. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  557. })
  558.  
  559. TEAM_B7 = DarkRP.createJob("5th Fleet Trooper", {
  560. color = Color(76, 129, 232, 255),
  561. model = "models/player/501st_jesse_p2/cgi_jesse.mdl",
  562. description = [[]],
  563. weapons = {"weapon_tfa_dc15a501", "climb_swep2", "keys", "weapon_tfa_dc15sa501", "tfa_swch_dc17", "clone_card_c4", "stunstick"},
  564. command = "5t",
  565. max = 0,
  566. salary = 100,
  567. admin = 0,
  568. vote = false,
  569. hasLicense = false,
  570. candemote = false,
  571. category = "5th Fleet Security",
  572. customCheck = function(ply) return ply:GetUserGroup() == "5th Trooper" or ply:IsAdmin() end,
  573. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("400") ply:SetGravity(1) return CLIENT end,
  574. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  575. })
  576.  
  577.  
  578. TEAM_B7 = DarkRP.createJob("5th Fleet Commander", {
  579. color = Color(76, 129, 232, 255),
  580. model = "models/player/501st_echo_p2/cgi_echo.mdl",
  581. description = [[]],
  582. weapons = {"weapon_tfa_dc15a501", "climb_swep2", "keys", "weapon_tfa_dc15sa501", "tfa_swch_dc17", "clone_card_c4", "stunstick", "tfa_swch_dc17m_br"},
  583. command = "5cmd",
  584. max = 1,
  585. salary = 100,
  586. admin = 0,
  587. vote = false,
  588. hasLicense = false,
  589. candemote = false,
  590. category = "5th Fleet Security",
  591. customCheck = function(ply) return ply:GetUserGroup() == "5th Trooper" or ply:IsAdmin() end,
  592. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("500") ply:SetGravity(1) return CLIENT end,
  593. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  594. })
  595.  
  596. TEAM_B8 = DarkRP.createJob("Anakin Skywalker", {
  597. color = Color(99, 99, 99, 255),
  598. model = "models/tfa/comm/gg/pm_sw_anakin_v2.mdl",
  599. description = [[]],
  600. weapons = {"weapon_lightsaber", "keys"},
  601. command = "anakin",
  602. max = 1,
  603. salary = 0,
  604. admin = 0,
  605. vote = false,
  606. hasLicense = false,
  607. candemote = false,
  608. category = "Jedis",
  609. customCheck = function(ply) return ply:GetUserGroup() == "Anakin" or ply:IsAdmin() end,
  610. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  611. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  612. })
  613.  
  614. TEAM_B8 = DarkRP.createJob("Obiwan Kenobi", {
  615. color = Color(99, 99, 99, 255),
  616. model = "models/tfa/comm/gg/pm_sw_obiwan_alt.mdl",
  617. description = [[]],
  618. weapons = {"weapon_lightsaber", "keys"},
  619. command = "obiwan",
  620. max = 1,
  621. salary = 0,
  622. admin = 0,
  623. vote = false,
  624. hasLicense = false,
  625. candemote = false,
  626. category = "Jedis",
  627. customCheck = function(ply) return ply:GetUserGroup() == "Obiwan" or ply:IsAdmin() end,
  628. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  629. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  630. })
  631.  
  632. TEAM_B8 = DarkRP.createJob("Kit Fisto", {
  633. color = Color(99, 99, 99, 255),
  634. model = "models/tfa/comm/gg/pm_sw_fisto.mdl",
  635. description = [[]],
  636. weapons = {"weapon_lightsaber", "keys"},
  637. command = "fisto",
  638. max = 1,
  639. salary = 0,
  640. admin = 0,
  641. vote = false,
  642. hasLicense = false,
  643. candemote = false,
  644. category = "Jedis",
  645. customCheck = function(ply) return ply:GetUserGroup() == "Fisto" or ply:IsAdmin() end,
  646. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  647. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  648. })
  649.  
  650. TEAM_B8 = DarkRP.createJob("Kit Fisto", {
  651. color = Color(99, 99, 99, 255),
  652. model = "models/tfa/comm/gg/pm_sw_fisto.mdl",
  653. description = [[]],
  654. weapons = {"weapon_lightsaber", "keys"},
  655. command = "fisto",
  656. max = 1,
  657. salary = 0,
  658. admin = 0,
  659. vote = false,
  660. hasLicense = false,
  661. candemote = false,
  662. category = "Jedis",
  663. customCheck = function(ply) return ply:GetUserGroup() == "Fisto" or ply:IsAdmin() end,
  664. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  665. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  666. })
  667.  
  668. TEAM_B8 = DarkRP.createJob("Ki Adi Mundi", {
  669. color = Color(99, 99, 99, 255),
  670. model = "models/tfa/comm/gg/pm_sw_mundi.mdl",
  671. description = [[]],
  672. weapons = {"weapon_lightsaber", "keys"},
  673. command = "mundi",
  674. max = 1,
  675. salary = 0,
  676. admin = 0,
  677. vote = false,
  678. hasLicense = false,
  679. candemote = false,
  680. category = "Jedis",
  681. customCheck = function(ply) return ply:GetUserGroup() == "Mundi" or ply:IsAdmin() end,
  682. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  683. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  684. })
  685.  
  686. TEAM_B8 = DarkRP.createJob("Plo Koon", {
  687. color = Color(99, 99, 99, 255),
  688. model = "models/player/plokoon/plokoon.mdl",
  689. description = [[]],
  690. weapons = {"weapon_lightsaber", "keys"},
  691. command = "plo",
  692. max = 1,
  693. salary = 0,
  694. admin = 0,
  695. vote = false,
  696. hasLicense = false,
  697. candemote = false,
  698. category = "Jedis",
  699. customCheck = function(ply) return ply:GetUserGroup() == "Plo" or ply:IsAdmin() end,
  700. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  701. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  702. })
  703.  
  704. TEAM_B8 = DarkRP.createJob("Mace Windu", {
  705. color = Color(99, 99, 99, 255),
  706. model = "models/player/mace/mace.mdl",
  707. description = [[]],
  708. weapons = {"weapon_lightsaber", "keys"},
  709. command = "windu",
  710. max = 1,
  711. salary = 0,
  712. admin = 0,
  713. vote = false,
  714. hasLicense = false,
  715. candemote = false,
  716. category = "Jedis",
  717. customCheck = function(ply) return ply:GetUserGroup() == "Windu" or ply:IsAdmin() end,
  718. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  719. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  720. })
  721.  
  722. TEAM_B8 = DarkRP.createJob("Ahsoka Tano", {
  723. color = Color(99, 99, 99, 255),
  724. model = "models/tfa/comm/gg/pm_sw_ahsoka_v2.mdl",
  725. description = [[]],
  726. weapons = {"weapon_lightsaber", "keys"},
  727. command = "tano",
  728. max = 1,
  729. salary = 0,
  730. admin = 0,
  731. vote = false,
  732. hasLicense = false,
  733. candemote = false,
  734. category = "Jedis",
  735. customCheck = function(ply) return ply:GetUserGroup() == "Ahsoka" or ply:IsAdmin() end,
  736. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  737. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  738. })
  739.  
  740. TEAM_B8 = DarkRP.createJob("Aayla Secura", {
  741. color = Color(99, 99, 99, 255),
  742. model = "models/tfa/comm/gg/pm_sw_aayala.mdl",
  743. description = [[]],
  744. weapons = {"weapon_lightsaber", "keys"},
  745. command = "aayla",
  746. max = 1,
  747. salary = 0,
  748. admin = 0,
  749. vote = false,
  750. hasLicense = false,
  751. candemote = false,
  752. category = "Jedis",
  753. customCheck = function(ply) return ply:GetUserGroup() == "Aayla" or ply:IsAdmin() end,
  754. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  755. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  756. })
  757.  
  758. TEAM_B8 = DarkRP.createJob("Shaak Ti", {
  759. color = Color(99, 99, 99, 255),
  760. model = "models/tfa/comm/gg/pm_sw_shaakti.mdl",
  761. description = [[]],
  762. weapons = {"weapon_lightsaber", "keys"},
  763. command = "ti",
  764. max = 1,
  765. salary = 0,
  766. admin = 0,
  767. vote = false,
  768. hasLicense = false,
  769. candemote = false,
  770. category = "Jedis",
  771. customCheck = function(ply) return ply:GetUserGroup() == "Shaak" or ply:IsAdmin() end,
  772. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  773. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  774. })
  775.  
  776. TEAM_B8 = DarkRP.createJob("Grandmaster Yoda", {
  777. color = Color(99, 99, 99, 255),
  778. model = "models/tfa/comm/gg/pm_sw_shaakti.mdl",
  779. description = [[]],
  780. weapons = {"weapon_lightsaber", "keys"},
  781. command = "yoda",
  782. max = 1,
  783. salary = 0,
  784. admin = 0,
  785. vote = false,
  786. modelScale = 0.6,
  787. hasLicense = false,
  788. candemote = false,
  789. category = "Jedis",
  790. customCheck = function(ply) return ply:GetUserGroup() == "Yoda" or ply:IsAdmin() end,
  791. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  792. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  793. })
  794.  
  795. TEAM_B9 = DarkRP.createJob("Admiral", {
  796. color = Color(195, 187, 247, 255),
  797. model = "models/tfa/comm/gg/pm_sw_shaakti.mdl",
  798. description = [[]],
  799. weapons = {"weapon_tfa_dc15aca", "climb_swep2", "keys", "weapon_crowbar", "stunstick", "clone_card_c1", "tfa_sw_kyd21"},
  800. command = "admiral",
  801. max = 5,
  802. salary = 0,
  803. admin = 0,
  804. vote = false,
  805. hasLicense = false,
  806. candemote = false,
  807. category = "Navy",
  808. customCheck = function(ply) return ply:GetUserGroup() == "Admiral" or ply:IsAdmin() end,
  809. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth(“600") ply:SetGravity(1) return CLIENT end,
  810. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  811. })
  812.  
  813. TEAM_B9 = DarkRP.createJob("Grand Admiral", {
  814. color = Color(195, 187, 247, 255),
  815. model = "models/tfa/comm/gg/pm_sw_shaakti.mdl",
  816. description = [[]],
  817. weapons = {"weapon_tfa_dc15aca", "climb_swep2", "keys", "weapon_crowbar", "stunstick", "clone_card_c1", "tfa_sw_kyd21"},
  818. command = "ga",
  819. max = 5,
  820. salary = 0,
  821. admin = 0,
  822. vote = false,
  823. hasLicense = false,
  824. candemote = false,
  825. category = "Navy",
  826. customCheck = function(ply) return ply:GetUserGroup() == "Grand Admiral" or ply:IsAdmin() end,
  827. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth(“650") ply:SetGravity(1) return CLIENT end,
  828. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  829. })
  830.  
  831.  
  832. --[[---------------------------------------------------------------------------
  833. Define which team joining players spawn into and what team you change to if demoted
  834. ---------------------------------------------------------------------------]]
  835. GAMEMODE.DefaultTeam = TEAM_CC
  836.  
  837. --[[---------------------------------------------------------------------------
  838. Jobs that are hitmen (enables the hitman menu)
  839. ---------------------------------------------------------------------------]]
  840. DarkRP.addHitmanTeam(TEAM_MOB)
  841.  
  842. DarkRP.createCategory{
  843. name = "Clone Recruits",
  844. categorises = "jobs",
  845. startExpanded = true,
  846. color = Color(196, 187, 187, 255),
  847. canSee = fp{fn.Id, true},
  848. sortOrder = 100,
  849. }
  850.  
  851. DarkRP.createCategory{
  852. name = "Clone Troopers",
  853. categorises = "jobs",
  854. startExpanded = true,
  855. color = Color(196, 187, 187, 255),
  856. canSee = fp{fn.Id, true},
  857. sortOrder = 100,
  858. }
  859.  
  860. DarkRP.createCategory{
  861. name = "501st Legion",
  862. categorises = "jobs",
  863. startExpanded = true,
  864. color = Color(24, 92, 232, 255),
  865. canSee = fp{fn.Id, true},
  866. sortOrder = 100,
  867. }
  868.  
  869. DarkRP.createCategory{
  870. name = "212th Attack Battalion",
  871. categorises = "jobs",
  872. startExpanded = true,
  873. color = Color(252, 181, 0, 255),
  874. canSee = fp{fn.Id, true},
  875. sortOrder = 100,
  876. }
  877.  
  878. DarkRP.createCategory{
  879. name = "91st Mobile Reconnaissance Corps",
  880. categorises = "jobs",
  881. startExpanded = true,
  882. color = Color(237, 92, 92, 255),
  883. canSee = fp{fn.Id, true},
  884. sortOrder = 100,
  885. }
  886.  
  887. DarkRP.createCategory{
  888. name = "Shadow Troopers",
  889. categorises = "jobs",
  890. startExpanded = true,
  891. color = Color(28, 13, 13, 255),
  892. canSee = fp{fn.Id, true},
  893. sortOrder = 100,
  894. }
  895.  
  896. DarkRP.createCategory{
  897. name = "5th Fleet Security",
  898. categorises = "jobs",
  899. startExpanded = true,
  900. color = Color(76, 129, 232, 255),
  901. canSee = fp{fn.Id, true},
  902. sortOrder = 100,
  903. }
  904.  
  905. DarkRP.createCategory{
  906. name = "Jedis",
  907. categorises = "jobs",
  908. startExpanded = true,
  909. color = Color(99, 99, 99, 255),
  910. canSee = fp{fn.Id, true},
  911. sortOrder = 100,
  912. }
  913.  
  914. DarkRP.createCategory{
  915. name = "Navy",
  916. categorises = "jobs",
  917. startExpanded = true,
  918. color = Color(195, 187, 247, 255),
  919. canSee = fp{fn.Id, true},
  920. sortOrder = 100,
  921. }
Add Comment
Please, Sign In to add comment