Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.02 KB | None | 0 0
  1. ---------------Category-----------------
  2. DarkRP.createCategory{
  3. name = "Recruits",
  4. categorises = "jobs",
  5. startExpanded = true,
  6. color = Color(30, 207, 111, 255),
  7. canSee = function(ply) return true end,
  8. sortOrder = 1
  9. }
  10.  
  11. DarkRP.createCategory{
  12. name = "Infantry Division",
  13. categorises = "jobs",
  14. startExpanded = true,
  15. color = Color(30, 207, 111, 255),
  16. canSee = function(ply) return true end,
  17. sortOrder = 2
  18. }
  19.  
  20. DarkRP.createCategory{
  21. name = "Armored Division",
  22. categorises = "jobs",
  23. startExpanded = true,
  24. color = Color(30, 207, 111, 255),
  25. canSee = function(ply) return true end,
  26. sortOrder = 3
  27. }
  28.  
  29. DarkRP.createCategory{
  30. name = "Mountain Division",
  31. categorises = "jobs",
  32. startExpanded = true,
  33. color = Color(30, 207, 111, 255),
  34. canSee = function(ply) return true end,
  35. sortOrder = 4
  36. }
  37.  
  38. DarkRP.createCategory{
  39. name = "Airborn Division",
  40. categorises = "jobs",
  41. startExpanded = true,
  42. color = Color(30, 207, 111, 255),
  43. canSee = function(ply) return true end,
  44. sortOrder = 5
  45. }
  46.  
  47. DarkRP.createCategory{
  48. name = "SS Division",
  49. categorises = "jobs",
  50. startExpanded = true,
  51. color = Color(30, 207, 111, 255),
  52. canSee = function(ply) return true end,
  53. sortOrder = 6
  54. }
  55.  
  56. DarkRP.createCategory{
  57. name = "General",
  58. categorises = "jobs",
  59. startExpanded = ,
  60. color = Color(17, 68, 51, 255),
  61. canSee = function(ply) return true end,
  62. sortOrder = 7
  63. }
  64.  
  65. DarkRP.createCategory{
  66. name = "GR Infantry Division",
  67. categorises = "jobs",
  68. startExpanded = true,
  69. color = Color(171, 21, 21, 255),
  70. canSee = function(ply) return true end,
  71. sortOrder = 8
  72. }
  73.  
  74. DarkRP.createCategory{
  75. name = "GR Armored Division",
  76. categorises = "jobs",
  77. startExpanded = true,
  78. color = Color(171, 21, 21, 255),
  79. canSee = function(ply) return true end,
  80. sortOrder = 9
  81. }
  82.  
  83. DarkRP.createCategory{
  84. name = "GR Mountain Division",
  85. categorises = "jobs",
  86. startExpanded = true,
  87. color = Color(171, 21, 21, 255),
  88. canSee = function(ply) return true end,
  89. sortOrder = 10
  90. }
  91.  
  92. DarkRP.createCategory{
  93. name = "GR Airborn Division",
  94. categorises = "jobs",
  95. startExpanded = true,
  96. color = Color(171, 21, 21, 255),
  97. canSee = function(ply) return true end,
  98. sortOrder = 11
  99. }
  100.  
  101. DarkRP.createCategory{
  102. name = "GR SS Division",
  103. categorises = "jobs",
  104. startExpanded = true,
  105. color = Color(171, 21, 21, 255),
  106. canSee = function(ply) return true end,
  107. sortOrder = 12
  108. }
  109.  
  110. --------------------Category END----------------------
  111.  
  112. --------------------Jobs-------------------------------
  113. US_Infantry = DarkRP.createJob("US Infantry Men", {
  114. color = Color(9, 39, 194, 255),
  115. model = {},
  116. description = [[]],
  117. weapons = {},
  118. command = "/usinfantry",
  119. max = ,
  120. salary = 0,
  121. admin = ,
  122. vote = ,
  123. hasLicense = ,
  124. candemote =
  125. category = "ff"
  126. })
  127.  
  128. US_Infantrybr = DarkRP.createJob("US Infantry Breacher", {
  129. color = Color(9, 39, 194, 255),
  130. model = {},
  131. description = [[]],
  132. weapons = {},
  133. command = "/usinfantryb",
  134. max = ,
  135. salary = 0,
  136. admin = ,
  137. vote = ,
  138. hasLicense = ,
  139. candemote =
  140. category = "ff"
  141. })
  142.  
  143. US_Infantrymedic = DarkRP.createJob("US Infantry Medic", {
  144. color = Color(9, 39, 194, 255),
  145. model = {},
  146. description = [[]],
  147. weapons = {},
  148. command = "/usinfantrymedic",
  149. max = ,
  150. salary = 0,
  151. admin = ,
  152. vote = ,
  153. hasLicense = ,
  154. candemote =
  155. category = "ff"
  156. })
  157.  
  158. US_Infantryofficer = DarkRP.createJob("US Infantry Officer ", {
  159. color = Color(9, 39, 194, 255),
  160. model = {},
  161. description = [[]],
  162. weapons = {},
  163. command = "/usinfantryofficer",
  164. max = ,
  165. salary = 0,
  166. admin = ,
  167. vote = ,
  168. hasLicense = ,
  169. candemote =
  170. category = "ff"
  171. })
  172.  
  173. US_tankengineer = DarkRP.createJob("Tank engineer", {
  174. color = Color(9, 39, 194, 255),
  175. model = {},
  176. description = [[]],
  177. weapons = {},
  178. command = "/usengineer",
  179. max = ,
  180. salary = 0,
  181. admin = ,
  182. vote = ,
  183. hasLicense = ,
  184. candemote =
  185. category = "ff"
  186. })
  187.  
  188. US_tankcrewman = DarkRP.createJob("Tank Crewman", {
  189. color = Color(9, 39, 194, 255),
  190. model = {},
  191. description = [[]],
  192. weapons = {},
  193. command = "/uscrewmen",
  194. max = ,
  195. salary = 0,
  196. admin = ,
  197. vote = ,
  198. hasLicense = ,
  199. candemote =
  200. category = "ff"
  201. })
  202.  
  203. US_tankjuggernaut = DarkRP.createJob("Juggernaut", {
  204. color = Color(9, 39, 194, 255),
  205. model = {},
  206. description = [[]],
  207. weapons = {},
  208. command = "/usjuggernaut",
  209. max = ,
  210. salary = 0,
  211. admin = ,
  212. vote = ,
  213. hasLicense = ,
  214. candemote =
  215. category = "ff"
  216. })
  217.  
  218. US_tanofficer = DarkRP.createJob("Armored Officer", {
  219. color = Color(9, 39, 194, 255),
  220. model = {},
  221. description = [[]],
  222. weapons = {},
  223. command = "/usaofficer",
  224. max = ,
  225. salary = 0,
  226. admin = ,
  227. vote = ,
  228. hasLicense = ,
  229. candemote =
  230. category = "ff"
  231. })
  232.  
  233. US_munsniper = DarkRP.createJob("Sniper", {
  234. color = Color(9, 39, 194, 255),
  235. model = {},
  236. description = [[]],
  237. weapons = {},
  238. command = "/usmusniper",
  239. max = ,
  240. salary = 0,
  241. admin = ,
  242. vote = ,
  243. hasLicense = ,
  244. candemote =
  245. category = "ff"
  246. })
  247.  
  248. US_admunsniper = DarkRP.createJob("Advanced Sniper", {
  249. color = Color(9, 39, 194, 255),
  250. model = {},
  251. description = [[]],
  252. weapons = {},
  253. command = "/usadmusniper",
  254. max = ,
  255. salary = 0,
  256. admin = ,
  257. vote = ,
  258. hasLicense = ,
  259. candemote =
  260. category = "ff"
  261. })
  262.  
  263. US_officermunsniper = DarkRP.createJob("Mountain officer", {
  264. color = Color(9, 39, 194, 255),
  265. model = {},
  266. description = [[]],
  267. weapons = {},
  268. command = "/ussniperofficer",
  269. max = ,
  270. salary = 0,
  271. admin = ,
  272. vote = ,
  273. hasLicense = ,
  274. candemote =
  275. category = "ff"
  276. })
  277.  
  278. US_airbornPilot = DarkRP.createJob("Pilot", {
  279. color = Color(9, 39, 194, 255),
  280. model = {},
  281. description = [[]],
  282. weapons = {},
  283. command = "/uspilot",
  284. max = ,
  285. salary = 0,
  286. admin = ,
  287. vote = ,
  288. hasLicense = ,
  289. candemote =
  290. category = "ff"
  291. })
  292.  
  293. US_adairbornPilot = DarkRP.createJob("Advanced Pilot", {
  294. color = Color(9, 39, 194, 255),
  295. model = {},
  296. description = [[]],
  297. weapons = {},
  298. command = "/usadpilot",
  299. max = ,
  300. salary = 0,
  301. admin = ,
  302. vote = ,
  303. hasLicense = ,
  304. candemote =
  305. category = "ff"
  306. })
  307.  
  308. US_bomberairbornPilot = DarkRP.createJob("Bomber Pilot", {
  309. color = Color(9, 39, 194, 255),
  310. model = {},
  311. description = [[]],
  312. weapons = {},
  313. command = "/usboompilot",
  314. max = ,
  315. salary = 0,
  316. admin = ,
  317. vote = ,
  318. hasLicense = ,
  319. candemote =
  320. category = "ff"
  321. })
  322.  
  323. US_officerairbornPilot = DarkRP.createJob("Airborn Officer", {
  324. color = Color(9, 39, 194, 255),
  325. model = {},
  326. description = [[]],
  327. weapons = {},
  328. command = "/usofficerpilot",
  329. max = ,
  330. salary = 0,
  331. admin = ,
  332. vote = ,
  333. hasLicense = ,
  334. candemote =
  335. category = "ff"
  336. })
  337.  
  338. US_ssmarine = DarkRP.createJob("Marine", {
  339. color = Color(9, 39, 194, 255),
  340. model = {},
  341. description = [[]],
  342. weapons = {},
  343. command = "/usmarine",
  344. max = ,
  345. salary = 0,
  346. admin = ,
  347. vote = ,
  348. hasLicense = ,
  349. candemote =
  350. category = "ff"
  351. })
  352.  
  353. US_ssmarineofficer = DarkRP.createJob("Marine Officer", {
  354. color = Color(9, 39, 194, 255),
  355. model = {},
  356. description = [[]],
  357. weapons = {},
  358. command = "/usofficermarine",
  359. max = ,
  360. salary = 0,
  361. admin = ,
  362. vote = ,
  363. hasLicense = ,
  364. candemote =
  365. category = "ff"
  366. })
  367.  
  368.  
  369. ______GR JOBS_____
  370.  
  371.  
  372. TEAM_grInfantry = DarkRP.createJob("GR Infantry Men", {
  373. color = Color(150, 13, 13, 255),
  374. model = {},
  375. description = [[]],
  376. weapons = {},
  377. command = "/GRinfantry",
  378. max = ,
  379. salary = 0,
  380. admin = ,
  381. vote = ,
  382. hasLicense = ,
  383. candemote =
  384. category = "ff"
  385. })
  386.  
  387. TEAM_grInfantrybr = DarkRP.createJob("GR Infantry Breacher", {
  388. color = Color(150, 13, 13, 255),
  389. model = {},
  390. description = [[]],
  391. weapons = {},
  392. command = "/GRinfantryb",
  393. max = ,
  394. salary = 0,
  395. admin = ,
  396. vote = ,
  397. hasLicense = ,
  398. candemote =
  399. category = "ff"
  400. })
  401.  
  402. TEAM_grInfantrymedic = DarkRP.createJob("GR Infantry Medic", {
  403. color = Color(150, 13, 13, 255),
  404. model = {},
  405. description = [[]],
  406. weapons = {},
  407. command = "/GRinfantrymedic",
  408. max = ,
  409. salary = 0,
  410. admin = ,
  411. vote = ,
  412. hasLicense = ,
  413. candemote =
  414. category = "ff"
  415. })
  416.  
  417. TEAM_grInfantryofficer = DarkRP.createJob("GR Infantry Officer ", {
  418. color = Color(150, 13, 13, 255),
  419. model = {},
  420. description = [[]],
  421. weapons = {},
  422. command = "/GRinfantryofficer",
  423. max = ,
  424. salary = 0,
  425. admin = ,
  426. vote = ,
  427. hasLicense = ,
  428. candemote =
  429. category = "ff"
  430. })
  431.  
  432. TEAM_grtankengineer = DarkRP.createJob("Tank engineer", {
  433. color = Color(150, 13, 13, 255),
  434. model = {},
  435. description = [[]],
  436. weapons = {},
  437. command = "/GRengineer",
  438. max = ,
  439. salary = 0,
  440. admin = ,
  441. vote = ,
  442. hasLicense = ,
  443. candemote =
  444. category = "ff"
  445. })
  446.  
  447. TEAM_grtankcrewman = DarkRP.createJob("Tank Crewman", {
  448. color = Color(150, 13, 13, 255),
  449. model = {},
  450. description = [[]],
  451. weapons = {},
  452. command = "/GRcrewmen",
  453. max = ,
  454. salary = 0,
  455. admin = ,
  456. vote = ,
  457. hasLicense = ,
  458. candemote =
  459. category = "ff"
  460. })
  461.  
  462. TEAM_grtankjuggernaut = DarkRP.createJob("Juggernaut", {
  463. color = Color(150, 13, 13, 255),
  464. model = {},
  465. description = [[]],
  466. weapons = {},
  467. command = "/GRjuggernaut",
  468. max = ,
  469. salary = 0,
  470. admin = ,
  471. vote = ,
  472. hasLicense = ,
  473. candemote =
  474. category = "ff"
  475. })
  476.  
  477. TEAM_grtanofficer = DarkRP.createJob("Armored Officer", {
  478. color = Color(150, 13, 13, 255),
  479. model = {},
  480. description = [[]],
  481. weapons = {},
  482. command = "/GRaofficer",
  483. max = ,
  484. salary = 0,
  485. admin = ,
  486. vote = ,
  487. hasLicense = ,
  488. candemote =
  489. category = "ff"
  490. })
  491.  
  492. TEAM_grmunsniper = DarkRP.createJob("Sniper", {
  493. color = Color(150, 13, 13, 255),
  494. model = {},
  495. description = [[]],
  496. weapons = {},
  497. command = "/GRmGRniper",
  498. max = ,
  499. salary = 0,
  500. admin = ,
  501. vote = ,
  502. hasLicense = ,
  503. candemote =
  504. category = "ff"
  505. })
  506.  
  507. TEAM_gradmunsniper = DarkRP.createJob("Advanced Sniper", {
  508. color = Color(150, 13, 13, 255),
  509. model = {},
  510. description = [[]],
  511. weapons = {},
  512. command = "/GRadmGRniper",
  513. max = ,
  514. salary = 0,
  515. admin = ,
  516. vote = ,
  517. hasLicense = ,
  518. candemote =
  519. category = "ff"
  520. })
  521.  
  522. TEAM_grofficermunsniper = DarkRP.createJob("Mountain officer", {
  523. color = Color(150, 13, 13, 255),
  524. model = {},
  525. description = [[]],
  526. weapons = {},
  527. command = "/GRsniperofficer",
  528. max = ,
  529. salary = 0,
  530. admin = ,
  531. vote = ,
  532. hasLicense = ,
  533. candemote =
  534. category = "ff"
  535. })
  536.  
  537. TEAM_grairbornPilot = DarkRP.createJob("Pilot", {
  538. color = Color(150, 13, 13, 255),
  539. model = {},
  540. description = [[]],
  541. weapons = {},
  542. command = "/GRpilot",
  543. max = ,
  544. salary = 0,
  545. admin = ,
  546. vote = ,
  547. hasLicense = ,
  548. candemote =
  549. category = "ff"
  550. })
  551.  
  552. TEAM_gradairbornPilot = DarkRP.createJob("Advanced Pilot", {
  553. color = Color(150, 13, 13, 255),
  554. model = {},
  555. description = [[]],
  556. weapons = {},
  557. command = "/GRadpilot",
  558. max = ,
  559. salary = 0,
  560. admin = ,
  561. vote = ,
  562. hasLicense = ,
  563. candemote =
  564. category = "ff"
  565. })
  566.  
  567. TEAM_grbomberairbornPilot = DarkRP.createJob("Bomber Pilot", {
  568. color = Color(150, 13, 13, 255),
  569. model = {},
  570. description = [[]],
  571. weapons = {},
  572. command = "/GRboompilot",
  573. max = ,
  574. salary = 0,
  575. admin = ,
  576. vote = ,
  577. hasLicense = ,
  578. candemote =
  579. category = "ff"
  580. })
  581.  
  582. TEAM_grofficerairbornPilot = DarkRP.createJob("Airborn Officer", {
  583. color = Color(150, 13, 13, 255),
  584. model = {},
  585. description = [[]],
  586. weapons = {},
  587. command = "/GRofficerpilot",
  588. max = ,
  589. salary = 0,
  590. admin = ,
  591. vote = ,
  592. hasLicense = ,
  593. candemote =
  594. category = "ff"
  595. })
  596.  
  597. TEAM_grssmarine = DarkRP.createJob("Marine", {
  598. color = Color(150, 13, 13, 255),
  599. model = {},
  600. description = [[]],
  601. weapons = {},
  602. command = "/GRmarine",
  603. max = ,
  604. salary = 0,
  605. admin = ,
  606. vote = ,
  607. hasLicense = ,
  608. candemote =
  609. category = "ff"
  610. })
  611.  
  612. TEAM_grssmarineofficer = DarkRP.createJob("Marine Officer", {
  613. color = Color(150, 13, 13, 255),
  614. model = {},
  615. description = [[]],
  616. weapons = {},
  617. command = "/GRofficermarine",
  618. max = ,
  619. salary = 0,
  620. admin = ,
  621. vote = ,
  622. hasLicense = ,
  623. candemote =
  624. category = "ff"
  625. })
  626.  
  627. --------------------Jobs END---------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement