Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.41 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. })
  126.  
  127. US_Infantrybr = DarkRP.createJob("US Infantry Breacher", {
  128. color = Color(9, 39, 194, 255),
  129. model = {},
  130. description = [[]],
  131. weapons = {},
  132. command = "/usinfantryb",
  133. max = ,
  134. salary = 0,
  135. admin = ,
  136. vote = ,
  137. hasLicense = ,
  138. candemote =
  139. })
  140.  
  141. US_Infantrymedic = DarkRP.createJob("US Infantry Medic", {
  142. color = Color(9, 39, 194, 255),
  143. model = {},
  144. description = [[]],
  145. weapons = {},
  146. command = "/usinfantrymedic",
  147. max = ,
  148. salary = 0,
  149. admin = ,
  150. vote = ,
  151. hasLicense = ,
  152. candemote =
  153. })
  154.  
  155. US_Infantryofficer = DarkRP.createJob("US Infantry Officer ", {
  156. color = Color(9, 39, 194, 255),
  157. model = {},
  158. description = [[]],
  159. weapons = {},
  160. command = "/usinfantryofficer",
  161. max = ,
  162. salary = 0,
  163. admin = ,
  164. vote = ,
  165. hasLicense = ,
  166. candemote =
  167. })
  168.  
  169. US_tankengineer = DarkRP.createJob("Tank engineer", {
  170. color = Color(9, 39, 194, 255),
  171. model = {},
  172. description = [[]],
  173. weapons = {},
  174. command = "/usengineer",
  175. max = ,
  176. salary = 0,
  177. admin = ,
  178. vote = ,
  179. hasLicense = ,
  180. candemote =
  181. })
  182.  
  183. US_tankcrewman = DarkRP.createJob("Tank Crewman", {
  184. color = Color(9, 39, 194, 255),
  185. model = {},
  186. description = [[]],
  187. weapons = {},
  188. command = "/uscrewmen",
  189. max = ,
  190. salary = 0,
  191. admin = ,
  192. vote = ,
  193. hasLicense = ,
  194. candemote =
  195. })
  196.  
  197. US_tankjuggernaut = DarkRP.createJob("Juggernaut", {
  198. color = Color(9, 39, 194, 255),
  199. model = {},
  200. description = [[]],
  201. weapons = {},
  202. command = "/usjuggernaut",
  203. max = ,
  204. salary = 0,
  205. admin = ,
  206. vote = ,
  207. hasLicense = ,
  208. candemote =
  209. })
  210.  
  211. US_tanofficer = DarkRP.createJob("Armored Officer", {
  212. color = Color(9, 39, 194, 255),
  213. model = {},
  214. description = [[]],
  215. weapons = {},
  216. command = "/usaofficer",
  217. max = ,
  218. salary = 0,
  219. admin = ,
  220. vote = ,
  221. hasLicense = ,
  222. candemote =
  223. })
  224.  
  225. US_munsniper = DarkRP.createJob("Sniper", {
  226. color = Color(9, 39, 194, 255),
  227. model = {},
  228. description = [[]],
  229. weapons = {},
  230. command = "/usmusniper",
  231. max = ,
  232. salary = 0,
  233. admin = ,
  234. vote = ,
  235. hasLicense = ,
  236. candemote =
  237. })
  238.  
  239. US_admunsniper = DarkRP.createJob("Advanced Sniper", {
  240. color = Color(9, 39, 194, 255),
  241. model = {},
  242. description = [[]],
  243. weapons = {},
  244. command = "/usadmusniper",
  245. max = ,
  246. salary = 0,
  247. admin = ,
  248. vote = ,
  249. hasLicense = ,
  250. candemote =
  251. })
  252.  
  253. US_officermunsniper = DarkRP.createJob("Mountain officer", {
  254. color = Color(9, 39, 194, 255),
  255. model = {},
  256. description = [[]],
  257. weapons = {},
  258. command = "/ussniperofficer",
  259. max = ,
  260. salary = 0,
  261. admin = ,
  262. vote = ,
  263. hasLicense = ,
  264. candemote =
  265. })
  266.  
  267. US_airbornPilot = DarkRP.createJob("Pilot", {
  268. color = Color(9, 39, 194, 255),
  269. model = {},
  270. description = [[]],
  271. weapons = {},
  272. command = "/uspilot",
  273. max = ,
  274. salary = 0,
  275. admin = ,
  276. vote = ,
  277. hasLicense = ,
  278. candemote =
  279. })
  280.  
  281. US_adairbornPilot = DarkRP.createJob("Advanced Pilot", {
  282. color = Color(9, 39, 194, 255),
  283. model = {},
  284. description = [[]],
  285. weapons = {},
  286. command = "/usadpilot",
  287. max = ,
  288. salary = 0,
  289. admin = ,
  290. vote = ,
  291. hasLicense = ,
  292. candemote =
  293. })
  294.  
  295. US_bomberairbornPilot = DarkRP.createJob("Bomber Pilot", {
  296. color = Color(9, 39, 194, 255),
  297. model = {},
  298. description = [[]],
  299. weapons = {},
  300. command = "/usboompilot",
  301. max = ,
  302. salary = 0,
  303. admin = ,
  304. vote = ,
  305. hasLicense = ,
  306. candemote =
  307. })
  308.  
  309. US_officerairbornPilot = DarkRP.createJob("Airborn Officer", {
  310. color = Color(9, 39, 194, 255),
  311. model = {},
  312. description = [[]],
  313. weapons = {},
  314. command = "/usofficerpilot",
  315. max = ,
  316. salary = 0,
  317. admin = ,
  318. vote = ,
  319. hasLicense = ,
  320. candemote =
  321. })
  322.  
  323. US_ssmarine = DarkRP.createJob("Marine", {
  324. color = Color(9, 39, 194, 255),
  325. model = {},
  326. description = [[]],
  327. weapons = {},
  328. command = "/usmarine",
  329. max = ,
  330. salary = 0,
  331. admin = ,
  332. vote = ,
  333. hasLicense = ,
  334. candemote =
  335. })
  336.  
  337. US_ssmarineofficer = DarkRP.createJob("Marine Officer", {
  338. color = Color(9, 39, 194, 255),
  339. model = {},
  340. description = [[]],
  341. weapons = {},
  342. command = "/usofficermarine",
  343. max = ,
  344. salary = 0,
  345. admin = ,
  346. vote = ,
  347. hasLicense = ,
  348. candemote =
  349. })
  350.  
  351.  
  352. ______GR JOBS_____
  353.  
  354.  
  355. TEAM_grInfantry = DarkRP.createJob("GR Infantry Men", {
  356. color = Color(9, 39, 194, 255),
  357. model = {},
  358. description = [[]],
  359. weapons = {},
  360. command = "/GRinfantry",
  361. max = ,
  362. salary = 0,
  363. admin = ,
  364. vote = ,
  365. hasLicense = ,
  366. candemote =
  367. })
  368.  
  369. TEAM_grInfantrybr = DarkRP.createJob("GR Infantry Breacher", {
  370. color = Color(9, 39, 194, 255),
  371. model = {},
  372. description = [[]],
  373. weapons = {},
  374. command = "/GRinfantryb",
  375. max = ,
  376. salary = 0,
  377. admin = ,
  378. vote = ,
  379. hasLicense = ,
  380. candemote =
  381. })
  382.  
  383. TEAM_grInfantrymedic = DarkRP.createJob("GR Infantry Medic", {
  384. color = Color(9, 39, 194, 255),
  385. model = {},
  386. description = [[]],
  387. weapons = {},
  388. command = "/GRinfantrymedic",
  389. max = ,
  390. salary = 0,
  391. admin = ,
  392. vote = ,
  393. hasLicense = ,
  394. candemote =
  395. })
  396.  
  397. TEAM_grInfantryofficer = DarkRP.createJob("GR Infantry Officer ", {
  398. color = Color(9, 39, 194, 255),
  399. model = {},
  400. description = [[]],
  401. weapons = {},
  402. command = "/GRinfantryofficer",
  403. max = ,
  404. salary = 0,
  405. admin = ,
  406. vote = ,
  407. hasLicense = ,
  408. candemote =
  409. })
  410.  
  411. TEAM_grtankengineer = DarkRP.createJob("Tank engineer", {
  412. color = Color(9, 39, 194, 255),
  413. model = {},
  414. description = [[]],
  415. weapons = {},
  416. command = "/GRengineer",
  417. max = ,
  418. salary = 0,
  419. admin = ,
  420. vote = ,
  421. hasLicense = ,
  422. candemote =
  423. })
  424.  
  425. TEAM_grtankcrewman = DarkRP.createJob("Tank Crewman", {
  426. color = Color(9, 39, 194, 255),
  427. model = {},
  428. description = [[]],
  429. weapons = {},
  430. command = "/GRcrewmen",
  431. max = ,
  432. salary = 0,
  433. admin = ,
  434. vote = ,
  435. hasLicense = ,
  436. candemote =
  437. })
  438.  
  439. TEAM_grtankjuggernaut = DarkRP.createJob("Juggernaut", {
  440. color = Color(9, 39, 194, 255),
  441. model = {},
  442. description = [[]],
  443. weapons = {},
  444. command = "/GRjuggernaut",
  445. max = ,
  446. salary = 0,
  447. admin = ,
  448. vote = ,
  449. hasLicense = ,
  450. candemote =
  451. })
  452.  
  453. TEAM_grtanofficer = DarkRP.createJob("Armored Officer", {
  454. color = Color(9, 39, 194, 255),
  455. model = {},
  456. description = [[]],
  457. weapons = {},
  458. command = "/GRaofficer",
  459. max = ,
  460. salary = 0,
  461. admin = ,
  462. vote = ,
  463. hasLicense = ,
  464. candemote =
  465. })
  466.  
  467. TEAM_grmunsniper = DarkRP.createJob("Sniper", {
  468. color = Color(9, 39, 194, 255),
  469. model = {},
  470. description = [[]],
  471. weapons = {},
  472. command = "/GRmGRniper",
  473. max = ,
  474. salary = 0,
  475. admin = ,
  476. vote = ,
  477. hasLicense = ,
  478. candemote =
  479. })
  480.  
  481. TEAM_gradmunsniper = DarkRP.createJob("Advanced Sniper", {
  482. color = Color(9, 39, 194, 255),
  483. model = {},
  484. description = [[]],
  485. weapons = {},
  486. command = "/GRadmGRniper",
  487. max = ,
  488. salary = 0,
  489. admin = ,
  490. vote = ,
  491. hasLicense = ,
  492. candemote =
  493. })
  494.  
  495. TEAM_grofficermunsniper = DarkRP.createJob("Mountain officer", {
  496. color = Color(9, 39, 194, 255),
  497. model = {},
  498. description = [[]],
  499. weapons = {},
  500. command = "/GRsniperofficer",
  501. max = ,
  502. salary = 0,
  503. admin = ,
  504. vote = ,
  505. hasLicense = ,
  506. candemote =
  507. })
  508.  
  509. TEAM_grairbornPilot = DarkRP.createJob("Pilot", {
  510. color = Color(9, 39, 194, 255),
  511. model = {},
  512. description = [[]],
  513. weapons = {},
  514. command = "/GRpilot",
  515. max = ,
  516. salary = 0,
  517. admin = ,
  518. vote = ,
  519. hasLicense = ,
  520. candemote =
  521. })
  522.  
  523. TEAM_gradairbornPilot = DarkRP.createJob("Advanced Pilot", {
  524. color = Color(9, 39, 194, 255),
  525. model = {},
  526. description = [[]],
  527. weapons = {},
  528. command = "/GRadpilot",
  529. max = ,
  530. salary = 0,
  531. admin = ,
  532. vote = ,
  533. hasLicense = ,
  534. candemote =
  535. })
  536.  
  537. TEAM_grbomberairbornPilot = DarkRP.createJob("Bomber Pilot", {
  538. color = Color(9, 39, 194, 255),
  539. model = {},
  540. description = [[]],
  541. weapons = {},
  542. command = "/GRboompilot",
  543. max = ,
  544. salary = 0,
  545. admin = ,
  546. vote = ,
  547. hasLicense = ,
  548. candemote =
  549. })
  550.  
  551. TEAM_grofficerairbornPilot = DarkRP.createJob("Airborn Officer", {
  552. color = Color(9, 39, 194, 255),
  553. model = {},
  554. description = [[]],
  555. weapons = {},
  556. command = "/GRofficerpilot",
  557. max = ,
  558. salary = 0,
  559. admin = ,
  560. vote = ,
  561. hasLicense = ,
  562. candemote =
  563. })
  564.  
  565. TEAM_grssmarine = DarkRP.createJob("Marine", {
  566. color = Color(9, 39, 194, 255),
  567. model = {},
  568. description = [[]],
  569. weapons = {},
  570. command = "/GRmarine",
  571. max = ,
  572. salary = 0,
  573. admin = ,
  574. vote = ,
  575. hasLicense = ,
  576. candemote =
  577. })
  578.  
  579. TEAM_grssmarineofficer = DarkRP.createJob("Marine Officer", {
  580. color = Color(9, 39, 194, 255),
  581. model = {},
  582. description = [[]],
  583. weapons = {},
  584. command = "/GRofficermarine",
  585. max = ,
  586. salary = 0,
  587. admin = ,
  588. vote = ,
  589. hasLicense = ,
  590. candemote =
  591. })
  592.  
  593. --------------------Jobs END---------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement