Advertisement
Guest User

Untitled

a guest
May 24th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.56 KB | None | 0 0
  1. local cfg = {}
  2.  
  3. -- define each group with a set of permissions
  4. -- _config property:
  5. --- gtype (optional): used to have only one group with the same gtype per player (example: a job gtype to only have one job)
  6. --- onspawn (optional): function(player) (called when the player spawn with the group)
  7. --- onjoin (optional): function(player) (called when the player join the group)
  8. --- onleave (optional): function(player) (called when the player leave the group)
  9. --- (you have direct access to vRP and vRPclient, the tunnel to client, in the config callbacks)
  10.  
  11. cfg.groups = {
  12. ["Fondator"] = {
  13. _config = {onspawn = function(player) vRPclient.notify(player,{"Esti Fondator."}) end},
  14. "player.group.add",
  15. "admin.revive",
  16. "giftbox.admin",
  17. "fondator.textchat",
  18. "player.group.remove",
  19. "revive.player",
  20. "admin.tickets",
  21. "admin.announce",
  22. "admin.menu",
  23. "admin.spikes",
  24. "admin.godmode",
  25. "admin.spawnveh",
  26. "admin.deleteveh",
  27. "player.blips",
  28. "player.tptowaypoint",
  29. "player.list",
  30. "revive.player",
  31. "player.whitelist",
  32. "player.unwhitelist",
  33. "player.kick",
  34. "player.ban",
  35. "player.unban",
  36. "player.noclip",
  37. "player.custom_emote",
  38. "player.custom_sound",
  39. "player.display_custom",
  40. "player.coords",
  41. "player.tptome",
  42. "emergency.revive",
  43. "emergency.shop",
  44. "player.tpto",
  45. "admin.easy_unjail",
  46. "player.givemoney",
  47. "player.giveitem"
  48. },
  49. ["Co-Fondator"] = {
  50. _config = {onspawn = function(player) vRPclient.notify(player,{"Esti CoFondator."}) end},
  51. "player.group.add",
  52. "admin.revive",
  53. "player.group.remove",
  54. "cofondator.textchat",
  55. "revive.player",
  56. "admin.tickets",
  57. "admin.announce",
  58. "admin.menu",
  59. "admin.spikes",
  60. "admin.godmode",
  61. "admin.spawnveh",
  62. "admin.deleteveh",
  63. "player.blips",
  64. "player.tptowaypoint",
  65. "revive.player",
  66. "player.whitelist",
  67. "player.unwhitelist",
  68. "player.kick",
  69. "player.ban",
  70. "player.unban",
  71. "player.noclip",
  72. "player.custom_emote",
  73. "player.custom_sound",
  74. "player.display_custom",
  75. "player.coords",
  76. "player.tptome",
  77. "emergency.revive",
  78. "emergency.shop",
  79. "player.tpto",
  80. "admin.easy_unjail"
  81. },
  82. ["Owner"] = {
  83. _config = {onspawn = function(player) vRPclient.notify(player,{"Esti Owner."}) end},
  84. "player.group.add",
  85. "admin.revive",
  86. "player.group.remove",
  87. "revive.player",
  88. "owner.textchat",
  89. "admin.tickets",
  90. "admin.announce",
  91. "admin.menu",
  92. "admin.spikes",
  93. "admin.godmode",
  94. "admin.spawnveh",
  95. "admin.deleteveh",
  96. "player.blips",
  97. "player.tptowaypoint",
  98. "revive.player",
  99. "player.whitelist",
  100. "player.unwhitelist",
  101. "player.kick",
  102. "player.ban",
  103. "player.unban",
  104. "player.noclip",
  105. "player.custom_emote",
  106. "player.custom_sound",
  107. "player.display_custom",
  108. "player.coords",
  109. "player.tptome",
  110. "emergency.revive",
  111. "emergency.shop",
  112. "player.tpto",
  113. "admin.easy_unjail",
  114. "admin.ajail"
  115. },
  116. ["Co-Owner"] = {
  117. _config = {onspawn = function(player) vRPclient.notify(player,{"Esti Co-Owner."}) end},
  118. "player.group.add",
  119. "admin.revive",
  120. "player.group.remove",
  121. "revive.player",
  122. "admin.tickets",
  123. "coowner.textchat",
  124. "admin.announce",
  125. "admin.menu",
  126. "admin.spikes",
  127. "admin.godmode",
  128. "admin.spawnveh",
  129. "admin.deleteveh",
  130. "player.blips",
  131. "player.tptowaypoint",
  132. "revive.player",
  133. "player.whitelist",
  134. "player.unwhitelist",
  135. "player.kick",
  136. "player.ban",
  137. "player.unban",
  138. "player.noclip",
  139. "player.custom_emote",
  140. "player.custom_sound",
  141. "player.display_custom",
  142. "player.coords",
  143. "player.tptome",
  144. "emergency.revive",
  145. "emergency.shop",
  146. "player.tpto",
  147. "admin.easy_unjail",
  148. "admin.ajail"
  149. },
  150. ["YouTuber"] = {
  151.  
  152. _config = {onspawn = function(player) vRPclient.notify(player,{"Esti YouTuber."}) end},
  153.  
  154. "admin.tickets",
  155. "admin.revive",
  156. "admin.announce",
  157. "ytb.textchat",
  158. "revive.player",
  159. "ytb.vehicle",
  160. "player.kick",
  161. "player.coords",
  162. "player.tptome",
  163. "emergency.revive",
  164. "emergency.shop",
  165. "player.tpto",
  166. "admin.ajail"
  167.  
  168. },
  169.  
  170. ["SuperAdmin"] = {
  171. _config = {onspawn = function(player) vRPclient.notify(player,{"Esti SuperAdmin."}) end},
  172. "admin.tickets",
  173. "admin.revive",
  174. "admin.announce",
  175. "admin.menu",
  176. "admin.spikes",
  177. "admin.godmode",
  178. "admin.spawnveh",
  179. "admin.deleteveh",
  180. "superadmin.textchat",
  181. "player.blips",
  182. "player.tptowaypoint",
  183. "revive.player",
  184. "player.kick",
  185. "player.ban",
  186. "player.noclip",
  187. "player.coords",
  188. "player.tptome",
  189. "emergency.revive",
  190. "emergency.shop",
  191. "admin.ajail",
  192. "player.tpto"
  193. },
  194. ["Admin"] = {
  195. "admin.tickets",
  196. "admin.revive",
  197. "admin.announce",
  198. "admin.menu",
  199. "admin.spikes",
  200. "admin.godmode",
  201. "admin.spawnveh",
  202. "admin.deleteveh",
  203. "admin.textchat",
  204. "player.blips",
  205. "player.tptowaypoint",
  206. "revive.player",
  207. "player.kick",
  208. "player.ban",
  209. "player.noclip",
  210. "player.coords",
  211. "player.tptome",
  212. "emergency.revive",
  213. "emergency.shop",
  214. "admin.ajail",
  215. "player.tpto"
  216. },
  217. -- ["god"] = {
  218. -- "admin.god" -- reset survivals/health periodically
  219. -- },
  220. ["recruiter"] = {
  221. "player.list",
  222. "player.group.add",
  223. "player.group.remove"
  224. },
  225. ["Moderator"] = {
  226. _config = {onspawn = function(player) vRPclient.notify(player,{"Esti Moderator"}) end},
  227. "admin.tickets",
  228. "admin.revive",
  229. "admin.announce",
  230. "player.kick",
  231. "player.coords",
  232. "player.tptome",
  233. "moderator.textchat",
  234. "emergency.revive",
  235. "emergency.shop",
  236. "player.tptowaypoint",
  237. "player.tpto",
  238. "mod.paycheck",
  239. "revive.player",
  240. "admin.ajail",
  241. "moderator.textchat"
  242. },
  243. ["Helper"] = {
  244. _config = {onspawn = function(player) vRPclient.notify(player,{"Esti Helper."}) end},
  245. "admin.tickets",
  246. "admin.revive",
  247. "admin.announce",
  248. "helper.textchat",
  249. "revive.player",
  250. "player.kick",
  251. "player.coords",
  252. "player.tptome",
  253. "emergency.revive",
  254. "emergency.shop",
  255. "player.tpto",
  256. "admin.ajail",
  257. "asfsa.textchat"
  258. },
  259. -- the group user is auto added to all logged players
  260. ["user"] = {
  261. "player.phone",
  262. "player.calladmin",
  263. "player.fix_haircut",
  264. "player.check",
  265. --"mugger.mug",
  266. "police.askid",
  267. "player.skip_coma",
  268. "player.store_money",
  269. "player.check",
  270. "player.player_menu",
  271. "player.userlist",
  272. "police.seizable", -- can be seized
  273. "user.paycheck"
  274. },
  275.  
  276.  
  277. ["Pescar"] = {
  278.  
  279. _config = { gtype = "job",
  280.  
  281. onspawn = function(player) vRPclient.notify(player,{"Esti un Pescar."}) end
  282.  
  283. },
  284.  
  285. "mission.delivery.fish",
  286.  
  287. "fisher.service",
  288.  
  289. "fisher.vehicle"
  290.  
  291. },
  292.  
  293. ["Batman10"] = {
  294.  
  295. "batman.cloakroom"
  296. },
  297.  
  298. ["JOKER"] = {
  299.  
  300. "joker.cloakroom",
  301. "joker.vehicle"
  302.  
  303. },
  304.  
  305.  
  306. ["Cargo Pilot"] = {
  307.  
  308. _config = { gtype = "job",
  309.  
  310. onspawn = function(player) vRPclient.notify(player,{"Esti un Cargo Pilot. Salariu: $2000."}) end
  311.  
  312. },
  313.  
  314. "mission.pilot.cargo",
  315.  
  316. "pilot.vehicle",
  317.  
  318. "pilot.paycheck"
  319.  
  320. },
  321.  
  322. ["Airline Pilot"] = {
  323.  
  324. _config = { gtype = "job",
  325.  
  326. onspawn = function(player) vRPclient.notify(player,{"Esti un Pilot, Salariu : $2000."}) end
  327.  
  328. },
  329.  
  330. "airlines.service",
  331.  
  332. "air.vehicle",
  333.  
  334. "air.paycheck"
  335.  
  336. },
  337.  
  338. ["Transport Medical"] = {
  339.  
  340. _config = { gtype = "job",
  341.  
  342. onspawn = function(player) vRPclient.notify(player,{"Esti un Medical weed."}) end
  343.  
  344. },
  345.  
  346. "mission.delivery.medical",
  347.  
  348. "medical.service",
  349.  
  350. "medical.vehicle"
  351.  
  352. },
  353.  
  354. ["Traficant de Arme"] = {
  355.  
  356. _config = { gtype = "job",
  357.  
  358. onspawn = function(player) vRPclient.notify(player,{"Esti un Traficant de Arme."}) end
  359.  
  360. },
  361.  
  362. "mission.weapons.smuggler",
  363.  
  364. "smuggler.service"
  365.  
  366. },
  367.  
  368. ["Police Officer"] = {
  369.  
  370. _config = {
  371.  
  372. gtype = "job",
  373.  
  374. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  375.  
  376. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  377.  
  378. onleave = function(player) vRPclient.setCop(player,{true}) end
  379.  
  380. },
  381.  
  382. "Officer.cloakroom",
  383.  
  384. "highway.cloakroom",
  385.  
  386. "police.pc",
  387.  
  388. --"police.handcuff",
  389.  
  390. "police.putinveh",
  391.  
  392. "police.getoutveh",
  393.  
  394. "police.drag",
  395.  
  396. "police.easy_cuff",
  397.  
  398. "police.easy_fine",
  399.  
  400. "police.easy_jail",
  401.  
  402. "police.easy_unjail",
  403.  
  404. "police.spikes",
  405.  
  406. "police.menu",
  407.  
  408. "police.check",
  409.  
  410. "toggle.service",
  411.  
  412. "police.freeze",
  413.  
  414. "police.service",
  415.  
  416. "police.wanted",
  417.  
  418. "police.seize.weapons",
  419.  
  420. "police.seize.items",
  421.  
  422. --"police.jail",
  423.  
  424. --"police.fine",
  425.  
  426. "police.announce",
  427.  
  428. -- "-police.store_weapons",
  429.  
  430. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  431.  
  432. "police.vehicle",
  433.  
  434. "police.loadshop",
  435.  
  436. "cop.whitelisted",
  437.  
  438. "emergency.market",
  439.  
  440. "emergency.revive",
  441.  
  442. "emergency.shop",
  443.  
  444. --"player.list",
  445.  
  446. "police.paycheck",
  447.  
  448. "police.mission",
  449.  
  450. "player.blips",
  451.  
  452. "police.menu_interaction"
  453.  
  454. },
  455.  
  456. ["Police Detective"] = {
  457.  
  458. _config = {
  459.  
  460. gtype = "job",
  461.  
  462. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  463.  
  464. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  465.  
  466. onleave = function(player) vRPclient.setCop(player,{true}) end
  467.  
  468. },
  469.  
  470. "Detective.cloakroom",
  471.  
  472. "highway.cloakroom",
  473.  
  474. "police.pc",
  475.  
  476. --"police.handcuff",
  477.  
  478. "police.putinveh",
  479.  
  480. "police.getoutveh",
  481.  
  482. "police.service",
  483.  
  484. "police.wanted",
  485.  
  486. "police.seize.weapons",
  487.  
  488. "police.seize.items",
  489.  
  490. --"police.jail",
  491.  
  492. --"police.fine",
  493.  
  494. "police.drag",
  495.  
  496. "police.easy_cuff",
  497.  
  498. "police.easy_fine",
  499.  
  500. "police.easy_jail",
  501.  
  502. "police.easy_unjail",
  503.  
  504. "police.spikes",
  505.  
  506. "police.menu",
  507.  
  508. "police.check",
  509.  
  510. "toggle.service",
  511.  
  512. "police.freeze",
  513.  
  514. "police.announce",
  515.  
  516. -- "-police.store_weapons",
  517.  
  518. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  519.  
  520. "police.vehicle",
  521.  
  522. "police.loadshop",
  523.  
  524. "cop.whitelisted",
  525.  
  526. "emergency.market",
  527.  
  528. "emergency.revive",
  529.  
  530. "emergency.shop",
  531.  
  532. --"player.list",
  533.  
  534. "Detective.paycheck",
  535.  
  536. "police.menu_interaction",
  537.  
  538. "player.blips",
  539.  
  540. "police.mission"
  541.  
  542. },
  543.  
  544. ["Lider EMS"] = {
  545.  
  546. _config = { gtype = "job",
  547.  
  548. onspawn = function(player) vRPclient.notify(player,{"You are a EMS Chief, salary : $5000."}) end
  549.  
  550. },
  551.  
  552. "emergency.revive",
  553.  
  554. "police.pc",
  555.  
  556. --"police.wanted",
  557.  
  558. "emergency.shop",
  559.  
  560. "emergency.service",
  561.  
  562. "emergency.cloakroom",
  563.  
  564. "emscheck.revive",
  565.  
  566. "emergency.vehicle",
  567.  
  568. "emergency.market",
  569.  
  570. "ems.whitelisted",
  571.  
  572. "ems.loadshop",
  573.  
  574. --"player.list",
  575.  
  576. "police.menu_interaction",
  577.  
  578. "emsChief.paycheck",
  579.  
  580. "player.blips",
  581.  
  582. "ems.mission"
  583.  
  584. },
  585.  
  586. ["Co-Lider EMS"] = {
  587.  
  588. _config = { gtype = "job",
  589.  
  590. onspawn = function(player) vRPclient.notify(player,{"You are a EMS Paramedic, salary : $2000."}) end
  591.  
  592. },
  593.  
  594. "emergency.revive",
  595.  
  596. "police.pc",
  597.  
  598. --"police.wanted",
  599.  
  600. "emergency.shop",
  601.  
  602. "emergency.service",
  603.  
  604. "emscheck.revive",
  605.  
  606. "emergency.cloakroom",
  607.  
  608. "emergency.vehicle",
  609.  
  610. "emergency.market",
  611.  
  612. "ems.whitelisted",
  613.  
  614. "ems.loadshop",
  615.  
  616. --"player.list",
  617.  
  618. "police.menu_interaction",
  619.  
  620. "emsMedic.paycheck",
  621.  
  622. "player.blips",
  623.  
  624. "ems.mission"
  625.  
  626. },
  627.  
  628. ["Paramedic"] = {
  629.  
  630. _config = { gtype = "job",
  631.  
  632. onspawn = function(player) vRPclient.notify(player,{"You are a EMS Lieutenant, salary : $3000."}) end
  633.  
  634. },
  635.  
  636. "emergency.revive",
  637.  
  638. "police.pc",
  639.  
  640. --"police.wanted",
  641.  
  642. "emergency.shop",
  643.  
  644. "emergency.service",
  645.  
  646. "emergency.cloakroom",
  647.  
  648. "emergency.vehicle",
  649.  
  650. "emergency.market",
  651.  
  652. "emscheck.revive",
  653.  
  654. "ems.whitelisted",
  655.  
  656. "ems.loadshop",
  657.  
  658. --"player.list",
  659.  
  660. "police.menu_interaction",
  661.  
  662. "emsLieutenant.paycheck",
  663.  
  664. "player.blips",
  665.  
  666. "ems.mission"
  667.  
  668. },
  669.  
  670. ["Mecanic"] = {
  671.  
  672. _config = { gtype = "job",
  673.  
  674. onspawn = function(player) vRPclient.notify(player,{"Esti Mecanic, salary : $2000."}) end
  675.  
  676. },
  677.  
  678. "vehicle.repair",
  679.  
  680. "vehicle.replace",
  681.  
  682. "repair.service",
  683.  
  684. "mission.repair.satellite_dishes",
  685.  
  686. "mission.repair.wind_turbines",
  687.  
  688. "repair.vehicle",
  689.  
  690. "repair.market",
  691.  
  692. "repair.paycheck"
  693.  
  694. },
  695.  
  696. ["Falsificator"] = {
  697.  
  698. _config = { gtype = "job",
  699.  
  700. onspawn = function(player) vRPclient.notify(player,{"Esti un falsificator de carduri "}) end
  701.  
  702. },
  703.  
  704. "fraud.credit_cards",
  705.  
  706. "forger.mission"
  707.  
  708. },
  709.  
  710. ["V.I.P 1"] = {
  711.  
  712. _config = {onspawn = function(player) vRPclient.notify(player,{"Ai VIP 1."}) end},
  713.  
  714. "player.phone",
  715.  
  716. "player.calladmin",
  717.  
  718. "player.fix_haircut",
  719.  
  720. --"mugger.mug",
  721.  
  722. "police.askid",
  723.  
  724. "police.store_weapons",
  725.  
  726. "vip3.textchat",
  727.  
  728. --"player.store_money",
  729.  
  730. "player.player_menu",
  731.  
  732. "police.seizable", -- can be seized
  733.  
  734. "vip.paycheck",
  735.  
  736. "vip1.cloakroom",
  737.  
  738. "vip.skins",
  739.  
  740. "vip1.vehicle",
  741.  
  742. "police.menu_interaction"
  743.  
  744. },
  745.  
  746. ["V.I.P 2"] = {
  747.  
  748. _config = {onspawn = function(player) vRPclient.notify(player,{"Ai VIP 2."}) end},
  749.  
  750. "player.phone",
  751.  
  752. "player.calladmin",
  753.  
  754. "vip1.textchat",
  755.  
  756. "player.fix_haircut",
  757.  
  758. --"mugger.mug",
  759.  
  760. "police.askid",
  761.  
  762. "vip2.skins",
  763.  
  764. "police.store_weapons",
  765.  
  766. --"player.store_money",
  767.  
  768. "player.player_menu",
  769.  
  770. "police.seizable", -- can be seized
  771.  
  772. "vip2.paycheck",
  773.  
  774. "vip2.cloakroom",
  775.  
  776. "vip2.vehicle"
  777.  
  778. },
  779.  
  780. ["V.I.P 3"] = {
  781.  
  782. _config = {onspawn = function(player) vRPclient.notify(player,{"Ai VIP 3."}) end},
  783.  
  784. "player.phone",
  785.  
  786. "player.calladmin",
  787.  
  788. "player.fix_haircut",
  789.  
  790. "vip3.cloakroom",
  791.  
  792. --"mugger.mug",
  793.  
  794. "police.askid",
  795.  
  796. "vip3.skins",
  797.  
  798. "police.store_weapons",
  799.  
  800. "vip2.textchat",
  801.  
  802. --"player.store_money",
  803.  
  804. "player.player_menu",
  805.  
  806. "mission.trafic.partbodies",
  807.  
  808. "police.seizable", -- can be seized
  809.  
  810. "vip3.paycheck",
  811.  
  812. "vip3.vehicle"
  813.  
  814. },
  815.  
  816. ["V.I.P 4"] = {
  817.  
  818. _config = {onspawn = function(player) vRPclient.notify(player,{"Ai VIP 4."}) end},
  819.  
  820. "player.phone",
  821.  
  822. "player.calladmin",
  823.  
  824. "player.fix_haircut",
  825.  
  826. --"mugger.mug",
  827.  
  828. "police.askid",
  829.  
  830. "vip4.skins",
  831.  
  832. "vip.textchat",
  833.  
  834. "vip4.cloakroom",
  835.  
  836. "police.store_weapons",
  837.  
  838. --"player.store_money",
  839.  
  840. "player.player_menu",
  841.  
  842. "police.seizable", -- can be seized
  843.  
  844. "vip4.paycheck",
  845.  
  846. "mission.trafic.partbodies",
  847.  
  848. "vip4.vehicle",
  849.  
  850. "avivip4.vehicle",
  851.  
  852. "helivip4.vehicle",
  853.  
  854. "boatvip4.vehicle"
  855.  
  856. },
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864. ["Taxi"] = {
  865.  
  866. _config = { gtype = "job",
  867.  
  868. onspawn = function(player) vRPclient.notify(player,{"Esti un taximetrist. Salariul : $2000."}) end
  869.  
  870. },
  871.  
  872. "taxi.service",
  873.  
  874. "taxi.vehicle",
  875.  
  876. "uber.mission",
  877.  
  878. "taxi.paycheck"
  879.  
  880. },
  881.  
  882. ["Fan Courier"] = {
  883.  
  884. _config = { gtype = "job",
  885.  
  886. onspawn = function(player) vRPclient.notify(player,{"Esti angajat la Fan Courier, Salary : $2000."}) end
  887.  
  888. },
  889.  
  890. "ups.cloakroom",
  891.  
  892. "harvest.parcels",
  893.  
  894. "ups.vehicle",
  895.  
  896. "mission.delivery.parcels",
  897.  
  898. "ups.paycheck"
  899.  
  900. },
  901.  
  902. ["Curva"] = {
  903. _config = { gtype = "job",
  904.  
  905. onspawn = function(player) vRPclient.notify(player,{"Esti o curva"}) end
  906.  
  907. },
  908. "curva.cloakroom",
  909. "curva.service",
  910. "curva.service"
  911.  
  912. },
  913.  
  914.  
  915. -- ["Gunrunning"] = {
  916.  
  917. -- _config = { gtype = "job",
  918.  
  919. --onspawn = function(player) vRPclient.notify(player,{"Coming soon, Please wait!"}) end
  920.  
  921. --}
  922.  
  923. --},
  924.  
  925. ["Somer"] = {
  926.  
  927. _config = { gtype = "job",
  928.  
  929. onspawn = function(player) vRPclient.notify(player,{"Esti șomer, du-te si anagajeaza-te."}) end
  930.  
  931. },
  932.  
  933. "citizen.paycheck"
  934.  
  935. },
  936.  
  937. ["Livrator"] = {
  938.  
  939. _config = { gtype = "job",
  940.  
  941. onspawn = function(player) vRPclient.notify(player,{"Esti Livrator, Salary : $2000."}) end
  942.  
  943. },
  944.  
  945. "mission.delivery.food",
  946.  
  947. "delivery.vehicle",
  948.  
  949. "delivery.service",
  950.  
  951. "delivery.paycheck"
  952.  
  953. },
  954.  
  955. ["Gunoier"] = {
  956.  
  957. _config = { gtype = "job",
  958.  
  959. onspawn = function(player) vRPclient.notify(player,{"Esti un Gunoier, Salariu : $2000."}) end
  960.  
  961. },
  962.  
  963. "mission.collect.trash", -- mission permission
  964.  
  965. "trash.vehicle", -- garage permission
  966.  
  967. "trash.paycheck" -- paycheck permission
  968.  
  969. },
  970.  
  971. ["Avocat"] = {
  972.  
  973. _config = { gtype = "job",
  974.  
  975. onspawn = function(player) vRPclient.notify(player,{"Esti un Avocat de incredere, Salariu : $2000."}) end
  976.  
  977. },
  978.  
  979. "Lawyer.vehicle",
  980.  
  981. "Lawyer.whitelisted",
  982.  
  983. "Lawyer.cloakroom",
  984.  
  985. "Lawyer.paycheck"
  986.  
  987. },
  988.  
  989. ["Traficant de Droguri"] = {
  990.  
  991. _config = { gtype = "job",
  992.  
  993. onspawn = function(player) vRPclient.notify(player,{"Esti un Traficant de Droguri."}) end
  994.  
  995. },
  996.  
  997. "mission.drugseller.weed",
  998.  
  999. "drugseller.market",
  1000.  
  1001. "harvest.weed"
  1002.  
  1003. },
  1004.  
  1005. -- ["Santa"] = {
  1006.  
  1007. -- _config = { gtype = "job",
  1008.  
  1009. -- onspawn = function(player) vRPclient.notify(player,{"You are Santa, ho ho ho."}) end
  1010.  
  1011. -- },
  1012.  
  1013. -- "mission.santa", -- What mission Santa has
  1014.  
  1015. -- "santa.vehicle", -- Access to his garage
  1016.  
  1017. -- "santa.paycheck", -- How much santa gets paid per 15 mins
  1018.  
  1019. -- "santa.cloakroom", -- Santa's cloakroom
  1020.  
  1021. -- "harvest.presents" -- What he gathers (item transformers.lua)
  1022.  
  1023. -- },
  1024.  
  1025. ["Hacker"] = {
  1026.  
  1027. _config = { gtype = "job",
  1028.  
  1029. onspawn = function(player) vRPclient.notify(player,{"Esti un Hacker."}) end
  1030.  
  1031. },
  1032.  
  1033. "mission.hacker.information",
  1034.  
  1035. "hacker.hack",
  1036.  
  1037. "hacker.credit_cards"
  1038.  
  1039. },
  1040.  
  1041. ["Sofer la Banca"] = {
  1042.  
  1043. _config = { gtype = "job",
  1044.  
  1045. onspawn = function(player) vRPclient.notify(player,{"Esti angajat ca Sofer la Banca. Salariu : $2000."}) end
  1046.  
  1047. },
  1048.  
  1049. "mission.bankdriver.moneybank",
  1050.  
  1051. "mission.bankdriver.moneybank2",
  1052.  
  1053. "bankdriver.vehicle",
  1054.  
  1055. "bankdriver.paycheck",
  1056.  
  1057. "bankdriver.money"
  1058.  
  1059. },
  1060.  
  1061. ["Judecator"] = {
  1062.  
  1063. _config = { gtype = "job",
  1064.  
  1065. onspawn = function(player) vRPclient.notify(player,{"Esti un Judecator. Salariu : $3000"}) end
  1066.  
  1067. },
  1068.  
  1069. "judge.paycheck",
  1070.  
  1071. "Judge.whitelisted"
  1072.  
  1073. },
  1074.  
  1075. ["SIAS"] = {
  1076.  
  1077. _config = { gtype = "job",
  1078.  
  1079. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1080.  
  1081. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1082.  
  1083. onleave = function(player) vRPclient.setCop(player,{false}) end
  1084.  
  1085. },
  1086.  
  1087. "SWAT.cloakroom",
  1088.  
  1089. "police.pc",
  1090.  
  1091. --"police.handcuff",
  1092.  
  1093. "police.putinveh",
  1094.  
  1095. "police.getoutveh",
  1096.  
  1097. "police.service",
  1098.  
  1099. "police.wanted",
  1100.  
  1101. "police.seize.weapons",
  1102.  
  1103. "police.seize.items",
  1104.  
  1105. --"police.jail",
  1106.  
  1107. "police.drag",
  1108.  
  1109. "police.easy_cuff",
  1110.  
  1111. "police.easy_fine",
  1112.  
  1113. "police.easy_jail",
  1114.  
  1115. "police.easy_unjail",
  1116.  
  1117. "police.spikes",
  1118.  
  1119. "police.menu",
  1120.  
  1121. "police.check",
  1122.  
  1123. "toggle.service",
  1124.  
  1125. "police.freeze",
  1126.  
  1127. "police.announce",
  1128.  
  1129. -- "-police.store_weapons",
  1130.  
  1131. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  1132.  
  1133. "police.vehicle",
  1134.  
  1135. "police.loadshop",
  1136.  
  1137. "emergency.market",
  1138.  
  1139. "emergency.revive",
  1140.  
  1141. "emergency.shop",
  1142.  
  1143. "cop.whitelisted",
  1144.  
  1145. "SWAT.paycheck",
  1146.  
  1147. "police.menu_interaction",
  1148.  
  1149. "police.mission"
  1150.  
  1151.  
  1152. },
  1153.  
  1154. ["Chestor"] = {
  1155.  
  1156. _config = { gtype = "job",
  1157.  
  1158. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1159.  
  1160. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1161.  
  1162. onleave = function(player) vRPclient.setCop(player,{false}) end
  1163.  
  1164. },
  1165.  
  1166. "Deputy.cloakroom",
  1167.  
  1168. "police.pc",
  1169.  
  1170. --"police.handcuff",
  1171.  
  1172. "police.putinveh",
  1173.  
  1174. "police.getoutveh",
  1175.  
  1176. "police.service",
  1177.  
  1178. "arri.vehicle",
  1179.  
  1180. "player.groupadd2",
  1181.  
  1182. "player.groupremove2",
  1183.  
  1184. "police.drag",
  1185.  
  1186. "cop.findPlayers",
  1187.  
  1188. "police.easy_cuff",
  1189.  
  1190. "police.easy_fine",
  1191.  
  1192. "police.easy_jail",
  1193.  
  1194. "police.license",
  1195.  
  1196. "police.easy_unjail",
  1197.  
  1198. "police.spikes",
  1199.  
  1200. "police.menu",
  1201.  
  1202. "police.check",
  1203.  
  1204. "toggle.service",
  1205.  
  1206. "police.freeze",
  1207.  
  1208. "police.wanted",
  1209.  
  1210. "police.seize.weapons",
  1211.  
  1212. "police.seize.items",
  1213.  
  1214. --"police.jail",
  1215.  
  1216. --"police.fine",
  1217.  
  1218. "police.announce",
  1219.  
  1220. -- "-police.store_weapons",
  1221.  
  1222. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  1223.  
  1224. "police.vehicle",
  1225.  
  1226. "police.loadshop",
  1227.  
  1228. "helipol.vehicle",
  1229.  
  1230. "police.market",
  1231.  
  1232. "emergency.revive",
  1233.  
  1234. "cop.whitelisted",
  1235.  
  1236. "police.paycheck",
  1237.  
  1238. "police.menu_interaction",
  1239.  
  1240. "police.mission"
  1241.  
  1242. },
  1243.  
  1244.  
  1245. ["Chestor General"] = {
  1246.  
  1247. _config = { gtype = "job",
  1248.  
  1249. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1250.  
  1251. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1252.  
  1253. onleave = function(player) vRPclient.setCop(player,{false}) end
  1254.  
  1255. },
  1256.  
  1257. "Deputy.cloakroom",
  1258.  
  1259. "police.pc",
  1260.  
  1261. --"police.handcuff",
  1262.  
  1263. "police.putinveh",
  1264.  
  1265. "police.getoutveh",
  1266.  
  1267. "police.service",
  1268.  
  1269. "arri.vehicle",
  1270.  
  1271. "player.groupadd2",
  1272.  
  1273. "player.groupremove2",
  1274.  
  1275. "police.drag",
  1276.  
  1277. "cop.findPlayers",
  1278.  
  1279. "police.easy_cuff",
  1280.  
  1281. "police.easy_fine",
  1282.  
  1283. "police.easy_jail",
  1284.  
  1285. "police.license",
  1286.  
  1287. "police.easy_unjail",
  1288.  
  1289. "police.spikes",
  1290.  
  1291. "police.menu",
  1292.  
  1293. "police.check",
  1294.  
  1295. "toggle.service",
  1296.  
  1297. "police.freeze",
  1298.  
  1299. "police.wanted",
  1300.  
  1301. "police.seize.weapons",
  1302.  
  1303. "police.seize.items",
  1304.  
  1305. --"police.jail",
  1306.  
  1307. --"police.fine",
  1308.  
  1309. "police.announce",
  1310.  
  1311. -- "-police.store_weapons",
  1312.  
  1313. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  1314.  
  1315. "police.vehicle",
  1316.  
  1317. "police.loadshop",
  1318.  
  1319. "cop2.textchat",
  1320.  
  1321. "helipol.vehicle",
  1322.  
  1323. "police.market",
  1324.  
  1325. "emergency.revive",
  1326.  
  1327. "cop.whitelisted",
  1328.  
  1329. "police.paycheck",
  1330.  
  1331. "police.menu_interaction",
  1332.  
  1333. "police.mission"
  1334.  
  1335. },
  1336.  
  1337. ["Inspector"] = {
  1338.  
  1339. _config = { gtype = "job",
  1340.  
  1341. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1342.  
  1343. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1344. onleave = function(player) vRPclient.setCop(player,{false}) end
  1345.  
  1346. },
  1347.  
  1348. "Lieutenant.cloakroom",
  1349.  
  1350. "police.pc",
  1351.  
  1352. --"police.handcuff",
  1353.  
  1354. "police.putinveh",
  1355.  
  1356. "police.getoutveh",
  1357.  
  1358. "police.service",
  1359.  
  1360. "cop.textchat",
  1361.  
  1362. "police.drag",
  1363.  
  1364. "police.easy_cuff",
  1365.  
  1366. "police.easy_fine",
  1367.  
  1368. "police.license",
  1369.  
  1370. "police.easy_jail",
  1371.  
  1372. "cop.findPlayers",
  1373.  
  1374. "police.easy_unjail",
  1375.  
  1376. "police.spikes",
  1377.  
  1378. "police.menu",
  1379.  
  1380. "police.check",
  1381.  
  1382. "toggle.service",
  1383.  
  1384. "police.freeze",
  1385.  
  1386. "police.wanted",
  1387.  
  1388. "police.seize.weapons",
  1389.  
  1390. "police.seize.items",
  1391.  
  1392. --"police.jail",
  1393.  
  1394. --"police.fine",
  1395.  
  1396. "police.announce",
  1397.  
  1398. -- "-police.store_weapons",
  1399.  
  1400. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  1401.  
  1402. "police.vehicle",
  1403.  
  1404. "police.loadshop",
  1405.  
  1406. "police.market",
  1407.  
  1408. "emergency.revive",
  1409.  
  1410. "helipol.vehicle",
  1411.  
  1412. "cop.whitelisted",
  1413.  
  1414. "police.paycheck",
  1415.  
  1416. "police.menu_interaction",
  1417.  
  1418. "police.mission"
  1419.  
  1420. },
  1421.  
  1422. ["Sub Inspector"] = {
  1423.  
  1424. _config = { gtype = "job",
  1425.  
  1426. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1427.  
  1428. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1429. onleave = function(player) vRPclient.setCop(player,{false}) end
  1430.  
  1431. },
  1432.  
  1433. "Lieutenant.cloakroom",
  1434.  
  1435. "police.pc",
  1436.  
  1437. --"police.handcuff",
  1438.  
  1439. "police.putinveh",
  1440.  
  1441. "police.getoutveh",
  1442.  
  1443. "police.service",
  1444.  
  1445. "police.drag",
  1446.  
  1447. "cop.textchat",
  1448.  
  1449. "police.easy_cuff",
  1450.  
  1451. "police.easy_fine",
  1452.  
  1453. "police.license",
  1454.  
  1455. "police.easy_jail",
  1456.  
  1457. "cop.findPlayers",
  1458.  
  1459. "police.easy_unjail",
  1460.  
  1461. "police.spikes",
  1462.  
  1463. "police.menu",
  1464.  
  1465. "police.check",
  1466.  
  1467. "toggle.service",
  1468.  
  1469. "police.freeze",
  1470.  
  1471. "police.wanted",
  1472.  
  1473. "police.seize.weapons",
  1474.  
  1475. "police.seize.items",
  1476.  
  1477. --"police.jail",
  1478.  
  1479. --"police.fine",
  1480.  
  1481. "police.announce",
  1482.  
  1483. -- "-police.store_weapons",
  1484.  
  1485. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  1486.  
  1487. "police.vehicle",
  1488.  
  1489. "police.loadshop",
  1490.  
  1491. "police.market",
  1492.  
  1493. "emergency.revive",
  1494.  
  1495. "helipol.vehicle",
  1496.  
  1497. "cop.whitelisted",
  1498.  
  1499. "police.paycheck",
  1500.  
  1501. "police.menu_interaction",
  1502.  
  1503. "police.mission"
  1504.  
  1505. },
  1506.  
  1507. ["Comisar Sef"] = {
  1508.  
  1509. _config = { gtype = "job",
  1510.  
  1511. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1512.  
  1513. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1514. onleave = function(player) vRPclient.setCop(player,{false}) end
  1515.  
  1516. },
  1517.  
  1518. "Lieutenant.cloakroom",
  1519.  
  1520. "police.pc",
  1521.  
  1522. --"police.handcuff",
  1523.  
  1524. "police.putinveh",
  1525.  
  1526. "police.getoutveh",
  1527.  
  1528. "police.service",
  1529.  
  1530. "police.drag",
  1531.  
  1532. "police.easy_cuff",
  1533.  
  1534. "police.easy_fine",
  1535.  
  1536. "police.license",
  1537.  
  1538. "police.easy_jail",
  1539.  
  1540. "cop.findPlayers",
  1541.  
  1542. "police.easy_unjail",
  1543.  
  1544. "police.spikes",
  1545.  
  1546. "police.menu",
  1547.  
  1548. "cop.textchat",
  1549.  
  1550. "police.check",
  1551.  
  1552. "toggle.service",
  1553.  
  1554. "police.freeze",
  1555.  
  1556. "police.wanted",
  1557.  
  1558. "police.seize.weapons",
  1559.  
  1560. "police.seize.items",
  1561.  
  1562. --"police.jail",
  1563.  
  1564. --"police.fine",
  1565.  
  1566. "police.announce",
  1567.  
  1568. -- "-police.store_weapons",
  1569.  
  1570. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  1571.  
  1572. "police.vehicle",
  1573.  
  1574. "police.loadshop",
  1575.  
  1576. "police.market",
  1577.  
  1578. "emergency.revive",
  1579.  
  1580. "helipol.vehicle",
  1581.  
  1582. "cop.whitelisted",
  1583.  
  1584. "police.paycheck",
  1585.  
  1586. "police.menu_interaction",
  1587.  
  1588. "police.mission"
  1589.  
  1590. },
  1591.  
  1592. ["Comisar "] = {
  1593.  
  1594. _config = { gtype = "job",
  1595.  
  1596. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1597.  
  1598. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1599. onleave = function(player) vRPclient.setCop(player,{false}) end
  1600.  
  1601. },
  1602.  
  1603. "Lieutenant.cloakroom",
  1604.  
  1605. "police.pc",
  1606.  
  1607. --"police.handcuff",
  1608.  
  1609. "police.putinveh",
  1610.  
  1611. "police.getoutveh",
  1612.  
  1613. "police.service",
  1614.  
  1615. "police.drag",
  1616.  
  1617. "police.easy_cuff",
  1618.  
  1619. "police.easy_fine",
  1620.  
  1621. "police.license",
  1622.  
  1623. "cop.textchat",
  1624.  
  1625. "police.easy_jail",
  1626.  
  1627. "cop.findPlayers",
  1628.  
  1629. "police.easy_unjail",
  1630.  
  1631. "police.spikes",
  1632.  
  1633. "police.menu",
  1634.  
  1635. "police.check",
  1636.  
  1637. "toggle.service",
  1638.  
  1639. "police.freeze",
  1640.  
  1641. "police.wanted",
  1642.  
  1643. "police.seize.weapons",
  1644.  
  1645. "police.seize.items",
  1646.  
  1647. --"police.jail",
  1648.  
  1649. --"police.fine",
  1650.  
  1651. "police.announce",
  1652.  
  1653. -- "-police.store_weapons",
  1654.  
  1655. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  1656.  
  1657. "police.vehicle",
  1658.  
  1659. "police.loadshop",
  1660.  
  1661. "police.market",
  1662.  
  1663. "emergency.revive",
  1664.  
  1665. "helipol.vehicle",
  1666.  
  1667. "cop.whitelisted",
  1668.  
  1669. "police.paycheck",
  1670.  
  1671. "police.menu_interaction",
  1672.  
  1673. "police.mission"
  1674.  
  1675. },
  1676. ["Agent Sef Principal"] = {
  1677.  
  1678. _config = { gtype = "job",
  1679.  
  1680. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1681.  
  1682. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1683. onleave = function(player) vRPclient.setCop(player,{false}) end
  1684.  
  1685. },
  1686.  
  1687. "sheriff.cloakroom",
  1688.  
  1689. "police.pc",
  1690.  
  1691. --"police.handcuff",
  1692.  
  1693. "police.putinveh",
  1694.  
  1695. "police.getoutveh",
  1696.  
  1697. "police.service",
  1698.  
  1699. "police.drag",
  1700.  
  1701. "police.easy_cuff",
  1702.  
  1703. "police.easy_fine",
  1704.  
  1705. "police.license",
  1706.  
  1707. "police.easy_jail",
  1708.  
  1709. "cop.textchat",
  1710.  
  1711. "cop.findPlayers",
  1712.  
  1713. "police.easy_unjail",
  1714.  
  1715. "police.spikes",
  1716.  
  1717. "police.menu",
  1718.  
  1719. "police.check",
  1720.  
  1721. "toggle.service",
  1722.  
  1723. "police.freeze",
  1724.  
  1725. "police.wanted",
  1726.  
  1727. "police.seize.weapons",
  1728.  
  1729. "police.seize.items",
  1730.  
  1731. --"police.jail",
  1732.  
  1733. --"police.fine",
  1734.  
  1735. "police.announce",
  1736.  
  1737. -- "-police.store_weapons",
  1738.  
  1739. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  1740.  
  1741. "police.vehicle",
  1742.  
  1743. "police.loadshop",
  1744.  
  1745. "police.market",
  1746.  
  1747. "emergency.revive",
  1748.  
  1749. "helipol.vehicle",
  1750.  
  1751. "cop.whitelisted",
  1752.  
  1753. "police.paycheck",
  1754.  
  1755. "police.menu_interaction",
  1756.  
  1757. "police.mission"
  1758.  
  1759. },
  1760.  
  1761.  
  1762. ["Agent Sef"] = {
  1763.  
  1764. _config = { gtype = "job",
  1765.  
  1766. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1767.  
  1768. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1769. onleave = function(player) vRPclient.setCop(player,{false}) end
  1770.  
  1771. },
  1772.  
  1773. "sheriff.cloakroom",
  1774.  
  1775. "police.pc",
  1776.  
  1777. --"police.handcuff",
  1778.  
  1779. "police.putinveh",
  1780.  
  1781. "police.getoutveh",
  1782.  
  1783. "police.service",
  1784.  
  1785. "police.drag",
  1786.  
  1787. "police.easy_cuff",
  1788.  
  1789. "police.easy_fine",
  1790.  
  1791. "cop.textchat",
  1792.  
  1793. "police.license",
  1794.  
  1795. "police.easy_jail",
  1796.  
  1797. "cop.findPlayers",
  1798.  
  1799. "police.easy_unjail",
  1800.  
  1801. "police.spikes",
  1802.  
  1803. "police.menu",
  1804.  
  1805. "police.check",
  1806.  
  1807. "toggle.service",
  1808.  
  1809. "police.freeze",
  1810.  
  1811. "police.wanted",
  1812.  
  1813. "police.seize.weapons",
  1814.  
  1815. "police.seize.items",
  1816.  
  1817. --"police.jail",
  1818.  
  1819. --"police.fine",
  1820.  
  1821. "police.announce",
  1822.  
  1823. -- "-police.store_weapons",
  1824.  
  1825. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  1826.  
  1827. "police.vehicle",
  1828.  
  1829. "police.loadshop",
  1830.  
  1831. "police.market",
  1832.  
  1833. "emergency.revive",
  1834.  
  1835. "helipol.vehicle",
  1836.  
  1837. "cop.whitelisted",
  1838.  
  1839. "police.paycheck",
  1840.  
  1841. "police.menu_interaction",
  1842.  
  1843. "police.mission"
  1844.  
  1845. },
  1846.  
  1847.  
  1848. ["Agent Principal"] = {
  1849.  
  1850. _config = { gtype = "job",
  1851.  
  1852. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1853.  
  1854. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1855. onleave = function(player) vRPclient.setCop(player,{false}) end
  1856.  
  1857. },
  1858.  
  1859. "sheriff.cloakroom",
  1860.  
  1861. "police.pc",
  1862.  
  1863. --"police.handcuff",
  1864.  
  1865. "police.putinveh",
  1866.  
  1867. "police.getoutveh",
  1868.  
  1869. "police.service",
  1870.  
  1871. "cop.textchat",
  1872.  
  1873. "police.drag",
  1874.  
  1875. "police.easy_cuff",
  1876.  
  1877. "police.easy_fine",
  1878.  
  1879. "police.license",
  1880.  
  1881. "police.easy_jail",
  1882.  
  1883. "cop.findPlayers",
  1884.  
  1885. "police.easy_unjail",
  1886.  
  1887. "police.spikes",
  1888.  
  1889. "police.menu",
  1890.  
  1891. "police.check",
  1892.  
  1893. "toggle.service",
  1894.  
  1895. "police.freeze",
  1896.  
  1897. "police.wanted",
  1898.  
  1899. "police.seize.weapons",
  1900.  
  1901. "police.seize.items",
  1902.  
  1903. --"police.jail",
  1904.  
  1905. --"police.fine",
  1906.  
  1907. "police.announce",
  1908.  
  1909. -- "-police.store_weapons",
  1910.  
  1911. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  1912.  
  1913. "police.vehicle",
  1914.  
  1915. "police.loadshop",
  1916.  
  1917. "police.market",
  1918.  
  1919. "emergency.revive",
  1920.  
  1921. "helipol.vehicle",
  1922.  
  1923. "cop.whitelisted",
  1924.  
  1925. "police.paycheck",
  1926.  
  1927. "police.menu_interaction",
  1928.  
  1929. "police.mission"
  1930.  
  1931. },
  1932. ["Agent"] = {
  1933.  
  1934. _config = { gtype = "job",
  1935.  
  1936. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1937.  
  1938. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1939.  
  1940. onleave = function(player) vRPclient.setCop(player,{false}) end
  1941.  
  1942. },
  1943.  
  1944. "Deputy.cloakroom",
  1945.  
  1946. "police.pc",
  1947.  
  1948. --"police.handcuff",
  1949.  
  1950. "police.putinveh",
  1951.  
  1952. "police.getoutveh",
  1953.  
  1954. "police.service",
  1955.  
  1956. "arri.vehicle",
  1957.  
  1958. "player.groupadd2",
  1959.  
  1960. "player.groupremove2",
  1961.  
  1962. "police.drag",
  1963.  
  1964. "cop.findPlayers",
  1965.  
  1966. "police.easy_cuff",
  1967.  
  1968. "police.easy_fine",
  1969.  
  1970. "police.easy_jail",
  1971.  
  1972. "police.license",
  1973.  
  1974. "police.easy_unjail",
  1975.  
  1976. "police.spikes",
  1977.  
  1978. "police.menu",
  1979.  
  1980. "police.check",
  1981.  
  1982. "toggle.service",
  1983.  
  1984. "police.freeze",
  1985.  
  1986. "police.wanted",
  1987.  
  1988. "police.seize.weapons",
  1989.  
  1990. "police.seize.items",
  1991.  
  1992. --"police.jail",
  1993.  
  1994. --"police.fine",
  1995.  
  1996. "police.announce",
  1997.  
  1998. -- "-police.store_weapons",
  1999.  
  2000. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  2001.  
  2002. "police.vehicle",
  2003.  
  2004. "police.loadshop",
  2005.  
  2006. "cop2.textchat",
  2007.  
  2008. "helipol.vehicle",
  2009.  
  2010. "police.market",
  2011.  
  2012. "emergency.revive",
  2013.  
  2014. "cop.whitelisted",
  2015.  
  2016. "police.paycheck",
  2017.  
  2018. "police.menu_interaction",
  2019.  
  2020. "police.mission"
  2021.  
  2022. },
  2023.  
  2024. ["Cadet"] = {
  2025.  
  2026. _config = { gtype = "job",
  2027.  
  2028. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  2029.  
  2030. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  2031.  
  2032. onleave = function(player) vRPclient.setCop(player,{false}) end
  2033.  
  2034. },
  2035.  
  2036. "police.cloakroom",
  2037.  
  2038. "police.putinveh",
  2039.  
  2040. "police.getoutveh",
  2041.  
  2042. "police.service",
  2043.  
  2044. "police.seize.weapons",
  2045.  
  2046. "police.drag",
  2047.  
  2048. "police.easy_cuff",
  2049.  
  2050. "cop.findPlayers",
  2051.  
  2052. "police.easy_fine",
  2053.  
  2054. "police.pc",
  2055.  
  2056. "police.easy_jail",
  2057.  
  2058. "police.easy_unjail",
  2059.  
  2060. "police.spikes",
  2061.  
  2062. "cop.textchat",
  2063.  
  2064. "police.license",
  2065.  
  2066. "police.menu",
  2067.  
  2068. "police.check",
  2069.  
  2070. "toggle.service",
  2071.  
  2072. "police.freeze",
  2073.  
  2074. "police.announce",
  2075.  
  2076. -- "-police.store_weapons",
  2077.  
  2078. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  2079.  
  2080. "Cadet.vehicle",
  2081.  
  2082. "police.loadshop",
  2083.  
  2084. "police.market",
  2085.  
  2086. "cop.whitelisted",
  2087.  
  2088. "emergency.revive",
  2089.  
  2090. "police.paycheck",
  2091.  
  2092. "police.menu_interaction",
  2093.  
  2094. "police.mission"
  2095. },
  2096.  
  2097. ["Sef BGS"] = {
  2098.  
  2099. _config = { gtype = "job",
  2100.  
  2101. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  2102.  
  2103. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  2104. onleave = function(player) vRPclient.setCop(player,{false}) end
  2105.  
  2106. },
  2107.  
  2108. "Lieutenant.cloakroom",
  2109.  
  2110. "police.pc",
  2111.  
  2112. --"police.handcuff",
  2113.  
  2114. "police.putinveh",
  2115.  
  2116. "police.getoutveh",
  2117.  
  2118. "police.service",
  2119.  
  2120. "police.drag",
  2121.  
  2122. "police.easy_cuff",
  2123.  
  2124. "police.easy_fine",
  2125.  
  2126. "police.license",
  2127.  
  2128. "police.easy_jail",
  2129.  
  2130. "cop.findPlayers",
  2131.  
  2132. "police.easy_unjail",
  2133.  
  2134. "police.spikes",
  2135.  
  2136. "police.menu",
  2137.  
  2138. "police.check",
  2139.  
  2140. "toggle.service",
  2141.  
  2142. "police.freeze",
  2143.  
  2144. "police.wanted",
  2145.  
  2146. "police.seize.weapons",
  2147.  
  2148. "police.seize.items",
  2149.  
  2150. --"police.jail",
  2151.  
  2152. --"police.fine",
  2153.  
  2154. "police.announce",
  2155.  
  2156. -- "-police.store_weapons",
  2157.  
  2158. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  2159.  
  2160. "bgs.vehicle",
  2161.  
  2162. "police.loadshop",
  2163.  
  2164. "police.market",
  2165.  
  2166. "emergency.revive",
  2167.  
  2168. "helipol.vehicle",
  2169.  
  2170. "cop.whitelisted",
  2171.  
  2172. "police.paycheck",
  2173.  
  2174. "police.menu_interaction",
  2175.  
  2176. "police.mission"
  2177.  
  2178. },
  2179.  
  2180. ["Co-Lider BGS"] = {
  2181.  
  2182. _config = { gtype = "job",
  2183.  
  2184. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  2185.  
  2186. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  2187. onleave = function(player) vRPclient.setCop(player,{false}) end
  2188.  
  2189. },
  2190.  
  2191. "Lieutenant.cloakroom",
  2192.  
  2193. "police.pc",
  2194.  
  2195. --"police.handcuff",
  2196.  
  2197. "police.putinveh",
  2198.  
  2199. "police.getoutveh",
  2200.  
  2201. "police.service",
  2202.  
  2203. "police.drag",
  2204.  
  2205. "police.easy_cuff",
  2206.  
  2207. "police.easy_fine",
  2208.  
  2209. "police.license",
  2210.  
  2211. "police.easy_jail",
  2212.  
  2213. "cop.findPlayers",
  2214.  
  2215. "police.easy_unjail",
  2216.  
  2217. "police.spikes",
  2218.  
  2219. "police.menu",
  2220.  
  2221. "police.check",
  2222.  
  2223. "toggle.service",
  2224.  
  2225. "police.freeze",
  2226.  
  2227. "police.wanted",
  2228.  
  2229. "police.seize.weapons",
  2230.  
  2231. "police.seize.items",
  2232.  
  2233. --"police.jail",
  2234.  
  2235. --"police.fine",
  2236.  
  2237. "police.announce",
  2238.  
  2239. -- "-police.store_weapons",
  2240.  
  2241. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  2242.  
  2243. "bgs.vehicle",
  2244.  
  2245. "police.loadshop",
  2246.  
  2247. "police.market",
  2248.  
  2249. "emergency.revive",
  2250.  
  2251. "helipol.vehicle",
  2252.  
  2253. "cop.whitelisted",
  2254.  
  2255. "police.paycheck",
  2256.  
  2257. "police.menu_interaction",
  2258.  
  2259. "police.mission"
  2260.  
  2261. },
  2262.  
  2263. ["Agent BGS"] = {
  2264.  
  2265. _config = { gtype = "job",
  2266.  
  2267. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  2268.  
  2269. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  2270. onleave = function(player) vRPclient.setCop(player,{false}) end
  2271.  
  2272. },
  2273.  
  2274. "Lieutenant.cloakroom",
  2275.  
  2276. "police.pc",
  2277.  
  2278. --"police.handcuff",
  2279.  
  2280. "police.putinveh",
  2281.  
  2282. "police.getoutveh",
  2283.  
  2284. "police.service",
  2285.  
  2286. "police.drag",
  2287.  
  2288. "police.easy_cuff",
  2289.  
  2290. "police.easy_fine",
  2291.  
  2292. "police.license",
  2293.  
  2294. "police.easy_jail",
  2295.  
  2296. "cop.findPlayers",
  2297.  
  2298. "police.easy_unjail",
  2299.  
  2300. "police.spikes",
  2301.  
  2302. "police.menu",
  2303.  
  2304. "police.check",
  2305.  
  2306. "toggle.service",
  2307.  
  2308. "police.freeze",
  2309.  
  2310. "police.wanted",
  2311.  
  2312. "police.seize.weapons",
  2313.  
  2314. "police.seize.items",
  2315.  
  2316. --"police.jail",
  2317.  
  2318. --"police.fine",
  2319.  
  2320. "police.announce",
  2321.  
  2322. -- "-police.store_weapons",
  2323.  
  2324. "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  2325.  
  2326. "bgs.vehicle",
  2327.  
  2328. "police.loadshop",
  2329.  
  2330. "police.market",
  2331.  
  2332. "emergency.revive",
  2333.  
  2334. "helipol.vehicle",
  2335.  
  2336. "cop.whitelisted",
  2337.  
  2338. "police.paycheck",
  2339.  
  2340. "police.menu_interaction",
  2341.  
  2342. "police.mission"
  2343.  
  2344. },
  2345.  
  2346. ["Lider Hitman"] = {
  2347.  
  2348. _config = { gtype = "job",onspawn = function(player) vRPclient.notify(player,{"Esti lider Hitman Agency."}) end},
  2349.  
  2350. "hitman.loadshop",
  2351.  
  2352. "hitman.vehicle",
  2353.  
  2354. "hitman.whitelisted",
  2355.  
  2356. "hitman.paycheck",
  2357.  
  2358. "hitman.cloakroom",
  2359.  
  2360. "cop.findPlayers",
  2361.  
  2362. "hitman.service",
  2363.  
  2364. "police.menu",
  2365.  
  2366. "police.easy_cuff",
  2367.  
  2368. "police.drag",
  2369.  
  2370. "police.putinveh",
  2371.  
  2372. "police.getoutveh",
  2373.  
  2374. "hitmanheli.vehicle"
  2375.  
  2376. },
  2377.  
  2378. ["Co-Lider Hitman"] = {
  2379.  
  2380. _config = { gtype = "job",onspawn = function(player) vRPclient.notify(player,{"Esti Co-Lider Hitman Agency."}) end},
  2381.  
  2382. "hitman.loadshop",
  2383.  
  2384. "hitman.vehicle",
  2385.  
  2386. "hitman.cloakroom",
  2387.  
  2388. "hitman.whitelisted",
  2389.  
  2390. "hitman.paycheck",
  2391.  
  2392. "cop.findPlayers",
  2393.  
  2394. "hitman.service",
  2395.  
  2396. "police.menu",
  2397.  
  2398. "police.easy_cuff",
  2399.  
  2400. "police.drag",
  2401.  
  2402. "police.putinveh",
  2403.  
  2404. "police.getoutveh",
  2405.  
  2406. "hitmanheli.vehicle"
  2407.  
  2408. },
  2409.  
  2410. ["Hitman"] = {
  2411.  
  2412. _config = { gtype = "job",onspawn = function(player) vRPclient.notify(player,{"Esti membru Hitman Agency."}) end},
  2413.  
  2414. "hitman.loadshop",
  2415.  
  2416. "hitman.vehicle",
  2417.  
  2418. "hitman.whitelisted",
  2419.  
  2420. "hitman.paycheck",
  2421.  
  2422. "hitman.cloakroom",
  2423.  
  2424. "hitman.service",
  2425.  
  2426. "cop.findPlayers",
  2427.  
  2428. "police.menu",
  2429.  
  2430. "police.easy_cuff",
  2431.  
  2432. "police.drag",
  2433.  
  2434. "police.putinveh",
  2435.  
  2436. "police.getoutveh",
  2437.  
  2438. "hitmanheli.vehicle"
  2439.  
  2440. },
  2441.  
  2442.  
  2443.  
  2444.  
  2445.  
  2446. -- ["trafficguard"] = {
  2447.  
  2448. -- _config = { gtype = "job",
  2449.  
  2450. -- onjoin = function(player) vRPclient.setCop(player,{true}) end,
  2451.  
  2452. -- onspawn = function(player) vRPclient.setCop(player,{true}) end,
  2453.  
  2454. -- onleave = function(player) vRPclient.setCop(player,{false}) end
  2455.  
  2456. -- },
  2457.  
  2458. -- "police.cloakroom",
  2459.  
  2460. -- "police.pc",
  2461.  
  2462. -- "police.handcuff",
  2463.  
  2464. -- "police.putinveh",
  2465.  
  2466. -- "police.getoutveh",
  2467.  
  2468. -- "police.check",
  2469.  
  2470. -- "police.service",
  2471.  
  2472. -- "police.wanted",
  2473.  
  2474. -- "police.seize.weapons",
  2475.  
  2476. -- "police.seize.items",
  2477.  
  2478. -- "police.jail",
  2479.  
  2480. -- "police.fine",
  2481.  
  2482. -- "police.announce",
  2483.  
  2484. -- "-police.store_weapons",
  2485.  
  2486. -- "-police.seizable", -- negative permission, police can't seize itself, even if another group add the permission
  2487.  
  2488. -- "police.vehicle",
  2489.  
  2490. -- "police.loadshop",
  2491.  
  2492. -- "cop.whitelisted",
  2493.  
  2494. -- "trafficguard.paycheck"
  2495.  
  2496. -- },
  2497.  
  2498.  
  2499.  
  2500.  
  2501.  
  2502. -- whitelist group for police, emergency and president jobs / add player to this group and user can view the job selection / search in the map
  2503.  
  2504. -- moderator=president / president is guy from the server give a player group cop ems moderator when admin is offline / sallary : $10.000
  2505.  
  2506. ["cop"] = {
  2507.  
  2508. "cop.whitelisted"
  2509.  
  2510. },
  2511.  
  2512. ["Reporter"] = {
  2513. _config = { gtype = "job",onspawn = function(player) vRPclient.notify(player,{"Esti un Reporter.!"}) end},
  2514. "player.phone",
  2515. "player.calladmin",
  2516. "player.fix_haircut",
  2517. "police.askid",
  2518. "player.store_money",
  2519. "player.player_menu",
  2520. "reporter.loadshop",
  2521. "weazel.camera",
  2522. "weazel.mic",
  2523. "reporter.service",
  2524. "reporter.vehicle",
  2525. "reporter2.vehicle",
  2526. "reporter.whitelisted"
  2527. },
  2528.  
  2529. --["Exotic Car Dealer"] = {
  2530.  
  2531. --_config = { gtype = "job",
  2532.  
  2533. --onspawn = function(player) vRPclient.notify(player,{"You are an Exotic Car Dealer"}) end
  2534.  
  2535. --},
  2536.  
  2537. --"exotic.whitelisted",
  2538.  
  2539. --"exotic.vehicle",
  2540.  
  2541. --"player.group.add",
  2542.  
  2543. --"player.group.remove"
  2544.  
  2545. --"player.list"
  2546.  
  2547. --},
  2548.  
  2549. ["buyer"] = {
  2550.  
  2551. "exotic.vehicle"
  2552.  
  2553. },
  2554.  
  2555. ["mafia"] = {
  2556.  
  2557. "mafia.whitelisted"
  2558.  
  2559. },
  2560.  
  2561. ["balkane"] = {
  2562.  
  2563. "mafia1.whitelisted"
  2564.  
  2565. },
  2566.  
  2567.  
  2568. ["ems"] = {
  2569.  
  2570. "ems.whitelisted"
  2571.  
  2572. },
  2573.  
  2574. ["moderator"] = {
  2575.  
  2576. "president.whitelisted"
  2577.  
  2578. }
  2579.  
  2580. }
  2581.  
  2582.  
  2583.  
  2584. -- groups are added dynamically using the API or the menu, but you can add group when an user join here
  2585.  
  2586. cfg.users = {
  2587.  
  2588. [1] = { -- give superadmin and admin group to the first created user on the database
  2589.  
  2590. "superadmin",
  2591.  
  2592. "admin",
  2593.  
  2594. "recruiter"
  2595.  
  2596. }
  2597.  
  2598. }
  2599.  
  2600.  
  2601.  
  2602. -- group selectors
  2603.  
  2604. -- _config
  2605.  
  2606. --- x,y,z, blipid, blipcolor, permissions (optional)
  2607.  
  2608.  
  2609.  
  2610. cfg.users = {
  2611.  
  2612.  
  2613.  
  2614. [1] = { -- give superadmin and admin group to the first created user on the database
  2615.  
  2616.  
  2617.  
  2618. "Fondator",
  2619.  
  2620.  
  2621.  
  2622. "Co-Fondator",
  2623.  
  2624.  
  2625.  
  2626. "SuperAdmin",
  2627.  
  2628.  
  2629.  
  2630. "Admin",
  2631.  
  2632.  
  2633.  
  2634. "Helper",
  2635.  
  2636.  
  2637.  
  2638. "recruiter"
  2639.  
  2640.  
  2641.  
  2642. }
  2643.  
  2644.  
  2645.  
  2646. }
  2647.  
  2648.  
  2649.  
  2650.  
  2651.  
  2652.  
  2653.  
  2654. -- group selectors
  2655.  
  2656.  
  2657.  
  2658. -- _config
  2659.  
  2660.  
  2661.  
  2662. --- x,y,z, blipid, blipcolor, permissions (optional)
  2663.  
  2664.  
  2665.  
  2666.  
  2667.  
  2668.  
  2669.  
  2670. cfg.selectors = {
  2671.  
  2672. ["Job Selector"] = {
  2673.  
  2674. _config = {x = -137.6828918457, y = 6302.9331054688, z = 31.487663269042, blipid = 472, blipcolor = 75},
  2675.  
  2676. "Mecanic",
  2677.  
  2678. "Livrator",
  2679.  
  2680. "Sofer la Banca",
  2681.  
  2682. "Pescar",
  2683.  
  2684. "Transport Medical",
  2685.  
  2686. "Somer"
  2687.  
  2688. },
  2689.  
  2690. ["Job Ilegal"] = {
  2691.  
  2692. _config = {x = 2441.1303710938, y = 4974.0004882812, z = 51.574298858642, blipid = 472, blipcolor = 29},
  2693.  
  2694. "Traficant de Droguri",
  2695.  
  2696. "Traficant de Arme",
  2697.  
  2698. "Hacker",
  2699.  
  2700. "Falsificator",
  2701.  
  2702. "Somer"
  2703.  
  2704. },
  2705. ["Fan Courier"] = {
  2706.  
  2707. _config = {x = -229.59962463378, y = -1377.4235839844, z = 31.258243560792, blipid = 501, blipcolor = 4},
  2708.  
  2709. "Fan Courier"
  2710. },
  2711.  
  2712. ["Taxi"] = {
  2713.  
  2714. _config = {x = 895.0776977539, y = -179.68031311036, z = 74.700340270996, blipid = 198, blipcolor = 46},
  2715.  
  2716. "Taxi"
  2717. },
  2718.  
  2719.  
  2720.  
  2721. ["Police job"] = { -- Alta Street
  2722.  
  2723. _config = {x = 447.35137939453, y = -975.57592773438, z = 30.689584732056, blipid = 351, blipcolor = 38, permissions = {"cop.whitelisted"} },
  2724.  
  2725. "Chestor General",
  2726.  
  2727. "Chestor",
  2728.  
  2729. "Inspector",
  2730.  
  2731. "Sub Inspector",
  2732.  
  2733. "Comisar Sef",
  2734.  
  2735. "Comisar",
  2736.  
  2737. "Inspector",
  2738.  
  2739. "Sub Inspector",
  2740.  
  2741. "Agent Sef Principal",
  2742.  
  2743. "Agent Sef",
  2744.  
  2745. "Agent Principlal",
  2746.  
  2747. "Agent",
  2748.  
  2749. "Cadet",
  2750.  
  2751. "SWAT",
  2752.  
  2753. "Somer"
  2754.  
  2755. },
  2756.  
  2757. ["Police job 2"] = { -- Sandy Shores
  2758.  
  2759. _config = {x = 1857.5961914063, y = 3688.8952636719, z = 34.267040252686, blipid = 351, blipcolor = 38, permissions = {"cop.whitelisted"} },
  2760.  
  2761. "Chestor General",
  2762.  
  2763. "Chestor Sef",
  2764.  
  2765. "Chestor Principal",
  2766.  
  2767. "Chestor",
  2768.  
  2769. "Comisar Sef",
  2770.  
  2771. "Comisar",
  2772.  
  2773. "Subcomisar",
  2774.  
  2775. "Inspector Principal",
  2776.  
  2777. "Inspector",
  2778.  
  2779. "Subinspector",
  2780.  
  2781. "Agent Sef Principal",
  2782.  
  2783. "Agent Sef",
  2784.  
  2785. "Agent Sef Adjunct",
  2786.  
  2787. "Agent Principal
  2788.  
  2789. },
  2790.  
  2791. ["Police job 3"] = { -- Paleto Bay
  2792.  
  2793. _config = {x = -449.00927734375, y = 6017.1953125, z = 31.716377258301, blipid = 351, blipcolor = 38, permissions = {"cop.whitelisted"} },
  2794.  
  2795. "Chestor General",
  2796.  
  2797. "Chestor Sef",
  2798.  
  2799. "Chestor Principal",
  2800.  
  2801. "Chestor",
  2802.  
  2803. "Comisar Sef",
  2804.  
  2805. "Comisar",
  2806.  
  2807. "Subcomisar",
  2808.  
  2809. "Inspector Principal",
  2810.  
  2811. "Inspector",
  2812.  
  2813. "Subinspector",
  2814.  
  2815. "Agent Sef Principal",
  2816.  
  2817. "Agent Sef",
  2818.  
  2819. "Agent Sef Adjunct",
  2820.  
  2821. "Agent Principal
  2822.  
  2823. },
  2824.  
  2825. ["EMS"] = { -- Spawn Hospital
  2826.  
  2827. _config = {x = 249.50639343262, y = -1375.0694580078, z = 39.534378051758, blipid = 351, blipcolor = 3, permissions = {"ems.whitelisted"} },
  2828.  
  2829. "Lider EMS",
  2830. "Co-Lider EMS
  2831. "Paramedic",
  2832. "Somer"
  2833.  
  2834. },
  2835.  
  2836. ["Hitman"] = {
  2837.  
  2838. _config = {x = -1805.1967773438, y = 437.31616210938, z = 128.7074432373, blipid = 472, blipcolor = 3, permissions = {"hitman.whitelisted"} }, -- UPDATE THE COORDINATES
  2839.  
  2840. "Lider Hitman",
  2841. "Co-Lider Hitman
  2842. "Hitman",
  2843. "Somer"
  2844.  
  2845. },
  2846.  
  2847. ["Avocat"] = {
  2848.  
  2849. _config = {x = -1911.9273681641, y = -569.71649169922, z = 19.097215652466, blipid = 351, blipcolor = 7, permissions = {"Lawyer.whitelisted"} },
  2850.  
  2851. "Avocat",
  2852.  
  2853. "Somer"
  2854.  
  2855. },
  2856.  
  2857. ["Curva"] = {
  2858.  
  2859. _config = {x = -558.83117675782, y = 289.21994018554, z = 85.376426696778, blipid = 472, blipcolor = 4},
  2860.  
  2861. "Curva",
  2862.  
  2863. "Somer"
  2864.  
  2865. },
  2866.  
  2867. ["Airline Pilot"] = {
  2868.  
  2869. _config = {x = -759.6591796875, y = -1515.3978271484, z = 4.9768991470337, blipid = 307, blipcolor = 4},
  2870.  
  2871. "Airline Pilot",
  2872.  
  2873. "Somer"
  2874.  
  2875. },
  2876.  
  2877. ["Cargo Pilot"] = {
  2878.  
  2879. _config = {x = -928.89624023438, y = -2937.396484375, z = 13.945074081421,blipid = 472, blipcolor = 4},
  2880.  
  2881. "Cargo Pilot",
  2882.  
  2883. "Somer"
  2884.  
  2885. },
  2886.  
  2887. ["Gunoier"] = {
  2888.  
  2889. _config = {x = 750.05029296875, y = -1402.9224853516, z = 26.549806594849,blipid = 318, blipcolor = 2}, -- Job starts here
  2890.  
  2891. "Gunoier",
  2892.  
  2893. "Somer"
  2894.  
  2895. },
  2896.  
  2897. ["Judecator"] = {
  2898.  
  2899. _config = {x = -59.127178192139, y = 359.25082397461, z = 113.05643463135, blipid = 351, blipcolor = 7, permissions = {"Judge.whitelisted"} },
  2900.  
  2901. "Judecator",
  2902.  
  2903. "Somer"
  2904.  
  2905. }
  2906. }
  2907.  
  2908.  
  2909.  
  2910. return cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement