Advertisement
Huntercam

Untitled

May 12th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.91 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_GC = DarkRP.createJob("Green Company Trooper", {
  22. color = Color(20, 0, 255, 255),
  23. model = {"models/player/testgc/cgi comp.mdl"},
  24. description = [[You have been promoted congratulations]],
  25. weapons = {"weapon_752_dc15s","weapon_752_t700","weapon_752_kyd21"},
  26. command = "GCTRP",
  27. max = 0,
  28. salary = 200,
  29. admin = 0,
  30. vote = false,
  31. hasLicense = true,
  32. candemote = false,
  33. -- CustomCheck
  34. medic = false,
  35. chief = false,
  36. mayor = false,
  37. hobo = false,
  38. cook = false,
  39. category = "Green Company",
  40. customCheck = function(ply) return ply:GetUserGroup() == "GCTRP" end
  41. })
  42.  
  43. TEAM_GC = DarkRP.createJob("Green Company Seargeant", {
  44. color = Color(25, 242, 47, 255),
  45. model = {"models/player/testgc/cgi comp.mdl"},
  46. description = [[You Got Promoted Well Done]],
  47. weapons = {"weapon_752_dc15s","weapon_752_t700","weapon_752_kyd21"},
  48. command = "GCSGT",
  49. max = 2,
  50. salary = 50,
  51. admin = 0,
  52. vote = true,
  53. hasLicense = true,
  54. candemote = true,
  55. -- CustomCheck
  56. medic = false,
  57. chief = false,
  58. mayor = false,
  59. hobo = false,
  60. cook = false,
  61. category = "Green Company",
  62. customCheck = function(ply) return ply:GetUserGroup() == "GCSGT" end
  63. })
  64.  
  65.  
  66. TEAM_GC = DarkRP.createJob("Green Company EXO", {
  67. color = Color(20, 0, 255, 255),
  68. model = {"models/player/testgc/cgi comp.mdl"},
  69. description = [[You have been promoted congratulations]],
  70. weapons = {"weapon_752_dc15s","weapon_752_t700","weapon_752_kyd21"},
  71. command = "GCEXO",
  72. max = 1,
  73. salary = 300,
  74. admin = 0,
  75. vote = false,
  76. hasLicense = true,
  77. candemote = false,
  78. -- CustomCheck
  79. medic = false,
  80. chief = false,
  81. mayor = false,
  82. hobo = false,
  83. cook = false,
  84. category = "Green Company",
  85. customCheck = function(ply) return ply:GetUserGroup() == "GCEXO" end
  86. })
  87.  
  88. TEAM_ST = DarkRP.createJob("Green Company Commander", {
  89. color = Color(20, 0, 255, 255),
  90. model = {"models/player/testg/cgi gree.mdl"},
  91. description = [[You have been promoted congratulations]],
  92. weapons = {"weapon_752_dc15s","weapon_752_kyd21","weapon_752_t700"},
  93. command = "GCComm",
  94. max = 2,
  95. salary = 350,
  96. admin = 0,
  97. vote = false,
  98. hasLicense = true,
  99. candemote = false,
  100. -- CustomCheck
  101. medic = false,
  102. chief = false,
  103. mayor = false,
  104. hobo = false,
  105. cook = false,
  106. category = "Green Company",
  107. customCheck = function(ply) return ply:GetUserGroup() == "GCComm" end
  108. })
  109.  
  110.  
  111.  
  112.  
  113. TEAM_CP = DarkRP.createJob("Clone Pilot Trooper", {
  114. color = Color(0, 0, 0, 255),
  115. model = {"models/player/sgg/dtarwars/mlonetrooper_pilot1.mdl"},
  116. description = [[You have been promoted congratulations]],
  117. weapons = {"weapon_752_e11","weapon_752_kyd21"},
  118. command = "CPTRP",
  119. max = 0,
  120. salary = 200,
  121. admin = 0,
  122. vote = false,
  123. hasLicense = true,
  124. candemote = false,
  125. -- CustomCheck
  126. medic = false,
  127. chief = false,
  128. mayor = false,
  129. hobo = false,
  130. cook = false,
  131. category = "Clone Pilot",
  132. customCheck = function(ply) return ply:GetUserGroup() == "CPTRP" end
  133. })
  134.  
  135. TEAM_CP = DarkRP.createJob("Clone Pilot Seargeant", {
  136. color = Color(0, 0, 0, 255),
  137. model = {"models/player/sgg/dtarwars/mlonetrooper_pilot1.mdl"},
  138. description = [[You have been promoted congratulations]],
  139. weapons = {"weapon_752_e11","weapon_752_kyd21"},
  140. command = "CPSGT",
  141. max = 5,
  142. salary = 250,
  143. admin = 0,
  144. vote = false,
  145. hasLicense = true,
  146. candemote = false,
  147. -- CustomCheck
  148. medic = false,
  149. chief = false,
  150. mayor = false,
  151. hobo = false,
  152. cook = false,
  153. category = "Clone Pilot",
  154. customCheck = function(ply) return ply:GetUserGroup() == "CPSGT" end
  155. })
  156.  
  157. TEAM_TP = DarkRP.createJob("Clone Pilot EXO", {
  158. color = Color(0, 0, 0, 255),
  159. model = {"models/player/sgg/dtarwars/mlonetrooper_pilot1.mdl"},
  160. description = [[You have been promoted congratulations]],
  161. weapons = {"weapon_752_e11","weapon_752_kyd21"},
  162. command = "GCEXO",
  163. max = 3,
  164. salary = 300,
  165. admin = 0,
  166. vote = false,
  167. hasLicense = true,
  168. candemote = false,
  169. -- CustomCheck
  170. medic = false,
  171. chief = false,
  172. mayor = false,
  173. hobo = false,
  174. cook = false,
  175. category = "Clone Pilot",
  176. customCheck = function(ply) return ply:GetUserGroup() == "GCEXO" end
  177. })
  178.  
  179. TEAM_TP = DarkRP.createJob("Clone Pilot Commander", {
  180. color = Color(0, 0, 0, 255),
  181. model = {"models/player/sgg/dtarwars/mlonetrooper_pilot1.mdl"},
  182. description = [[You have been promoted congratulations]],
  183. weapons = {"weapon_752_e11","weapon_752_kyd21"},
  184. command = "CPComm",
  185. max = 2,
  186. salary = 350,
  187. admin = 0,
  188. vote = false,
  189. hasLicense = true,
  190. candemote = false,
  191. -- CustomCheck
  192. medic = false,
  193. chief = false,
  194. mayor = false,
  195. hobo = false,
  196. cook = false,
  197. category = "Clone Pilot",
  198. customCheck = function(ply) return ply:GetUserGroup() == "CPComm" end
  199. })
  200.  
  201.  
  202. TEAM_JEDIP = DarkRP.createJob("Jedi Padawan", {
  203. color = Color(0, 0, 0, 255),
  204. model = {"models/grealms/characters/padawan/padawan_04.mdl"},
  205. description = [[you are a jedi padawan]],
  206. weapons = {"weapon_lightsaber"},
  207. command = "jedipadawan",
  208. max = 6,
  209. salary = 100,
  210. admin = 0,
  211. vote = false,
  212. hasLicense = true,
  213. candemote = true,
  214. -- CustomCheck
  215. medic = false,
  216. chief = false,
  217. mayor = false,
  218. hobo = false,
  219. cook = false,
  220. category = "Jedi",
  221. customCheck = function(ply) return ply:GetUserGroup() == "jedipadawan" end
  222. })
  223.  
  224. TEAM_JEDI = DarkRP.createJob("Jedi Knight", {
  225. color = Color(20, 150, 20, 255),
  226. model = "models/grealms/characters/jedirobes/jedirobes_01.mdl",
  227. description = [[ you are now a jedi knigh! ]],
  228. weapons = {"weapon_lightsaber"},
  229. command = "JK",
  230. max = 7,
  231. salary = 500,
  232. admin = 0,
  233. vote = false,
  234. hasLicense = false,
  235. candemote = false,
  236. -- CustomCheck
  237. medic = false,
  238. chief = false,
  239. mayor = false,
  240. hobo = false,
  241. cook = false,
  242. category = "Jedi",
  243. customCheck = function(ply) return ply:GetUserGroup() == "JK" end
  244. })
  245.  
  246.  
  247. TEAM_JEDI = DarkRP.createJob("Jedi Master", {
  248. color = Color(20, 150, 20, 255),
  249. model = "models/grealms/characters/jedirobes/jedirobes_01.mdl",
  250. description = [[Jedi]],
  251. weapons = {"weapon_lightsaber"},
  252. command = "JM",
  253. max = 6,
  254. salary = 500,
  255. admin = 0,
  256. vote = false,
  257. hasLicense = false,
  258. candemote = false,
  259. -- CustomCheck
  260. medic = false,
  261. chief = false,
  262. mayor = false,
  263. hobo = false,
  264. cook = false,
  265. category = "Jedi",
  266. customCheck = function(ply) return ply:GetUserGroup() == "JM" end
  267. })
  268.  
  269. TEAM_JEDI = DarkRP.createJob("Jedi Grand Master", {
  270. color = Color(20, 150, 20, 255),
  271. model = "models/grealms/characters/jedirobes/jedirobes_01.mdl",
  272. description = [[Jedi]],
  273. weapons = {"weapon_lightsaber"},
  274. command = "JGM",
  275. max = 4,
  276. salary = 500,
  277. admin = 0,
  278. vote = false,
  279. hasLicense = false,
  280. candemote = false,
  281. -- CustomCheck
  282. medic = false,
  283. chief = false,
  284. mayor = false,
  285. hobo = false,
  286. cook = false,
  287. category = "Jedi",
  288. customCheck = function(ply) return ply:GetUserGroup() == "JGM" end
  289. })
  290.  
  291.  
  292. TEAM_YODA = DarkRP.createJob("Grand Master Yoda", {
  293. color = Color(0, 0, 0, 255),
  294. model = {"models/player/b4p/b4p_yoda.mdl"},
  295. description = [[You are the grandmaster yoda gimself]],
  296. weapons = {"weapon_lightsaber"},
  297. command = "GMY",
  298. max = 1,
  299. salary = 500,
  300. admin = 0,
  301. vote = false,
  302. hasLicense = true,
  303. candemote = true,
  304. -- CustomCheck
  305. medic = false,
  306. chief = false,
  307. mayor = false,
  308. hobo = false,
  309. cook = false,
  310. category = "Green Company",
  311. customCheck = function(ply) return ply:GetUserGroup() == "GMY" end
  312. })
  313.  
  314.  
  315.  
  316. TEAM_MACE = DarkRP.createJob("Mace Windu", {
  317. color = Color(112, 12, 191, 255),
  318. model = {"models/ryan7259/mace_windu/mace_windu_player.mdl"},
  319. description = [[you are Mace Windu one of the members jedi council members]],
  320. weapons = {"weapon_lightsaber"},
  321. command = "mace",
  322. max = 1,
  323. salary = 500,
  324. admin = 0,
  325. vote = false,
  326. hasLicense = true,
  327. candemote = true,
  328. -- CustomCheck
  329. medic = false,
  330. chief = false,
  331. mayor = false,
  332. hobo = false,
  333. cook = false,
  334. category = "Jedi",
  335. customCheck = function(ply) return ply:GetUserGroup() == "mace" end
  336. })
  337.  
  338.  
  339. TEAM_CADET = DarkRP.createJob("Clone Cadet", {
  340. color = Color(0, 71, 255, 255),
  341. model = {"models/player/testc/cgi cadet.mdl"},
  342. description = [[You need get trained]],
  343. weapons = {"weapon_752_dc15sa"},
  344. command = "CC",
  345. max = 0,
  346. salary = 0,
  347. admin = 0,
  348. vote = false,
  349. hasLicense = false,
  350. candemote = false,
  351. -- CustomCheck
  352. medic = false,
  353. chief = false,
  354. mayor = false,
  355. hobo = false,
  356. cook = false,
  357. category = "Clone Troopers",
  358. customCheck = function(ply) return ply:GetUserGroup() == "CC" end
  359. })
  360.  
  361.  
  362. TEAM_CLONE = DarkRP.createJob("Clone Trooper", {
  363. color = Color(0, 71, 255, 255),
  364. model = {"models/player/sgg/starwars/clonetrooper.mdl"},
  365. description = [[You have passed training and can join a regiment]],
  366. weapons = {"weapon_752_dc15a","weapon_752_dc15sa"},
  367. command = "CT",
  368. max = 0,
  369. salary = 0,
  370. admin = 0,
  371. vote = false,
  372. hasLicense = false,
  373. candemote = false,
  374. -- CustomCheck
  375. medic = false,
  376. chief = false,
  377. mayor = false,
  378. hobo = false,
  379. cook = false,
  380. category = "Clone Troopers",
  381. customCheck = function(ply) return ply:GetUserGroup() == "CT" end
  382.  
  383. })
  384.  
  385.  
  386. TEAM_CLONE = DarkRP.createJob("Clone Drill Sergeant", {
  387. color = Color(0, 71, 255, 255),
  388. model = {"models/player/asgclonewars/clone_commander_yellow/clone_commander_yellow.mdl"},
  389. description = [[You are a drill sergeant train the clones well you are the same rank as an E.X.O]],
  390. weapons = {"weapon_752_dc15a","weapon_752_dc15sa"},
  391. command = "CDS",
  392. max = 2,
  393. salary = 0,
  394. admin = 0,
  395. vote = false,
  396. hasLicense = false,
  397. candemote = false,
  398. -- CustomCheck
  399. medic = false,
  400. chief = false,
  401. mayor = false,
  402. hobo = false,
  403. cook = false,
  404. category = "Clone Troopers",
  405. customCheck = function(ply) return ply:GetUserGroup() == "CDS" end
  406.  
  407. })
  408.  
  409. TEAM_CLONE = DarkRP.createJob("Clone Commander", {
  410. color = Color(0, 71, 255, 255),
  411. model = {"models/player/sgg/starwars/clonetrooper_deviss.mdl"},
  412. description = [[You command the clone troopers]],
  413. weapons = {"weapon_752_dc15a","weapon_752_dc15sa"},
  414. command = "CComm",
  415. max = 1,
  416. salary = 0,
  417. admin = 0,
  418. vote = false,
  419. hasLicense = false,
  420. candemote = false,
  421. -- CustomCheck
  422. medic = false,
  423. chief = false,
  424. mayor = false,
  425. hobo = false,
  426. cook = false,
  427. category = "Clone Troopers",
  428. customCheck = function(ply) return ply:GetUserGroup() == "CComm" end
  429.  
  430. })
  431.  
  432. TEAM_212th = DarkRP.createJob("212th Trooper", {
  433. color = Color(0, 71, 255, 255),
  434. model = {"models/player/212th/c212th trooper.mdl"},
  435. description = [[You are a trooper of an attack battalion called the 212th]],
  436. weapons = {"weapon_752_dc15a","weapon_752_dc15sa"},
  437. command = "212thTRP",
  438. max = 0,
  439. salary = 0,
  440. admin = 0,
  441. vote = false,
  442. hasLicense = false,
  443. candemote = false,
  444. -- CustomCheck
  445. medic = false,
  446. chief = false,
  447. mayor = false,
  448. hobo = false,
  449. cook = false,
  450. category = "212th",
  451. customCheck = function(ply) return ply:GetUserGroup() == "212thTRP" end
  452. })
  453.  
  454. TEAM_212th = DarkRP.createJob("212th Sergeant", {
  455. color = Color(0, 71, 255, 255),
  456. model = {"models/player/212th/c212th trooper.mdl"},
  457. description = [[You are a sergeant of the 212th]],
  458. weapons = {"weapon_752_dc15a","weapon_752_dc15sa"},
  459. command = "212thSGT",
  460. max = 2,
  461. salary = 0,
  462. admin = 0,
  463. vote = false,
  464. hasLicense = false,
  465. candemote = false,
  466. -- CustomCheck
  467. medic = false,
  468. chief = false,
  469. mayor = false,
  470. hobo = false,
  471. cook = false,
  472. category = "212th",
  473. customCheck = function(ply) return ply:GetUserGroup() == "212thSGT" end
  474. })
  475.  
  476. TEAM_212th = DarkRP.createJob("212th E.X.O", {
  477. color = Color(237, 152, 24, 255),
  478. model = {"models/player/212th/c212th trooper.mdl"},
  479. description = [[You are second in command of the 212th]],
  480. weapons = {"weapon_752_dc15a","weapon_752_dc17dual","dc17grapple"},
  481. command = "212thEXO",
  482. max = 5,
  483. salary = 75,
  484. admin = 0,
  485. vote = true,
  486. hasLicense = true,
  487. candemote = true,
  488. -- CustomCheck
  489. medic = false,
  490. chief = false,
  491. mayor = false,
  492. hobo = false,
  493. cook = false,
  494. category = "212th",
  495. customCheck = function(ply) return ply:GetUserGroup() == "212thEXO" end
  496. })
  497.  
  498.  
  499. TEAM_212th = DarkRP.createJob("212th Commander", {
  500. color = Color(0, 71, 255, 255),
  501. model = {"models/player/testccc/ccody.mdl"},
  502. description = [[you are the commander of the 212th]],
  503. weapons = {"weapon_752_dc15a","weapon_752_dc17dual","dc17grapple"},
  504. command = "212thComm",
  505. max = 1,
  506. salary = 0,
  507. admin = 0,
  508. vote = false,
  509. hasLicense = false,
  510. candemote = false,
  511. -- CustomCheck
  512. medic = false,
  513. chief = false,
  514. mayor = false,
  515. hobo = false,
  516. cook = false,
  517. category = "212th",
  518. customCheck = function(ply) return ply:GetUserGroup() == "212thComm" end
  519. })
  520.  
  521.  
  522. TEAM_212th = DarkRP.createJob("Obi Wan Kenobi", {
  523. color = Color(0, 71, 255, 255),
  524. model = {"models/player/b4p/b4p_obiwan/obiwan.mdl"},
  525. description = [[You are the general of the 212th]],
  526. weapons = {"weapon_lightsaber"},
  527. command = "OWK",
  528. max = 1,
  529. salary = 0,
  530. admin = 0,
  531. vote = false,
  532. hasLicense = false,
  533. candemote = false,
  534. -- CustomCheck
  535. medic = false,
  536. chief = false,
  537. mayor = false,
  538. hobo = false,
  539. cook = false,
  540. category = "212th",
  541. customCheck = function(ply) return ply:GetUserGroup() == "OBW" end
  542. })
  543.  
  544. TEAM_CG = DarkRP.createJob("Clone Guard Trooper", {
  545. color = Color(0, 71, 255, 255),
  546. model = {"models/player/cguard/cgi cguard.mdl"},
  547. description = [[You are a trooper of the police force on the ship]],
  548. weapons = {"weapon_752_dc15a","weapon_752_dc17","arrest_stick","unarrest_stick","stunstick","taser"},
  549. command = "CGTRP",
  550. max = 0,
  551. salary = 0,
  552. admin = 0,
  553. vote = false,
  554. hasLicense = false,
  555. candemote = false,
  556. -- CustomCheck
  557. medic = false,
  558. chief = false,
  559. mayor = false,
  560. hobo = false,
  561. cook = false,
  562. category = "Clone Guard",
  563. customCheck = function(ply) return ply:GetUserGroup() == "CGTRP" end
  564. })
  565.  
  566. TEAM_CG = DarkRP.createJob("Clone Guard Sergeant", {
  567. color = Color(0, 71, 255, 255),
  568. model = {"models/player/cguard/cgi cguard.mdl"},
  569. description = [[you are a sergeant of the clone guards]],
  570. weapons = {"weapon_752_dc15a","weapon_752_dc17","arrest_stick","unarrest_stick","stunstick","taser"},
  571. command = "CGSGT",
  572. max = 2,
  573. salary = 0,
  574. admin = 0,
  575. vote = false,
  576. hasLicense = false,
  577. candemote = false,
  578. -- CustomCheck
  579. medic = false,
  580. chief = false,
  581. mayor = false,
  582. hobo = false,
  583. cook = false,
  584. category = "Clone Guard",
  585. customCheck = function(ply) return ply:GetUserGroup() == "CGSGT" end
  586. })
  587.  
  588. TEAM_CG = DarkRP.createJob("Clone Guard E.X.O", {
  589. color = Color(0, 71, 255, 255),
  590. model = {"models/player/cguard/cgi cguard.mdl"},
  591. description = [[You are second in command of the Clone Guards]],
  592. weapons = {"weapon_752_dc15a","weapon_752_dc17","arrest_stick","unarrest_stick","stunstick","taser"},
  593. command = "CGEXO",
  594. max = 1,
  595. salary = 0,
  596. admin = 0,
  597. vote = false,
  598. hasLicense = false,
  599. candemote = false,
  600. -- CustomCheck
  601. medic = false,
  602. chief = false,
  603. mayor = false,
  604. hobo = false,
  605. cook = false,
  606. category = "Clone Guard",
  607. customCheck = function(ply) return ply:GetUserGroup() == "CGEXO" end
  608. })
  609.  
  610. TEAM_CG = DarkRP.createJob("Clone Guard Commander", {
  611. color = Color(0, 71, 255, 255),
  612. model = {"models/player/fox/ccfox.mdl"},
  613. description = [[You are the commander of the Clone Guards]],
  614. weapons = {"weapon_752_dc15a","weapon_752_dc17","arrest_stick","unarrest_stick","stunstick","taser"},
  615. command = "CGComm",
  616. max = 1,
  617. salary = 0,
  618. admin = 0,
  619. vote = false,
  620. hasLicense = false,
  621. candemote = false,
  622. -- CustomCheck
  623. medic = false,
  624. chief = false,
  625. mayor = false,
  626. hobo = false,
  627. cook = false,
  628. category = "Clone Guard",
  629. customCheck = function(ply) return ply:GetUserGroup() == "CGComm" end
  630. })
  631.  
  632. TEAM_DS = DarkRP.createJob("Delta Squad Trooper", {
  633. color = Color(0, 71, 255, 255),
  634. model = {"models/player/sgg/starwars/clone_commando.mdl"},
  635. description = [[You are a Trooperof Delta Squad]],
  636. weapons = {"weapon_752_dc17m_br","weapon_752_dc15sa","dc17grapple","weapon_752_dc17m_sn"},
  637. command = "DSTRP",
  638. max = 5,
  639. salary = 0,
  640. admin = 0,
  641. vote = false,
  642. hasLicense = false,
  643. candemote = false,
  644. -- CustomCheck
  645. medic = false,
  646. chief = false,
  647. mayor = false,
  648. hobo = false,
  649. cook = false,
  650. category = "Delta Squad",
  651. customCheck = function(ply) return ply:GetUserGroup() == "DSTRP" end
  652. })
  653.  
  654.  
  655. TEAM_DS = DarkRP.createJob("Delta Squad Sergeant", {
  656. color = Color(0, 71, 255, 255),
  657. model = {"models/player/sgg/starwars/clone_commando.mdl"},
  658. description = [[You are the sergeant of delta squad]],
  659. weapons = {"weapon_752_dc17m_br","weapon_752_dc15sa","dc17grapple","weapon_752_dc17m_sn"},
  660. command = "DSSGT",
  661. max = 2,
  662. salary = 0,
  663. admin = 0,
  664. vote = false,
  665. hasLicense = false,
  666. candemote = false,
  667. -- CustomCheck
  668. medic = false,
  669. chief = false,
  670. mayor = false,
  671. hobo = false,
  672. cook = false,
  673. category = "Delta Squad",
  674. customCheck = function(ply) return ply:GetUserGroup() == "DSSGT" end
  675. })
  676.  
  677. TEAM_DS = DarkRP.createJob("Delta Squad E.X.O", {
  678. color = Color(0, 71, 255, 255),
  679. model = {"models/player/sgg/starwars/clone_commando.mdl"},
  680. description = [[You are the second in command of delta squad]],
  681. weapons = {"weapon_752_dc17m_br","weapon_752_dc15sa","dc17grapple","weapon_752_dc17m_sn"},
  682. command = "DSEXO",
  683. max = 1,
  684. salary = 0,
  685. admin = 0,
  686. vote = false,
  687. hasLicense = false,
  688. candemote = false,
  689. -- CustomCheck
  690. medic = false,
  691. chief = false,
  692. mayor = false,
  693. hobo = false,
  694. cook = false,
  695. category = "Delta Squad",
  696. customCheck = function(ply) return ply:GetUserGroup() == "DSEXO" end
  697. })
  698.  
  699. TEAM_DS = DarkRP.createJob("Delta Squad Commander", {
  700. color = Color(0, 71, 255, 255),
  701. model = {"models/player/sgg/starwars/clone_commando_38.mdl"},
  702. description = [[You are the Commander of delta squad]],
  703. weapons = {"weapon_752_dc17m_br","weapon_752_dc15sa","dc17grapple","weapon_752_dc17m_sn"},
  704. command = "DSComm",
  705. max = 1,
  706. salary = 0,
  707. admin = 0,
  708. vote = false,
  709. hasLicense = false,
  710. candemote = false,
  711. -- CustomCheck
  712. medic = false,
  713. chief = false,
  714. mayor = false,
  715. hobo = false,
  716. cook = false,
  717. category = "Delta Squad",
  718. customCheck = function(ply) return ply:GetUserGroup() == "DSComm" end
  719. })
  720.  
  721. TEAM_WP = DarkRP.createJob("Wolf Pack Trooper", {
  722. color = Color(0, 71, 255, 255),
  723. model = {"models/player/testgr/c104th trooper.mdl"},
  724. description = [[You are a Wolf Pack Trooper]],
  725. weapons = {"weapon_752_dc15a","weapon_752_dc17dual","dc17grapple"},
  726. command = "WPTRP",
  727. max = 0,
  728. salary = 0,
  729. admin = 0,
  730. vote = false,
  731. hasLicense = false,
  732. candemote = false,
  733. -- CustomCheck
  734. medic = false,
  735. chief = false,
  736. mayor = false,
  737. hobo = false,
  738. cook = false,
  739. category = "Wolf Pack",
  740. customCheck = function(ply) return ply:GetUserGroup() == "WPTRP" end
  741. })
  742.  
  743. TEAM_WP = DarkRP.createJob("Wolf Pack Sergeant", {
  744. color = Color(0, 71, 255, 255),
  745. model = {"models/player/testgr/c104th trooper.mdl"},
  746. description = [[You are a Wolf Pack Trooper]],
  747. weapons = {"weapon_752_dc15a","weapon_752_dc17dual","dc17grapple"},
  748. command = "WPSGT",
  749. max = 2,
  750. salary = 0,
  751. admin = 0,
  752. vote = false,
  753. hasLicense = false,
  754. candemote = false,
  755. -- CustomCheck
  756. medic = false,
  757. chief = false,
  758. mayor = false,
  759. hobo = false,
  760. cook = false,
  761. category = "Wolf Pack",
  762. customCheck = function(ply) return ply:GetUserGroup() == "WPSGT" end
  763. })
  764.  
  765. TEAM_WP = DarkRP.createJob("Wolf Pack E.X.O", {
  766. color = Color(0, 71, 255, 255),
  767. model = {"models/player/testgr/c104th trooper.mdl"},
  768. description = [[You are a Wolf Pack Trooper]],
  769. weapons = {"weapon_752_dc15a","weapon_752_dc17dual","dc17grapple"},
  770. command = "WPEXO",
  771. max = 1,
  772. salary = 0,
  773. admin = 0,
  774. vote = false,
  775. hasLicense = false,
  776. candemote = false,
  777. -- CustomCheck
  778. medic = false,
  779. chief = false,
  780. mayor = false,
  781. hobo = false,
  782. cook = false,
  783. category = "Wolf Pack",
  784. customCheck = function(ply) return ply:GetUserGroup() == "WPEXO" end
  785. })
  786.  
  787. TEAM_WP = DarkRP.createJob("Wolf Pack Commander", {
  788. color = Color(0, 71, 255, 255),
  789. model = {"models/player/wolffe/ccgi wolffe.mdl"},
  790. description = [[You are a Wolf Pack Trooper]],
  791. weapons = {"weapon_752_dc15a","weapon_752_dc17dual","dc17grapple"},
  792. command = "WPComm",
  793. max = 1,
  794. salary = 0,
  795. admin = 0,
  796. vote = false,
  797. hasLicense = false,
  798. candemote = false,
  799. -- CustomCheck
  800. medic = false,
  801. chief = false,
  802. mayor = false,
  803. hobo = false,
  804. cook = false,
  805. category = "Wolf Pack",
  806. customCheck = function(ply) return ply:GetUserGroup() == "WPComm" end
  807. })
  808.  
  809. TEAM_OS = DarkRP.createJob("Omega Squad Trooper", {
  810. color = Color(0, 71, 255, 255),
  811. model = {"models/player/sgg/starwars/clone_commando.mdl"},
  812. description = [[You are an Omega Squad Trooper]],
  813. weapons = {"weapon_752_dc17m_br","weapon_752_dc15sa","dc17grapple","weapon_752_dc17m_sn"},
  814. command = "OSTRP",
  815. max = 0,
  816. salary = 0,
  817. admin = 0,
  818. vote = false,
  819. hasLicense = false,
  820. candemote = false,
  821. -- CustomCheck
  822. medic = false,
  823. chief = false,
  824. mayor = false,
  825. hobo = false,
  826. cook = false,
  827. category = "Omega Squad",
  828. customCheck = function(ply) return ply:GetUserGroup() == "OSTRP" end
  829. })
  830.  
  831. TEAM_OS = DarkRP.createJob("Omega Squad Sergeant", {
  832. color = Color(0, 71, 255, 255),
  833. model = {"models/player/sgg/starwars/clone_commando.mdl"},
  834. description = [[You are an Omega Squad Sergeant]],
  835. weapons = {"weapon_752_dc17m_br","weapon_752_dc15sa","dc17grapple","weapon_752_dc17m_sn"},
  836. command = "OSSGT",
  837. max = 2,
  838. salary = 0,
  839. admin = 0,
  840. vote = false,
  841. hasLicense = false,
  842. candemote = false,
  843. -- CustomCheck
  844. medic = false,
  845. chief = false,
  846. mayor = false,
  847. hobo = false,
  848. cook = false,
  849. category = "Omega Squad",
  850. customCheck = function(ply) return ply:GetUserGroup() == "OSSGT" end
  851. })
  852.  
  853. TEAM_OS = DarkRP.createJob("Omega Squad E.X.O", {
  854. color = Color(0, 71, 255, 255),
  855. model = {"models/player/sgg/starwars/clone_commando.mdl"},
  856. description = [[You are an Omega Squad E.X.O]],
  857. weapons = {"weapon_752_dc17m_br","weapon_752_dc15sa","dc17grapple","weapon_752_dc17m_sn"},
  858. command = "OSEXO",
  859. max = 1,
  860. salary = 0,
  861. admin = 0,
  862. vote = false,
  863. hasLicense = false,
  864. candemote = false,
  865. -- CustomCheck
  866. medic = false,
  867. chief = false,
  868. mayor = false,
  869. hobo = false,
  870. cook = false,
  871. category = "Omega Squad",
  872. customCheck = function(ply) return ply:GetUserGroup() == "OSEXO" end
  873. })
  874.  
  875. TEAM_OS = DarkRP.createJob("Omega Squad Commander", {
  876. color = Color(0, 71, 255, 255),
  877. model = {"models/player/sgg/starwars/clone_commando.mdl"},
  878. description = [[You are an Omega Squad Commander]],
  879. weapons = {"weapon_752_dc17m_br","weapon_752_dc15sa","dc17grapple","weapon_752_dc17m_sn"},
  880. command = "OSComm",
  881. max = 1,
  882. salary = 0,
  883. admin = 0,
  884. vote = false,
  885. hasLicense = false,
  886. candemote = false,
  887. -- CustomCheck
  888. medic = false,
  889. chief = false,
  890. mayor = false,
  891. hobo = false,
  892. cook = false,
  893. category = "Omega Squad",
  894. customCheck = function(ply) return ply:GetUserGroup() == "OSComm" end
  895. })
  896.  
  897. TEAM_FLEET = DarkRP.createJob("Fleet Grand Admiral", {
  898. color = Color(0, 10, 255, 255),
  899. model = {" models/player/scifi_bill.mdl"},
  900. description = [[You are the Grand Admiral highest on the ship]],
  901. weapons = {"weapon_752_kyd21"},
  902. command = "FGA",
  903. max = 1,
  904. salary = 350,
  905. admin = 0,
  906. vote = false,
  907. hasLicense = true,
  908. candemote = false,
  909. -- CustomCheck
  910. medic = false,
  911. chief = false,
  912. mayor = false,
  913. hobo = false,
  914. cook = false,
  915. category = "Fleet",
  916. customCheck = function(ply) return ply:GetUserGroup() == "FGA" end
  917. })
  918.  
  919. TEAM_FLEET = DarkRP.createJob("Fleet Admiral", {
  920. color = Color(0, 10, 255, 255),
  921. model = {"models/player/scifi_male_05.mdl"},
  922. description = [[You are the Admiral]],
  923. weapons = {"weapon_752_kyd21"},
  924. command = "Fleetadmiral",
  925. max = 1,
  926. salary = 350,
  927. admin = 0,
  928. vote = false,
  929. hasLicense = true,
  930. candemote = false,
  931. -- CustomCheck
  932. medic = false,
  933. chief = false,
  934. mayor = false,
  935. hobo = false,
  936. cook = false,
  937. category = "Fleet",
  938. customCheck = function(ply) return ply:GetUserGroup() == "Fleetadmiral" end
  939. })
  940.  
  941. TEAM_FLEET = DarkRP.createJob("Fleet Vice Admiral", {
  942. color = Color(0, 10, 255, 255),
  943. model = {"models/player/scifi_male_05.mdl"},
  944. description = [[You are the Vice Admiral]],
  945. weapons = {"weapon_752_kyd21"},
  946. command = "Fvc",
  947. max = 0,
  948. salary = 350,
  949. admin = 0,
  950. vote = false,
  951. hasLicense = true,
  952. candemote = false,
  953. -- CustomCheck
  954. medic = false,
  955. chief = false,
  956. mayor = false,
  957. hobo = false,
  958. cook = false,
  959. category = "Fleet",
  960. customCheck = function(ply) return ply:GetUserGroup() == "Fvc" end
  961. })
  962.  
  963. TEAM_FLEET = DarkRP.createJob("Fleet Leiutenant", {
  964. color = Color(0, 10, 255, 255),
  965. model = {"models/player/scifi_male_05.mdl"},
  966. description = [[You are the Fleet Leiutenant]],
  967. weapons = {"weapon_752_kyd21"},
  968. command = "FleetL",
  969. max = 0,
  970. salary = 350,
  971. admin = 0,
  972. vote = false,
  973. hasLicense = true,
  974. candemote = false,
  975. -- CustomCheck
  976. medic = false,
  977. chief = false,
  978. mayor = false,
  979. hobo = false,
  980. cook = false,
  981. category = "Fleet",
  982. customCheck = function(ply) return ply:GetUserGroup() == "FleetL" end
  983. })
  984.  
  985. TEAM_FLEET = DarkRP.createJob("Fleet Officer", {
  986. color = Color(0, 10, 255, 255),
  987. model = {"models/player/scifi_male_05.mdl"},
  988. description = [[You are the Fleet Officer]],
  989. weapons = {"weapon_752_kyd21"},
  990. command = "FleetO",
  991. max = 0,
  992. salary = 350,
  993. admin = 0,
  994. vote = false,
  995. hasLicense = true,
  996. candemote = false,
  997. -- CustomCheck
  998. medic = false,
  999. chief = false,
  1000. mayor = false,
  1001. hobo = false,
  1002. cook = false,
  1003. category = "Fleet",
  1004. customCheck = function(ply) return ply:GetUserGroup() == "FleetO" end
  1005. })
  1006.  
  1007. TEAM_FLEET = DarkRP.createJob("Fleet Security", {
  1008. color = Color(0, 10, 255, 255),
  1009. model = {"models/player/scifi_male_05.mdl"},
  1010. description = [[You are Fleet Security]],
  1011. weapons = {"weapon_752_kyd21"},
  1012. command = "FleetS",
  1013. max = 0,
  1014. salary = 350,
  1015. admin = 0,
  1016. vote = false,
  1017. hasLicense = true,
  1018. candemote = false,
  1019. -- CustomCheck
  1020. medic = false,
  1021. chief = false,
  1022. mayor = false,
  1023. hobo = false,
  1024. cook = false,
  1025. category = "Fleet",
  1026. customCheck = function(ply) return ply:GetUserGroup() == "FleetS" end
  1027. })
  1028.  
  1029.  
  1030.  
  1031. TEAM_STAFF = DarkRP.createJob("Staff On Duty", {
  1032. color = Color(0, 10, 255, 255),
  1033. model = {"models/nate159/req/swtfu/terror_trooper.mdl"},
  1034. description = [[You are Staff]],
  1035. weapons = {},
  1036. command = "STAFF",
  1037. max = 0,
  1038. salary = 350,
  1039. admin = 0,
  1040. vote = false,
  1041. hasLicense = true,
  1042. candemote = false,
  1043. -- CustomCheck
  1044. medic = false,
  1045. chief = false,
  1046. mayor = false,
  1047. hobo = false,
  1048. cook = false,
  1049. category = "Staff",
  1050. customCheck = function(ply) return ply:GetNWString("usergroup") == "STAFF" or ply:GetNWString("usergroup") == "owner" or ply:GetNWString("usergroup") == "co-owner" or ply:GetNWString("usergroup") == "manager" or ply:GetNWString("usergroup") == "headadmin" or ply:GetNWString("usergroup") == "mod" or ply:GetNWString("usergroup") == "t-mod" or ply:GetNWString("usergroup") == "donator" or ply:IsAdmin() or ply:IsSuperAdmin() end,
  1051. })
  1052.  
  1053. TEAM_STAFF = DarkRP.createJob("Owner On Duty", {
  1054. color = Color(0, 10, 255, 255),
  1055. model = {'models/jazzmcfly/jka/younglings/jka_young_anikan.mdl'},
  1056. description = [[You are Staff]],
  1057. weapons = {"weapon_phsgun"},
  1058. command = "OWNER",
  1059. max = 0,
  1060. salary = 350,
  1061. admin = 0,
  1062. vote = false,
  1063. hasLicense = true,
  1064. candemote = false,
  1065. -- CustomCheck
  1066. medic = false,
  1067. chief = false,
  1068. mayor = false,
  1069. hobo = false,
  1070. cook = false,
  1071. category = "Staff",
  1072. customCheck = function(ply) return ply:GetUserGroup() == "OWNER" end
  1073. })
  1074.  
  1075. TEAM_VIP = DarkRP.createJob("Jawa", {
  1076. color = Color(0, 10, 255, 255),
  1077. model = {"models/Player/b4p/b4p_jawa.mdl"},
  1078. description = [[You are Staff]],
  1079. weapons = {"weapon_phsgun"},
  1080. command = "VIPJawa",
  1081. max = 0,
  1082. salary = 350,
  1083. admin = 0,
  1084. vote = false,
  1085. hasLicense = true,
  1086. candemote = false,
  1087. -- CustomCheck
  1088. medic = false,
  1089. chief = false,
  1090. mayor = false,
  1091. hobo = false,
  1092. cook = false,
  1093. category = "VIP",
  1094. customCheck = function(ply) return ply:GetUserGroup() == "VIPJ" end
  1095. })
  1096.  
  1097. TEAM_VIP = DarkRP.createJob("Tusken", {
  1098. color = Color(0, 10, 255, 255),
  1099. model = {"models/Player/b4p/b4p_tusken.mdl"},
  1100. description = [[You are Staff]],
  1101. weapons = {"weapon_phsgun"},
  1102. command = "VIPTusken",
  1103. max = 0,
  1104. salary = 350,
  1105. admin = 0,
  1106. vote = false,
  1107. hasLicense = true,
  1108. candemote = false,
  1109. -- CustomCheck
  1110. medic = false,
  1111. chief = false,
  1112. mayor = false,
  1113. hobo = false,
  1114. cook = false,
  1115. category = "VIP",
  1116. customCheck = function(ply) return ply:GetUserGroup() == "VIPT" end
  1117. })
  1118.  
  1119. TEAM_VIP = DarkRP.createJob("Jabba the Hutt", {
  1120. color = Color(0, 10, 255, 255),
  1121. model = {"models/npc/hgn/swrp/swrp/hutt_01.mdl"},
  1122. description = [[You are Staff]],
  1123. weapons = {"weapon_phsgun"},
  1124. command = "VIPJabba",
  1125. max = 0,
  1126. salary = 350,
  1127. admin = 0,
  1128. vote = false,
  1129. hasLicense = true,
  1130. candemote = false,
  1131. -- CustomCheck
  1132. medic = false,
  1133. chief = false,
  1134. mayor = false,
  1135. hobo = false,
  1136. cook = false,
  1137. category = "VIP",
  1138. customCheck = function(ply) return ply:GetUserGroup() == "VIPJabba" end
  1139. })
  1140.  
  1141. TEAM_VIP = DarkRP.createJob("R2D2", {
  1142. color = Color(0, 10, 255, 255),
  1143. model = {"models/francis115/r2d2_whole.mdl"},
  1144. description = [[You are Staff]],
  1145. weapons = {"weapon_phsgun"},
  1146. command = "VIPR2D2",
  1147. max = 0,
  1148. salary = 350,
  1149. admin = 0,
  1150. vote = false,
  1151. hasLicense = true,
  1152. candemote = false,
  1153. -- CustomCheck
  1154. medic = false,
  1155. chief = false,
  1156. mayor = false,
  1157. hobo = false,
  1158. cook = false,
  1159. category = "VIP",
  1160. customCheck = function(ply) return ply:GetUserGroup() == "VIPR2D2" end
  1161. })
  1162.  
  1163. TEAM_VIP = DarkRP.createJob("C3PO", {
  1164. color = Color(0, 10, 255, 255),
  1165. model = {"models/npc/hgn/swrp/swrp/hutt_01.mdl"},
  1166. description = [[You are Staff]],
  1167. weapons = {"weapon_phsgun"},
  1168. command = "VIPC3PO",
  1169. max = 0,
  1170. salary = 350,
  1171. admin = 0,
  1172. vote = false,
  1173. hasLicense = true,
  1174. candemote = false,
  1175. -- CustomCheck
  1176. medic = false,
  1177. chief = false,
  1178. mayor = false,
  1179. hobo = false,
  1180. cook = false,
  1181. category = "VIP",
  1182. customCheck = function(ply) return ply:GetUserGroup() == "VIPC3PO" end
  1183. })
  1184.  
  1185. TEAM_VIP = DarkRP.createJob("Jar Jar", {
  1186. color = Color(0, 10, 255, 255),
  1187. model = {"models/npc/hgn/swrp/swrp/hutt_01.mdl"},
  1188. description = [[You are Staff]],
  1189. weapons = {"weapon_phsgun"},
  1190. command = "VIPJarJar",
  1191. max = 0,
  1192. salary = 350,
  1193. admin = 0,
  1194. vote = false,
  1195. hasLicense = true,
  1196. candemote = false,
  1197. -- CustomCheck
  1198. medic = false,
  1199. chief = false,
  1200. mayor = false,
  1201. hobo = false,
  1202. cook = false,
  1203. category = "VIP",
  1204. customCheck = function(ply) return ply:GetUserGroup() == "VIPJarJar" end
  1205. })
  1206.  
  1207. --[[---------------------------------------------------------------------------
  1208. Define which team joining players spawn into and what team you change to if demoted
  1209. ---------------------------------------------------------------------------]]
  1210. GAMEMODE.DefaultTeam = TEAM_CADET
  1211.  
  1212.  
  1213. --[[---------------------------------------------------------------------------
  1214. Define which teams belong to civil protection
  1215. Civil protection can set warrants, make people wanted and do some other police related things
  1216. ---------------------------------------------------------------------------]]
  1217. GAMEMODE.CivilProtection = {
  1218. [TEAM_POLICE] = true,
  1219. [TEAM_CHIEF] = true,
  1220. [TEAM_MAYOR] = true,
  1221. }
  1222.  
  1223. --[[---------------------------------------------------------------------------
  1224. Jobs that are hitmen (enables the hitman menu)
  1225. ---------------------------------------------------------------------------]]
  1226. DarkRP.addHitmanTeam(TEAM_MOB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement