Advertisement
lol12313123

Untitled

Oct 17th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.49 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. DarkRP custom jobs
  3. ---------------------------------------------------------------------------
  4. This file contains your custom jobs.
  5. This file should also contain jobs from DarkRP that you edited.
  6. Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
  7. Once you've done that, copy and paste the job to this file and edit it.
  8. The default jobs can be found here:
  9. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
  10. For examples and explanation please visit this wiki page:
  11. http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
  12. Add jobs under the following line:
  13. ---------------------------------------------------------------------------]]
  14. TEAM_CC = DarkRP.createJob("Citizen", {
  15. color = Color(221, 19, 255, 255),
  16. model = "models/player/Group01/male_09.mdl",
  17. description = [[]],
  18. weapons = {""},
  19. command = "Citizen",
  20. max = 0,
  21. salary = 0,
  22. admin = 0,
  23. vote = false,
  24. hasLicense = false,
  25. candemote = false,
  26. category = "Citizen"
  27. })
  28.  
  29. TEAM_B1 = DarkRP.createJob("Clone Trooper", {
  30. color = Color(17, 213, 239, 255),
  31. model = "models/player/testp2c/cgi ctp2.mdl",
  32. description = [[]],
  33. weapons = {"weapon_752_dc15a","weapon_752_dc15s"},
  34. command = "CT",
  35. max = 0,
  36. salary = 0,
  37. admin = 0,
  38. vote = false,
  39. hasLicense = false,
  40. candemote = false,
  41. category = "Clone Trooper",
  42. customCheck = function(ply) return ply:GetUserGroup() == "Clone Trooper" or ply:IsAdmin() end,
  43. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("300") ply:SetGravity(1) return CLIENT end,
  44. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  45. })
  46.  
  47. TEAM_B1 = DarkRP.createJob("501st Clone Trooper", {
  48. color = Color(17, 213, 239, 255),
  49. model = "models/player/501trp2/cgi_501t.mdl",
  50. description = [[]],
  51. weapons = {"weapon_752_dc15a","weapon_752_dc15s","weapon_752_dlt19"},
  52. command = "501t",
  53. max = 0,
  54. salary = 0,
  55. admin = 0,
  56. vote = false,
  57. hasLicense = false,
  58. candemote = false,
  59. category = "501st Clone Trooper",
  60. customCheck = function(ply) return ply:GetUserGroup() == "501st Clone Trooper" or ply:IsAdmin() end,
  61. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("300") ply:SetGravity(1) return CLIENT end,
  62. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  63. })
  64.  
  65. TEAM_B1 = DarkRP.createJob("501st Commander Rex", {
  66. color = Color(17, 213, 239, 255),
  67. model = "models/player/rex2/rex ph2.mdl",
  68. description = [[]],
  69. weapons = {"weapon_752_dc15a","weapon_752_dc15s","weapon_752_dh17","weapon_752_dlt19"},
  70. command = "501cmd",
  71. max = 1,
  72. salary = 0,
  73. admin = 0,
  74. vote = false,
  75. hasLicense = false,
  76. candemote = false,
  77. category = "501st Clone Trooper",
  78. customCheck = function(ply) return ply:GetUserGroup() == "501st Commander Rex" or ply:IsAdmin() end,
  79. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("900") ply:SetGravity(1) return CLIENT end,
  80. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  81. })
  82.  
  83. TEAM_B1 = DarkRP.createJob("212th Clone Trooper", {
  84. color = Color(17, 213, 239, 255),
  85. model = "models/player/212troo/cgi_212l.mdl",
  86. description = [[]],
  87. weapons = {"weapon_752_dc15a","weapon_752_dc15s","weapon_752_dc17m_br"},
  88. command = "212t",
  89. max = 0,
  90. salary = 0,
  91. admin = 0,
  92. vote = false,
  93. hasLicense = false,
  94. candemote = false,
  95. category = "212th Clone Trooper",
  96. customCheck = function(ply) return ply:GetUserGroup() == "212th Clone Trooper" or ply:IsAdmin() end,
  97. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("300") ply:SetGravity(1) return CLIENT end,
  98. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  99. })
  100.  
  101. TEAM_B1 = DarkRP.createJob("212st Commander Cody", {
  102. color = Color(17, 213, 239, 255),
  103. model = "models/player/testccp2/cgi cody ph2.mdl",
  104. description = [[]],
  105. weapons = {"weapon_752_dc15a","weapon_752_dc15s","weapon_752_dc17","weapon_752_dc17m_br"},
  106. command = "212cmd",
  107. max = 1,
  108. salary = 0,
  109. admin = 0,
  110. vote = false,
  111. hasLicense = false,
  112. candemote = false,
  113. category = "212th Clone Trooper",
  114. customCheck = function(ply) return ply:GetUserGroup() == "212st Commander Cody" or ply:IsAdmin() end,
  115. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("900") ply:SetGravity(1) return CLIENT end,
  116. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  117. })
  118.  
  119. TEAM_B1 = DarkRP.createJob("187th Clone Trooper", {
  120. color = Color(17, 213, 239, 255),
  121. model = "models/player/187troo/cgi_ctp2.mdl",
  122. description = [[]],
  123. weapons = {"weapon_752_dc15a","weapon_752_dc15s","weapon_752_dc17m_br"},
  124. command = "187t",
  125. max = 0,
  126. salary = 0,
  127. admin = 0,
  128. vote = false,
  129. hasLicense = false,
  130. candemote = false,
  131. category = "187th Clone Trooper",
  132. customCheck = function(ply) return ply:GetUserGroup() == "187th Clone Trooper" or ply:IsAdmin() end,
  133. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("300") ply:SetGravity(1) return CLIENT end,
  134. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  135. })
  136.  
  137. TEAM_B1 = DarkRP.createJob("187th Clone Commander", {
  138. color = Color(17, 213, 239, 255),
  139. model = "models/player/187/187commdr/187c/commander/187_commander.mdl",
  140. description = [[]],
  141. weapons = {"weapon_752_dc15a","weapon_752_dc15s","weapon_752_dc17","weapon_752_dc17m_br"},
  142. command = "187cmd",
  143. max = 1,
  144. salary = 0,
  145. admin = 0,
  146. vote = false,
  147. hasLicense = false,
  148. candemote = false,
  149. category = "187th Clone Trooper",
  150. customCheck = function(ply) return ply:GetUserGroup() == "187th Clone Commander" or ply:IsAdmin() end,
  151. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("900") ply:SetGravity(1) return CLIENT end,
  152. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  153. })
  154.  
  155. TEAM_B1 = DarkRP.createJob("Boss", {
  156. color = Color(99, 99, 99, 255),
  157. model = "models/tfa/comm/gg/pm_sw_clone_commando_boss.mdl",
  158. description = [[]],
  159. weapons = {"dc17m_shotgun","weapon_jew_dc17m_at","weapon_jew_det","weapon_752_dc15sa", "weapon_752_dc17m_br", "weapon_752_dc17m_sn"},
  160. command = "B26",
  161. max = 1,
  162. salary = 0,
  163. admin = 0,
  164. vote = false,
  165. hasLicense = false,
  166. candemote = false,
  167. category = "Clone Commando",
  168. customCheck = function(ply) return ply:GetUserGroup() == "Boss" or ply:IsAdmin() end,
  169. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("1000") ply:SetGravity(1) return CLIENT end,
  170. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  171. })
  172.  
  173. TEAM_B1 = DarkRP.createJob("Scorch", {
  174. color = Color(99, 99, 99, 255),
  175. model = "models/tfa/comm/gg/pm_sw_clone_commando_scorch.mdl",
  176. description = [[]],
  177. weapons = {"weapon_jew_det","weapon_752_dc15sa","weapon_752_dc17m_br","weapon_752_dc17m_sn"},
  178. command = "B27",
  179. max = 1,
  180. salary = 0,
  181. admin = 0,
  182. vote = false,
  183. hasLicense = false,
  184. candemote = false,
  185. category = "Clone Commando",
  186. customCheck = function(ply) return ply:GetUserGroup() == "Scorch" or ply:IsAdmin() end,
  187. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("1000") ply:SetGravity(1) return CLIENT end,
  188. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  189. })
  190.  
  191. TEAM_B1 = DarkRP.createJob("Sev", {
  192. color = Color(99, 99, 99, 255),
  193. model = "models/tfa/comm/gg/pm_sw_clone_commando_sev.mdl",
  194. description = [[]],
  195. weapons = {"dc17m_shotgun","weapon_jew_det","weapon_752_dc15sa","weapon_752_dc17m_br"},
  196. command = "B28",
  197. max = 1,
  198. salary = 0,
  199. admin = 0,
  200. vote = false,
  201. hasLicense = false,
  202. candemote = false,
  203. category = "Clone Commando",
  204. customCheck = function(ply) return ply:GetUserGroup() == "Sev" or ply:IsAdmin() end,
  205. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("1000") ply:SetGravity(1) return CLIENT end,
  206. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  207. })
  208.  
  209. TEAM_B1 = DarkRP.createJob("Fixer", {
  210. color = Color(99, 99, 99, 255),
  211. model = "models/tfa/comm/gg/pm_sw_clone_commando_fixer.mdl",
  212. description = [[]],
  213. weapons = {"weapon_jew_dc17m_at","weapon_jew_det","weapon_752_dc17m_br","weapon_752_dc17m_sn"},
  214. command = "B29",
  215. max = 1,
  216. salary = 0,
  217. admin = 0,
  218. vote = false,
  219. hasLicense = false,
  220. candemote = false,
  221. category = "Clone Commando",
  222. customCheck = function(ply) return ply:GetUserGroup() == "Fixer" or ply:IsAdmin() end,
  223. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("1000") ply:SetGravity(1) return CLIENT end,
  224. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  225. })
  226.  
  227. TEAM_B1 = DarkRP.createJob("Jedi Padawan", {
  228. color = Color(99, 99, 99, 255),
  229. model = {
  230. "models/grealms/characters/padawan/padawan_01.mdl",
  231. "models/grealms/characters/padawan/padawan_02.mdl",
  232. "models/grealms/characters/padawan/padawan_03.mdl",
  233. "models/grealms/characters/padawan/padawan_04.mdl",
  234. "models/grealms/characters/padawan/padawan_05.mdl",
  235. "models/grealms/characters/padawan/padawan_06.mdl",
  236. "models/grealms/characters/padawan/padawan_07.mdl",
  237. "models/grealms/characters/padawan/padawan_08.mdl",
  238. "models/grealms/characters/padawan/padawan_09.mdl",
  239. },
  240. description = [[]],
  241. weapons = {"weapon_lightsaber"},
  242. command = “Jedipadawan”
  243. max = 0,
  244. salary = 0,
  245. admin = 0,
  246. vote = false,
  247. hasLicense = false,
  248. candemote = false,
  249. scale = 1.2,
  250. category = “Jedi”,
  251. customCheck = function(ply) return ply:GetUserGroup() == “Jedi Padawan” or ply:IsAdmin() end,
  252. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth("1800") ply:SetGravity(1) return CLIENT end,
  253. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  254. })
  255.  
  256. TEAM_B1 = DarkRP.createJob("Jedi Knight", {
  257. color = Color(99, 99, 99, 255),
  258. model = {
  259. "models/grealms/characters/jedibattlelord/jedibattlelord_1.mdl",
  260. "models/grealms/characters/jedibattlelord/jedibattlelord_2.mdl",
  261. "models/grealms/characters/jedibattlelord/jedibattlelord_3.mdl",
  262. "models/grealms/characters/jedibattlelord/jedibattlelord_4.mdl",
  263. "models/grealms/characters/jedibattlelord/jedibattlelord_5.mdl",
  264. "models/grealms/characters/jedibattlelord/jedibattlelord_6.mdl",
  265. "models/grealms/characters/jedibattlelord/jedibattlelord_7.mdl",
  266. "models/grealms/characters/jedibattlelord/jedibattlelord_8.mdl",
  267. "models/grealms/characters/jedibattlelord/jedibattlelord_9.mdl",
  268. },
  269. description = [[]],
  270. weapons = {"weapon_lightsaber"},
  271. command = "jediknight"
  272. max = 0,
  273. salary = 0,
  274. admin = 0,
  275. vote = false,
  276. hasLicense = false,
  277. candemote = false,
  278. scale = 1.2,
  279. category = "Sith",
  280. customCheck = function(ply) return ply:GetUserGroup() == “Jedi Knight” or ply:IsAdmin() end,
  281. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth("2000") ply:SetGravity(1) return CLIENT end,
  282. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  283. })
  284.  
  285. TEAM_B1 = DarkRP.createJob(“Jedi Master”, {
  286. color = Color(99, 99, 99, 255),
  287. model = {
  288. "models/grealms/characters/jedirobes/jedirobes_01.mdl",
  289. "models/grealms/characters/jedirobes/jedirobes_02.mdl",
  290. "models/grealms/characters/jedirobes/jedirobes_03.mdl",
  291. "models/grealms/characters/jedirobes/jedirobes_04.mdl",
  292. "models/grealms/characters/jedirobes/jedirobes_05.mdl",
  293. "models/grealms/characters/jedirobes/jedirobes_06.mdl",
  294. "models/grealms/characters/jedirobes/jedirobes_07.mdl",
  295. "models/grealms/characters/jedirobes/jedirobes_08.mdl",
  296. "models/grealms/characters/jedirobes/jedirobes_09.mdl",
  297. },
  298. description = [[]],
  299. weapons = {"weapon_lightsaber"},
  300. command = "jedimaster"
  301. max = 0,
  302. salary = 0,
  303. admin = 0,
  304. vote = false,
  305. hasLicense = false,
  306. candemote = false,
  307. scale = 1.2,
  308. category = "Sith",
  309. customCheck = function(ply) return ply:GetUserGroup() == “Jedi Master” or ply:IsAdmin() end,
  310. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth("3000") ply:SetGravity(1) return CLIENT end,
  311. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  312. })
  313.  
  314. TEAM_B1 = DarkRP.createJob("Obiwan", {
  315. color = Color(99, 99, 99, 255),
  316. model = "models/tfa/comm/gg/pm_sw_obiwan_alt.mdl",
  317. description = [[]],
  318. weapons = {"weapon_lightsaber"},
  319. command = "B31",
  320. max = 1,
  321. salary = 0,
  322. admin = 0,
  323. vote = false,
  324. hasLicense = false,
  325. candemote = false,
  326. category = "Jedi",
  327. customCheck = function(ply) return ply:GetUserGroup() == "Obiwan" or ply:IsAdmin() end,
  328. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth("3000") ply:SetGravity(1) return CLIENT end,
  329. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  330. })
  331.  
  332. TEAM_B1 = DarkRP.createJob("Ahsoka", {
  333. color = Color(99, 99, 99, 255),
  334. model = "models/tfa/comm/gg/pm_sw_ahsoka_v2.mdl",
  335. description = [[]],
  336. weapons = {"weapon_lightsaber"},
  337. command = "B32",
  338. max = 1,
  339. salary = 0,
  340. admin = 0,
  341. vote = false,
  342. hasLicense = false,
  343. candemote = false,
  344. category = "Jedi",
  345. customCheck = function(ply) return ply:GetUserGroup() == "Ahsoka" or ply:IsAdmin() end,
  346. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth("2500") ply:SetGravity(1) return CLIENT end,
  347. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  348. })
  349.  
  350. TEAM_B1 = DarkRP.createJob("Fisto", {
  351. color = Color(99, 99, 99, 255),
  352. model = "models/tfa/comm/gg/pm_sw_fisto.mdl",
  353. description = [[]],
  354. weapons = {"weapon_lightsaber"},
  355. command = "B33",
  356. max = 1,
  357. salary = 0,
  358. admin = 0,
  359. vote = false,
  360. hasLicense = false,
  361. candemote = false,
  362. category = "Jedi",
  363. customCheck = function(ply) return ply:GetUserGroup() == "Fisto" or ply:IsAdmin() end,
  364. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth("2500") ply:SetGravity(1) return CLIENT end,
  365. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  366. })
  367.  
  368. TEAM_B1 = DarkRP.createJob("Mundi", {
  369. color = Color(99, 99, 99, 255),
  370. model = "models/tfa/comm/gg/pm_sw_mundi.mdl",
  371. description = [[]],
  372. weapons = {"weapon_lightsaber"},
  373. command = "B34",
  374. max = 1,
  375. salary = 0,
  376. admin = 0,
  377. vote = false,
  378. hasLicense = false,
  379. candemote = false,
  380. category = "Jedi",
  381. customCheck = function(ply) return ply:GetUserGroup() == "Mundi" or ply:IsAdmin() end,
  382. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth("2500") ply:SetGravity(1) return CLIENT end,
  383. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  384. })
  385.  
  386. TEAM_B1 = DarkRP.createJob("Aayala", {
  387. color = Color(99, 99, 99, 255),
  388. model = "models/tfa/comm/gg/pm_sw_aayala.mdl",
  389. description = [[]],
  390. weapons = {"weapon_lightsaber"},
  391. command = "B35",
  392. max = 1,
  393. salary = 0,
  394. admin = 0,
  395. vote = false,
  396. hasLicense = false,
  397. candemote = false,
  398. category = "Jedi",
  399. customCheck = function(ply) return ply:GetUserGroup() == "Aayala" or ply:IsAdmin() end,
  400. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth("2500") ply:SetGravity(1) return CLIENT end,
  401. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  402. })
  403.  
  404. TEAM_B1 = DarkRP.createJob("B1 Battle Droid", {
  405. color = Color(99, 99, 99, 255),
  406. model = "models/tfa/comm/gg/pm_sw_droid_b1.mdl",
  407. description = [[]],
  408. weapons = {"weapon_752_e5","weapon_752_se14c","droid"},
  409. command = "B1",
  410. max = 0,
  411. salary = 0,
  412. admin = 0,
  413. vote = false,
  414. hasLicense = false,
  415. candemote = false,
  416. category = "Battledroid",
  417. customCheck = function(ply) return ply:GetUserGroup() == "B1 Battle Droid" or ply:IsAdmin() end,
  418. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("500") ply:SetGravity(1) return CLIENT end,
  419. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  420. })
  421.  
  422. TEAM_B1 = DarkRP.createJob("B1 General Droid", {
  423. color = Color(99, 99, 99, 255),
  424. model = "models/tfa/comm/gg/pm_sw_g_droid_b1.mdl",
  425. description = [[]],
  426. weapons = {"weapon_752_e5","weapon_752_se14c","droid"},
  427. command = "B1G",
  428. max = 1,
  429. salary = 0,
  430. admin = 0,
  431. vote = false,
  432. hasLicense = false,
  433. candemote = false,
  434. category = "Battledroid",
  435. customCheck = function(ply) return ply:GetUserGroup() == "B1 OOM Commander Droid" or ply:IsAdmin() end,
  436. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("800") ply:SetGravity(1) return CLIENT end,
  437. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  438. })
  439.  
  440. TEAM_B1 = DarkRP.createJob("B1 SSA - Battle Droid", {
  441. color = Color(99, 99, 99, 255),
  442. model = "models/player/sgg/starwars/battledroid_security.mdl",
  443. description = [[]],
  444. weapons = {"weapon_80watt","weapon_752_se14c","droid","stunstick","unarrest_stick","arrest_stick"},
  445. command = "SSA",
  446. max = 0,
  447. salary = 0,
  448. admin = 0,
  449. vote = false,
  450. hasLicense = false,
  451. candemote = false,
  452. category = "Security Droid",
  453. customCheck = function(ply) return ply:GetUserGroup() == "B1 SSA - Battle Droid" or ply:IsAdmin() end,
  454. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("600") ply:SetGravity(1) return CLIENT end,
  455. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  456. })
  457.  
  458. TEAM_B1 = DarkRP.createJob("B1 SSA - Commander Droid", {
  459. color = Color(99, 99, 99, 255),
  460. model = "models/player/deckboy/battle_droid_pm/assault_droid_pm.mdl",
  461. description = [[]],
  462. weapons = {"weapon_80watt","weapon_752_se14c","droid","stunstick","unarrest_stick","arrest_stick"},
  463. command = "SSAC",
  464. max = 1,
  465. salary = 0,
  466. admin = 0,
  467. vote = false,
  468. hasLicense = false,
  469. candemote = false,
  470. category = "Security Droid",
  471. customCheck = function(ply) return ply:GetUserGroup() == "B1 SSA - Commander Droid" or ply:IsAdmin() end,
  472. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("700") ply:SetGravity(1) return CLIENT end,
  473. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  474. })
  475.  
  476. TEAM_B1 = DarkRP.createJob("B1 - Super Battle Droid", {
  477. color = Color(99, 99, 99, 255),
  478. model = "models/tfa/comm/gg/pm_sw_droid_b2.mdl",
  479. description = [[]],
  480. weapons = {"b2_gun"},
  481. command = "SBD",
  482. max = 0,
  483. salary = 0,
  484. admin = 0,
  485. vote = false,
  486. hasLicense = false,
  487. candemote = false,
  488. category = "B1 - Super Battle Droid",
  489. customCheck = function(ply) return ply:GetUserGroup() == "B1 - Super Battle Droid" or ply:IsAdmin() end,
  490. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth("1000") ply:SetGravity(1) return CLIENT end,
  491. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  492. })
  493.  
  494. TEAM_B1 = DarkRP.createJob("B1 - Super Battle Droid Commander”, {
  495. color = Color(99, 99, 99, 255),
  496. model = "models/tfa/comm/gg/pm_sw_droid_b2.mdl",
  497. description = [[]],
  498. weapons = {"b2_gun","b2_cannon"},
  499. command = “SBDC”,
  500. max = 0,
  501. salary = 0,
  502. admin = 0,
  503. vote = false,
  504. hasLicense = false,
  505. candemote = false,
  506. category = "Super Battle Droid",
  507. customCheck = function(ply) return ply:GetUserGroup() == "B1 - Super Battle Droid Commander” or ply:IsAdmin() end,
  508. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth(“1200") ply:SetGravity(1) return CLIENT end,
  509. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  510. })
  511.  
  512. TEAM_B1 = DarkRP.createJob(“Commando Droid”, {
  513. color = Color(99, 99, 99, 255),
  514. model = "models/tfa/comm/gg/pm_sw_droid_commando.mdl",
  515. description = [[]],
  516. weapons = {"weapon_chatterbox_minigun","weapon_jew_x8_night"},
  517. command = “CD”,
  518. max = 0,
  519. salary = 0,
  520. admin = 0,
  521. vote = false,
  522. hasLicense = false,
  523. candemote = false,
  524. category = "Commando Droids",
  525. customCheck = function(ply) return ply:GetUserGroup() == "Commando Droid“ or ply:IsAdmin() end,
  526. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth(“800") ply:SetGravity(1) return CLIENT end,
  527. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  528. })
  529.  
  530. TEAM_B1 = DarkRP.createJob("B1 - Commando Droid Commander”, {
  531. color = Color(99, 99, 99, 255),
  532. model = "models/tfa/comm/gg/pm_sw_droid_commando.mdl”,
  533. description = [[]],
  534. weapons = {"weapon_chatterbox_minigun","weapon_jew_x8_night"},
  535. command = “CDC”,
  536. max = 0,
  537. salary = 0,
  538. admin = 0,
  539. vote = false,
  540. hasLicense = false,
  541. candemote = false,
  542. category = "Commando Droids",
  543. customCheck = function(ply) return ply:GetUserGroup() == “Commando Droid Commander” or ply:IsAdmin() end,
  544. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) ply:SetHealth(“900") ply:SetGravity(1) return CLIENT end,
  545. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  546. })
  547.  
  548. TEAM_B1 = DarkRP.createJob(“Sith Learner”, {
  549. color = Color(99, 99, 99, 255),
  550. model = {
  551. "models/grealms/characters/sithtrainee/sithtrainee_01.mdl",
  552. "models/grealms/characters/sithtrainee/sithtrainee_02.mdl",
  553. "models/grealms/characters/sithtrainee/sithtrainee_03.mdl",
  554. "models/grealms/characters/sithtrainee/sithtrainee_04.mdl",
  555. "models/grealms/characters/sithtrainee/sithtrainee_05.mdl",
  556. "models/grealms/characters/sithtrainee/sithtrainee_06.mdl",
  557. "models/grealms/characters/sithtrainee/sithtrainee_07.mdl",
  558. "models/grealms/characters/sithtrainee/sithtrainee_08.mdl",
  559. "models/grealms/characters/sithtrainee/sithtrainee_09.mdl",
  560. },
  561. description = [[]],
  562. weapons = {"weapon_lightsaber"},
  563. command = “sithlearner”
  564. max = 0,
  565. salary = 0,
  566. admin = 0,
  567. vote = false,
  568. hasLicense = false,
  569. candemote = false,
  570. scale = 1.2,
  571. category = "Sith",
  572. customCheck = function(ply) return ply:GetUserGroup() == “Sith Learner” or ply:IsAdmin() end,
  573. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth(“1500”) 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. TEAM_B1 = DarkRP.createJob(“Sith Apprentice”, {
  578. color = Color(99, 99, 99, 255),
  579. model = {
  580. "models/player/x227man/mkotor_1.mdl",
  581. "models/player/x227man/mkotor_2.mdl
  582. "models/player/x227man/mkotor_3.mdl
  583. "models/player/x227man/mkotor_4.mdl
  584. "models/player/x227man/mkotor_5.mdl
  585. "models/player/x227man/mkotor_6.mdl
  586. "models/player/x227man/mkotor_7.mdl
  587. "models/player/x227man/mkotor_8.mdl
  588. "models/player/x227man/mkotor_9.mdl
  589. },
  590. description = [[]],
  591. weapons = {"weapon_lightsaber"},
  592. command = “sithapprentice”
  593. max = 0,
  594. salary = 0,
  595. admin = 0,
  596. vote = false,
  597. hasLicense = false,
  598. candemote = false,
  599. scale = 1.2,
  600. category = "Sith",
  601. customCheck = function(ply) return ply:GetUserGroup() == “Sith Apprentice” or ply:IsAdmin() end,
  602. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth(“1800”) ply:SetGravity(1) return CLIENT end,
  603. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  604. })
  605.  
  606. TEAM_B1 = DarkRP.createJob(“Sith Knight”, {
  607. color = Color(99, 99, 99, 255),
  608. model = {
  609. "models/grealms/characters/jedibattlelord/jedibattlelord_1.mdl",
  610. "models/grealms/characters/jedibattlelord/jedibattlelord_2.mdl",
  611. "models/grealms/characters/jedibattlelord/jedibattlelord_3.mdl",
  612. "models/grealms/characters/jedibattlelord/jedibattlelord_4.mdll",
  613. "models/grealms/characters/jedibattlelord/jedibattlelord_5.mdl",
  614. "models/grealms/characters/jedibattlelord/jedibattlelord_6.mdl"
  615. "models/grealms/characters/jedibattlelord/jedibattlelord_7.mdl"
  616. "models/grealms/characters/jedibattlelord/jedibattlelord_8.mdl"
  617. "models/grealms/characters/jedibattlelord/jedibattlelord_9.mdl"
  618. "models/grealms/characters/jedibattlelord/jedibattlelord.mdl"
  619. },
  620. description = [[]],
  621. weapons = {"weapon_lightsaber"},
  622. command = “sithknight”
  623. max = 0,
  624. salary = 0,
  625. admin = 0,
  626. vote = false,
  627. hasLicense = false,
  628. candemote = false,
  629. scale = 1.2,
  630. category = "Sith",
  631. customCheck = function(ply) return ply:GetUserGroup() == “Sith Knight“ or ply:IsAdmin() end,
  632. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth("2000”) ply:SetBodygroup(1, 1) ply:SetGravity(1) return CLIENT end,
  633. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  634. })
  635.  
  636. TEAM_B1 = DarkRP.createJob(“Sith Master”, {
  637. color = Color(99, 99, 99, 255),
  638. model = {"models/grealms/characters/darkjedi/darkjedi.mdl",},
  639. description = [[]],
  640. weapons = {"weapon_lightsaber"},
  641. command = “sithmaster”
  642. max = 0,
  643. salary = 0,
  644. admin = 0,
  645. vote = false,
  646. hasLicense = false,
  647. candemote = false,
  648. scale = 1.2,
  649. category = "Sith",
  650. customCheck = function(ply) return ply:GetUserGroup() == “Sith Master“ or ply:IsAdmin() end,
  651. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth("2500”) ply:SetBodygroup(1, 1) ply:SetGravity(1) return CLIENT end,
  652. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  653. })
  654.  
  655. TEAM_B1 = DarkRP.createJob(“Dooku“, {
  656. color = Color(99, 99, 99, 255),
  657. model = "models/tfa/comm/gg/pm_sw_dooku.mdl",
  658. description = [[]],
  659. weapons = {"weapon_lightsaber"},
  660. command = “Dooku””
  661. max = 1,
  662. salary = 0,
  663. admin = 0,
  664. vote = false,
  665. hasLicense = false,
  666. candemote = false,
  667. scale = 1.2,
  668. category = "Sith",
  669. customCheck = function(ply) return ply:GetUserGroup() == "Dooku" or ply:IsAdmin() end,
  670. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  671. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  672. })
  673.  
  674. TEAM_B1 = DarkRP.createJob("Maul", {
  675. color = Color(99, 99, 99, 255),
  676. model = "models/tfa/comm/gg/pm_sw_cyberdarthmaul.mdl",
  677. description = [[]],
  678. weapons = {"weapon_lightsaber"},
  679. command = "maul",
  680. max = 1,
  681. salary = 0,
  682. admin = 0,
  683. vote = false,
  684. hasLicense = false,
  685. candemote = false,
  686. scale = 1.2,
  687. category = "Sith",
  688. customCheck = function(ply) return ply:GetUserGroup() == "Maul" or ply:IsAdmin() end,
  689. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  690. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  691. })
  692.  
  693. TEAM_B1 = DarkRP.createJob("Grievous", {
  694. color = Color(99, 99, 99, 255),
  695. model = "models/tfa/comm/gg/pm_sw_grievous_nocloak.mdl",
  696. description = [[]],
  697. weapons = {"weapon_lightsaber"},
  698. command = "grievous",
  699. max = 1,
  700. salary = 0,
  701. admin = 0,
  702. vote = false,
  703. hasLicense = false,
  704. candemote = false,
  705. category = "Sith",
  706. customCheck = function(ply) return ply:GetUserGroup() == "Grievous" or ply:IsAdmin() end,
  707. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  708. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  709. })
  710.  
  711. TEAM_B1 = DarkRP.createJob(“Zakuul Knight”, {
  712. color = Color(99, 99, 99, 255),
  713. model = "models/grealms/characters/imperial/imperial.mdl",
  714. description = [[]],
  715. weapons = {"weapon_lightsaber","weapon_752_ihr"},
  716. command = “zk”,
  717. max = 0,
  718. salary = 0,
  719. admin = 0,
  720. vote = false,
  721. hasLicense = false,
  722. candemote = false,
  723. category = “Eternal Empire“,
  724. customCheck = function(ply) return ply:GetUserGroup() == “Zakuul Knight“ or ply:IsAdmin() end,
  725. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth(“1500") ply:SetGravity(1) return CLIENT end,
  726. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  727. })
  728.  
  729. TEAM_B1 = DarkRP.createJob(“Prince Arcann”, {
  730. color = Color(99, 99, 99, 255),
  731. model = "models/grealms/characters/imperial/imperial.mdl",
  732. description = [[]],
  733. weapons = {"weapon_lightsaber"},
  734. command = “pa”,
  735. max = 0,
  736. salary = 0,
  737. admin = 0,
  738. vote = false,
  739. hasLicense = false,
  740. candemote = false,
  741. category = “Eternal Empire“,
  742. customCheck = function(ply) return ply:GetUserGroup() == “Prince Arcann“ or ply:IsAdmin() end,
  743. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth(“2500") ply:SetGravity(1) return CLIENT end,
  744. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  745. })
  746.  
  747. TEAM_B1 = DarkRP.createJob(“Prince Thexan”, {
  748. color = Color(99, 99, 99, 255),
  749. model = "models/grealms/twins/twins_black/twins_black.mdll",
  750. description = [[]],
  751. weapons = {"weapon_lightsaber"},
  752. command = “pt”,
  753. max = 0,
  754. salary = 0,
  755. admin = 0,
  756. vote = false,
  757. hasLicense = false,
  758. candemote = false,
  759. category = “Eternal Empire“,
  760. customCheck = function(ply) return ply:GetUserGroup() == “Prince Thexan“ or ply:IsAdmin() end,
  761. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth(“2500") ply:SetGravity(1) return CLIENT end,
  762. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  763. })
  764.  
  765. TEAM_B1 = DarkRP.createJob(“Emperor Valkolorian”, {
  766. color = Color(99, 99, 99, 255),
  767. model = "models/grealms/characters/imperial/imperial.mdl",
  768. description = [[]],
  769. weapons = {"weapon_lightsaber"},
  770. command = “ev”,
  771. max = 0,
  772. salary = 0,
  773. admin = 0,
  774. vote = false,
  775. hasLicense = false,
  776. candemote = false,
  777. category = "Battledroid",
  778. customCheck = function(ply) return ply:GetUserGroup() == “Emperor Valkolorian“ or ply:IsAdmin() end,
  779. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 400) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  780. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  781. })
  782.  
  783. TEAM_B1 = DarkRP.createJob(“AE Trooper”, {
  784. color = Color(99, 99, 99, 255),
  785. model = "models/grealms/characters/imperial/imperial.mdl",
  786. description = [[]],
  787. weapons = {"weapon_752_ihr","weapon_752_dsbp"},
  788. command = “aetrooper”,
  789. max = 0,
  790. salary = 0,
  791. admin = 0,
  792. vote = false,
  793. hasLicense = false,
  794. candemote = false,
  795. category = “Ancient Empire“,
  796. customCheck = function(ply) return ply:GetUserGroup() == “Imperial Trooper“ or ply:IsAdmin() end,
  797. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1000) ply:SetHealth(“1500") ply:SetGravity(1) return CLIENT end,
  798. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  799. })
  800.  
  801. TEAM_B1 = DarkRP.createJob(“Ravenite”, {
  802. color = Color(99, 99, 99, 255),
  803. model = "models/grealms/characters/revan/revan.mdl",
  804. description = [[]],
  805. weapons = {"weapon_lightsaber"},
  806. command = “rave nite”,
  807. max = 0,
  808. salary = 0,
  809. admin = 0,
  810. vote = false,
  811. hasLicense = false,
  812. candemote = false,
  813. category = “Ancient Empire“,
  814. customCheck = function(ply) return ply:GetUserGroup() == “Ravenite“ or ply:IsAdmin() end,
  815. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 2500) ply:SetHealth(“2000") ply:SetGravity(1) return CLIENT end,
  816. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  817. })
  818.  
  819. TEAM_B1 = DarkRP.createJob(“Raven”, {
  820. color = Color(99, 99, 99, 255),
  821. model = "models/grealms/characters/revan_real/revan.mdl",
  822. description = [[]],
  823. weapons = {"weapon_lightsaber"},
  824. command = “raven”,
  825. max = 0,
  826. salary = 0,
  827. admin = 0,
  828. vote = false,
  829. hasLicense = false,
  830. candemote = false,
  831. category = “Ancient Empire“,
  832. customCheck = function(ply) return ply:GetUserGroup() == “Raven“ or ply:IsAdmin() end,
  833. PlayerSpawn = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 3000) ply:SetHealth(“3000") ply:SetGravity(1) return CLIENT end,
  834. })
  835.  
  836. PlayerDeath = function(ply) GAMEMODE:SetPlayerSpeed(ply, GAMEMODE.Config.walkspeed * 1, GAMEMODE.Config.runspeed * 1) return CLIENT end
  837. })--[[---------------------------------------------------------------------------
  838. Define which team joining players spawn into and what team you change to if demoted
  839. ---------------------------------------------------------------------------]]
  840. GAMEMODE.DefaultTeam = TEAM_CC
  841. --[[---------------------------------------------------------------------------
  842. Jobs that are hitmen (enables the hitman menu)
  843. ---------------------------------------------------------------------------]]
  844. DarkRP.addHitmanTeam(TEAM_MOB)
  845. DarkRP.createCategory{
  846. name = "Death Watch",
  847. categorises = "jobs",
  848. startExpanded = true,
  849. color = Color(0, 107, 0, 255),
  850. canSee = fp{fn.Id, true},
  851. sortOrder = 100,
  852. }
  853. DarkRP.createCategory{
  854. name = "Battledroids",
  855. categorises = "jobs",
  856. startExpanded = true,
  857. color = Color(0, 107, 0, 300),
  858. canSee = fp{fn.Id, true},
  859. sortOrder = 100,
  860. }
  861. DarkRP.createCategory{
  862. name = “Security Droids”,
  863. categorises = “Security Droid”,
  864. startExpanded = true,
  865. color = Color(0, 107, 0, 300),
  866. canSee = fp{fn.Id, true},
  867. sortOrder = 100,
  868. }
  869. DarkRP.createCategory{
  870. name = “Super Battle Droids“,
  871. categorises = "jobs",
  872. startExpanded = true,
  873. color = Color(0, 107, 0, 300),
  874. canSee = fp{fn.Id, true},
  875. sortOrder = 100,
  876. }
  877. DarkRP.createCategory{
  878. name = “Commando Droids”,
  879. categorises = "jobs",
  880. startExpanded = true,
  881. color = Color(0, 107, 0, 300),
  882. canSee = fp{fn.Id, true},
  883. sortOrder = 100,
  884. }
  885. DarkRP.createCategory{
  886. name = "501st Clone Trooper",
  887. categorises = "jobs",
  888. startExpanded = true,
  889. color = Color(0, 107, 0, 255),
  890. canSee = fp{fn.Id, true},
  891. sortOrder = 100,
  892. }
  893. DarkRP.createCategory{
  894. name = "212th Clone Trooper",
  895. categorises = "jobs",
  896. startExpanded = true,
  897. color = Color(0, 107, 0, 255),
  898. canSee = fp{fn.Id, true},
  899. sortOrder = 100,
  900. DarkRP.createCategory{
  901. name = "187th Clone Trooper",
  902. categorises = "jobs",
  903. startExpanded = true,
  904. color = Color(0, 107, 0, 255),
  905. canSee = fp{fn.Id, true},
  906. sortOrder = 100,
  907. DarkRP.createCategory{
  908. name = "Clone Trooper",
  909. categorises = "jobs",
  910. startExpanded = true,
  911. color = Color(0, 107, 0, 255),
  912. canSee = fp{fn.Id, true},
  913. sortOrder = 100,
  914. }
  915. DarkRP.createCategory{
  916. name = "Citizen",
  917. categorises = "jobs",
  918. startExpanded = true,
  919. color = Color(0, 107, 0, 255),
  920. canSee = fp{fn.Id, true},
  921. sortOrder = 100,
  922. }
  923. DarkRP.createCategory{
  924. name = "Sith",
  925. categorises = "jobs",
  926. startExpanded = true,
  927. color = Color(0, 107, 0, 255),
  928. canSee = fp{fn.Id, true},
  929. sortOrder = 100,
  930. }
  931. DarkRP.createCategory{
  932. name = "Clone Commando",
  933. categorises = "jobs",
  934. startExpanded = true,
  935. color = Color(0, 107, 0, 255),
  936. canSee = fp{fn.Id, true},
  937. sortOrder = 100,
  938. }
  939. DarkRP.createCategory{
  940. name = "Jedi",
  941. categorises = "jobs",
  942. startExpanded = true,
  943. color = Color(0, 107, 0, 255),
  944. canSee = fp{fn.Id, true},
  945. sortOrder = 100,
  946. }
  947. DarkRP.createCategory{
  948. name = “Eternal Empire,
  949. categorises = "jobs",
  950. startExpanded = true,
  951. color = Color(0, 107, 0, 255),
  952. canSee = fp{fn.Id, true},
  953. sortOrder = 100,
  954. }
  955. DarkRP.createCategory{
  956. name = “Ancient Empire,
  957. categorises = "jobs",
  958. startExpanded = true,
  959. color = Color(0, 107, 0, 255),
  960. canSee = fp{fn.Id, true},
  961. sortOrder = 100,
  962. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement