Advertisement
Guest User

Cargos FiveM

a guest
Jul 17th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.18 KB | None | 0 0
  1. ["admin"] = {
  2. "admin.tickets",
  3. "admin.announce",
  4. "player.list",
  5. "admin.godmode",
  6. "player.whitelist",
  7. "admin.revive",
  8. "player.unwhitelist",
  9. "player.kick",
  10. "player.ban",
  11. "player.unban",
  12. "player.noclip",
  13. "player.custom_emote",
  14. "armas.traficante",
  15. "player.custom_sound",
  16. "player.display_custom",
  17. "police.menu_interaction",
  18. "player.coords",
  19. "player.tptome",
  20. "admin.deleteveh",
  21. "admin.spawnveh",
  22. "admin.godmode",
  23. "admin.deleteveh",
  24. "player.blips",
  25. "admin.tptowaypoint",
  26. "player.cmd_mask",
  27. "admin.easy_unjail",
  28. "police.door",
  29. "police.license",
  30. "police.licensearm",
  31. "admin.spikes",
  32. "player.tpto"
  33. },
  34. ["moderador"] = {
  35. _config = {onspawn = function(player) vRPclient.notify(player,{"Você é um ~r~moderador."}) end},
  36. "player.group.add",
  37. "player.group.remove",
  38. "player.whitelist",
  39. "player.unwhitelist",
  40. "player.noclip",
  41. "police.door",
  42. "player.tptome",
  43. "player.list",
  44. "police.license",
  45. "police.licensearm",
  46. "police.menu_interaction",
  47. "player.kick",
  48. "player.tpto"
  49. },
  50. -- the group user is auto added to all logged players
  51. ["user"] = {
  52. "coma.caller",
  53. "coma.skipper",
  54. "police.menu",
  55. "venda.todos",
  56. "spawn.cloakroom",
  57. "civil.impostos",
  58. "vip.hospital",
  59. "player.phone",
  60. "caminhao.garagem",
  61. "player.loot",
  62. "player.store_armor",
  63. "player.menu",
  64. "player.fix_haircut",
  65. "player.emotes",
  66. "player.player_menu",
  67. "player.store_money",
  68. "player.store_weapons",
  69. "player.check",
  70. "police.check",
  71. "player.calladmin",
  72. "spawn.garagem",
  73. "emergency_heal",
  74. "player.skip_coma",
  75. "police.seizable" -- can be seized
  76. },
  77.  
  78. --------------------------------------------------------------------------------------------------------------------------------------------
  79. -- Sistema de doaçoes --
  80. --------------------------------------------------------------------------------------------------------------------------------------------
  81.  
  82. ["vip-supremo"] = {
  83. _config = {onspawn = function(player) vRPclient.notify(player,{"Você é um ~r~Doador."}) end},
  84. "donatesupremo.paycheck",
  85. "dinheiromarcado.lavar",
  86. "donater.vehicle"
  87. },
  88. ["vip-mestre"] = {
  89. _config = {onspawn = function(player) vRPclient.notify(player,{"Você é um ~r~Doador."}) end},
  90. "donatemestre.paycheck",
  91. "dinheiromarcado.lavar",
  92. "donater.vehicle"
  93. },
  94. ["vip-consagrado"] = {
  95. _config = {onspawn = function(player) vRPclient.notify(player,{"Você é um ~r~Doador."}) end},
  96. "donateconsagrado.paycheck",
  97. "dinheiromarcado.lavar",
  98. "donater.loadshop"
  99. },
  100. ["vip-inicial"] = {
  101. _config = {onspawn = function(player) vRPclient.notify(player,{"Você é um ~r~Doador."}) end},
  102. "donateinicial.paycheck",
  103. "donater.loadshop"
  104. },
  105.  
  106. --------------------------------------------------------------------------------------------------------------------------------------------
  107.  
  108. ["Recruta [PMESP]"] = {
  109. _config = {
  110. gtype = "job",
  111. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  112. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  113. onleave = function(player) vRPclient.setCop(player,{false}) end
  114. },
  115. "Equipar.Recruta",
  116. "player.list",
  117. "police.base",
  118. "police.easy_unjail",
  119. "policia.garagem",
  120. "police.easy_fine",
  121. "police.easy_cuff",
  122. "police.drag",
  123. "police.menu_interaction",
  124. "pmesp.fardas",
  125. "police.door",
  126. "police.menu",
  127. "police.pc",
  128. "radar.pass",
  129. "holdup.police",
  130. "pm1.garagem",
  131. "police.handcuff",
  132. "police.putinveh",
  133. "police.getoutveh",
  134. "police.check",
  135. "police.service",
  136. "police.wanted",
  137. "police.license",
  138. "police.licensearm",
  139. "bank.police",
  140. "recpmerj.paycheck",
  141. "police.seize.weapons",
  142. "police.seize.items",
  143. "police.jail",
  144. "police.fine",
  145. "police.announce",
  146. "police.askid",
  147. "recrutapmesp.paycheck",
  148. "police.weapon_search",
  149. "-police.store_weapons",
  150. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  151. },
  152.  
  153. ["Soldado [PMESP]"] = {
  154. _config = {
  155. gtype = "job",
  156. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  157. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  158. onleave = function(player) vRPclient.setCop(player,{false}) end
  159. },
  160. "Equipar.Soldado",
  161. "player.list",
  162. "police.base",
  163. "police.easy_unjail",
  164. "police.easy_fine",
  165. "nivelum.loadshop",
  166. "police.easy_cuff",
  167. "police.drag",
  168. "police.menu_interaction",
  169. "pmesp.fardas",
  170. "niveldois.loadshop",
  171. "police.door",
  172. "police.menu",
  173. "police.pc",
  174. "policia.garagem",
  175. "radar.pass",
  176. "holdup.police",
  177. "pm1.garagem",
  178. "police.handcuff",
  179. "soldpmerj.paycheck",
  180. "police.putinveh",
  181. "police.getoutveh",
  182. "police.check",
  183. "police.service",
  184. "police.wanted",
  185. "police.license",
  186. "police.licensearm",
  187. "bank.police",
  188. "police.seize.weapons",
  189. "police.seize.items",
  190. "police.jail",
  191. "police.fine",
  192. "police.announce",
  193. "police.askid",
  194. "police.weapon_search",
  195. "-police.store_weapons",
  196. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  197. },
  198. ["Cabo [PMESP]"] = {
  199. _config = {
  200. gtype = "job",
  201. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  202. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  203. onleave = function(player) vRPclient.setCop(player,{false}) end
  204. },
  205. "Equipar.Cabo",
  206. "player.list",
  207. "police.base",
  208. "cabopmerj.loadshop",
  209. "police.easy_unjail",
  210. "niveldois.loadshop",
  211. "police.easy_fine",
  212. "policia.garagem",
  213. "police.easy_cuff",
  214. "police.drag",
  215. "police.menu_interaction",
  216. "niveldois.loadshop",
  217. "police.door",
  218. "police.menu",
  219. "police.pc",
  220. "radar.pass",
  221. "holdup.police",
  222. "pm1.garagem",
  223. "police.handcuff",
  224. "pmesp.fardas",
  225. "police.putinveh",
  226. "police.getoutveh",
  227. "police.check",
  228. "cabopmerj.paycheck",
  229. "police.service",
  230. "police.wanted",
  231. "police.license",
  232. "police.licensearm",
  233. "bank.police",
  234. "police.seize.weapons",
  235. "police.seize.items",
  236. "police.jail",
  237. "police.fine",
  238. "police.announce",
  239. "police.askid",
  240. "soldadopmesp.paycheck",
  241. "police.weapon_search",
  242. "-police.store_weapons",
  243. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  244. },
  245. ["3º Sargento [PMESP]"] = {
  246. _config = {
  247. gtype = "job",
  248. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  249. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  250. onleave = function(player) vRPclient.setCop(player,{false}) end
  251. },
  252. "Equipar.Sargento",
  253. "player.list",
  254. "police.base",
  255. "police.easy_unjail",
  256. "police.easy_fine",
  257. "policia.garagem",
  258. "police.easy_cuff",
  259. "police.drag",
  260. "police.menu_interaction",
  261. "police.door",
  262. "niveldois.loadshop",
  263. "police.menu",
  264. "police.pc",
  265. "pmesp.fardas",
  266. "radar.pass",
  267. "holdup.police",
  268. "pm1.garagem",
  269. "police.handcuff",
  270. "police.putinveh",
  271. "police.getoutveh",
  272. "police.check",
  273. "police.service",
  274. "police.wanted",
  275. "police.license",
  276. "police.licensearm",
  277. "bank.police",
  278. "police.seize.weapons",
  279. "police.seize.items",
  280. "police.jail",
  281. "police.fine",
  282. "police.announce",
  283. "police.askid",
  284. "3sargpmerj.paycheck",
  285. "police.weapon_search",
  286. "-police.store_weapons",
  287. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  288. },
  289. ["2º Sargento [PMESP]"] = {
  290. _config = {
  291. gtype = "job",
  292. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  293. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  294. onleave = function(player) vRPclient.setCop(player,{false}) end
  295. },
  296. "Equipar.Sargento",
  297. "player.list",
  298. "police.base",
  299. "police.easy_unjail",
  300. "police.easy_fine",
  301. "police.easy_cuff",
  302. "police.drag",
  303. "police.menu_interaction",
  304. "police.door",
  305. "policia.garagem",
  306. "police.menu",
  307. "niveldois.loadshop",
  308. "police.pc",
  309. "pmesp.fardas",
  310. "radar.pass",
  311. "holdup.police",
  312. "pm1.garagem",
  313. "police.handcuff",
  314. "police.putinveh",
  315. "police.getoutveh",
  316. "police.check",
  317. "police.service",
  318. "police.wanted",
  319. "police.license",
  320. "police.licensearm",
  321. "bank.police",
  322. "police.seize.weapons",
  323. "police.seize.items",
  324. "police.jail",
  325. "police.fine",
  326. "police.announce",
  327. "police.askid",
  328. "2sargpmerj.paycheck",
  329. "police.weapon_search",
  330. "-police.store_weapons",
  331. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  332. },
  333. ["1º Sargento [PMESP]"] = {
  334. _config = {
  335. gtype = "job",
  336. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  337. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  338. onleave = function(player) vRPclient.setCop(player,{false}) end
  339. },
  340. "Equipar.Sargento",
  341. "player.list",
  342. "police.base",
  343. "police.easy_unjail",
  344. "police.easy_fine",
  345. "police.easy_cuff",
  346. "police.drag",
  347. "police.menu_interaction",
  348. "policia.garagem",
  349. "pmesp.fardas",
  350. "police.door",
  351. "police.menu",
  352. "police.pc",
  353. "radar.pass",
  354. "holdup.police",
  355. "pm1.garagem",
  356. "niveldois.loadshop",
  357. "police.handcuff",
  358. "police.putinveh",
  359. "police.getoutveh",
  360. "police.check",
  361. "police.service",
  362. "police.wanted",
  363. "police.license",
  364. "police.licensearm",
  365. "bank.police",
  366. "police.seize.weapons",
  367. "police.seize.items",
  368. "police.jail",
  369. "police.fine",
  370. "police.announce",
  371. "police.askid",
  372. "1sargpmerj.paycheck",
  373. "police.weapon_search",
  374. "-police.store_weapons",
  375. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  376. },
  377. ["Capitao [PMESP]"] = {
  378. _config = {
  379. gtype = "job",
  380. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  381. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  382. onleave = function(player) vRPclient.setCop(player,{false}) end
  383. },
  384. "Equipar.Capitao",
  385. "player.list",
  386. "police.base",
  387. "police.easy_unjail",
  388. "police.easy_fine",
  389. "police.easy_cuff",
  390. "police.drag",
  391. "police.menu_interaction",
  392. "police.door",
  393. "police.menu",
  394. "aguia.garagem",
  395. "police.pc",
  396. "radar.pass",
  397. "niveldois.loadshop",
  398. "holdup.police",
  399. "policia.garagem",
  400. "pm1.garagem",
  401. "police.handcuff",
  402. "pmesp.fardas",
  403. "police.putinveh",
  404. "police.getoutveh",
  405. "police.check",
  406. "police.service",
  407. "police.wanted",
  408. "police.license",
  409. "police.licensearm",
  410. "bank.police",
  411. "police.seize.weapons",
  412. "police.seize.items",
  413. "police.jail",
  414. "police.fine",
  415. "police.announce",
  416. "police.askid",
  417. "cappmerj.paycheck",
  418. "police.weapon_search",
  419. "-police.store_weapons",
  420. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  421. },
  422. ["Major [PMESP]"] = {
  423. _config = {
  424. gtype = "job",
  425. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  426. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  427. onleave = function(player) vRPclient.setCop(player,{false}) end
  428. },
  429. "Equipar.Major",
  430. "player.list",
  431. "police.base",
  432. "capitaopmerj.loadshop",
  433. "police.easy_unjail",
  434. "aguia.garagem",
  435. "pmesp.fardas",
  436. "police.easy_fine",
  437. "police.easy_cuff",
  438. "police.drag",
  439. "police.menu_interaction",
  440. "police.door",
  441. "police.menu",
  442. "police.pc",
  443. "radar.pass",
  444. "holdup.police",
  445. "niveldois.loadshop",
  446. "policia.garagem",
  447. "pm1.garagem",
  448. "police.handcuff",
  449. "police.putinveh",
  450. "police.getoutveh",
  451. "police.check",
  452. "police.service",
  453. "police.wanted",
  454. "police.license",
  455. "police.licensearm",
  456. "bank.police",
  457. "police.seize.weapons",
  458. "police.seize.items",
  459. "police.jail",
  460. "police.fine",
  461. "police.announce",
  462. "police.askid",
  463. "police.weapon_search",
  464. "-police.store_weapons",
  465. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  466. },
  467. ["Coronel [PMESP]"] = {
  468. _config = {
  469. gtype = "job",
  470. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  471. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  472. onleave = function(player) vRPclient.setCop(player,{false}) end
  473. },
  474. "Equipar.Coronel",
  475. "player.list",
  476. "police.base",
  477. "police.easy_unjail",
  478. "niveltres.loadshop",
  479. "police.easy_fine",
  480. "aguia.garagem",
  481. "police.easy_cuff",
  482. "police.drag",
  483. "police.menu_interaction",
  484. "aguia.garagem",
  485. "captain.door",
  486. "pmesp.fardas",
  487. "police.door",
  488. "police.menu",
  489. "police.pc",
  490. "radar.pass",
  491. "holdup.police",
  492. "pm1.garagem",
  493. "police.handcuff",
  494. "policia.garagem",
  495. "police.putinveh",
  496. "police.getoutveh",
  497. "police.check",
  498. "police.service",
  499. "police.wanted",
  500. "police.license",
  501. "police.licensearm",
  502. "bank.police",
  503. "police.seize.weapons",
  504. "police.seize.items",
  505. "police.jail",
  506. "police.fine",
  507. "police.announce",
  508. "police.askid",
  509. "celpmerj.paycheck",
  510. "police.weapon_search",
  511. "-police.store_weapons",
  512. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  513. },
  514. ["Agente [CIVIL]"] = {
  515. _config = {
  516. gtype = "job"
  517. },
  518. "police.asklc",
  519. "police.takelc",
  520. "comprar.portedearma",
  521. "emergency.revive",
  522. "police.base",
  523. "Equipar.Civil",
  524. "police.easy_fine",
  525. "police.easy_cuff",
  526. "police.drag",
  527. "niveldois.loadshop",
  528. "police.menu",
  529. "civil.garagem",
  530. "pc.cloakroom",
  531. "civil.fardas",
  532. "police.pc",
  533. "holdup.police",
  534. "admin.deleteveh",
  535. "license.aqui",
  536. "license.tirar",
  537. "police.spikes",
  538. "civil1.garagem",
  539. "mission.police.patrol",
  540. "police.putinveh",
  541. "police.getoutveh",
  542. "police.check",
  543. "police.service",
  544. "police.wanted",
  545. "police.seize.weapons",
  546. "police.seize.items",
  547. "police.jail",
  548. "police.announce",
  549. "police.askid",
  550. "agtcivil.paycheck",
  551. "pc.weapons",
  552. "-police.store_weapons",
  553. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  554. },
  555. ["Investigador [CIVIL]"] = {
  556. _config = {
  557. gtype = "job"
  558. },
  559. "police.asklc",
  560. "police.takelc",
  561. "comprar.portedearma",
  562. "Equipar.Civil",
  563. "emergency.revive",
  564. "civil.garagem",
  565. "police.base",
  566. "police.easy_fine",
  567. "police.easy_cuff",
  568. "police.drag",
  569. "police.menu",
  570. "niveldois.loadshop",
  571. "pc.cloakroom",
  572. "police.pc",
  573. "holdup.police",
  574. "admin.deleteveh",
  575. "license.aqui",
  576. "license.tirar",
  577. "police.spikes",
  578. "civil1.garagem",
  579. "mission.police.patrol",
  580. "police.putinveh",
  581. "police.getoutveh",
  582. "police.check",
  583. "police.service",
  584. "police.wanted",
  585. "civil.fardas",
  586. "police.seize.weapons",
  587. "police.seize.items",
  588. "police.jail",
  589. "police.announce",
  590. "police.askid",
  591. "invcivil.paycheck",
  592. "pc.weapons",
  593. "-police.store_weapons",
  594. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  595. },
  596. ["Escrivão [CIVIL]"] = {
  597. _config = {
  598. gtype = "job"
  599. },
  600. "police.asklc",
  601. "police.takelc",
  602. "niveldois.loadshop",
  603. "comprar.portedearma",
  604. "civil.garagem",
  605. "emergency.revive",
  606. "police.base",
  607. "police.easy_fine",
  608. "police.easy_cuff",
  609. "police.drag",
  610. "Equipar.Civil",
  611. "police.menu",
  612. "pc.cloakroom",
  613. "police.pc",
  614. "holdup.police",
  615. "admin.deleteveh",
  616. "license.aqui",
  617. "license.tirar",
  618. "police.spikes",
  619. "civil1.garagem",
  620. "mission.police.patrol",
  621. "police.putinveh",
  622. "police.getoutveh",
  623. "police.check",
  624. "civil.fardas",
  625. "police.service",
  626. "police.wanted",
  627. "police.seize.weapons",
  628. "police.seize.items",
  629. "police.jail",
  630. "police.announce",
  631. "police.askid",
  632. "escricivil.paycheck",
  633. "pc.weapons",
  634. "-police.store_weapons",
  635. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  636. },
  637. ["Perito Criminal [CIVIL]"] = {
  638. _config = {
  639. gtype = "job"
  640. },
  641. "police.asklc",
  642. "police.takelc",
  643. "comprar.portedearma",
  644. "emergency.revive",
  645. "civil.garagem",
  646. "police.base",
  647. "niveldois.loadshop",
  648. "police.easy_fine",
  649. "Equipar.Civil",
  650. "police.easy_cuff",
  651. "police.drag",
  652. "police.menu",
  653. "pc.cloakroom",
  654. "police.pc",
  655. "holdup.police",
  656. "admin.deleteveh",
  657. "license.aqui",
  658. "license.tirar",
  659. "police.spikes",
  660. "mission.police.patrol",
  661. "police.putinveh",
  662. "police.getoutveh",
  663. "police.check",
  664. "police.service",
  665. "police.wanted",
  666. "police.seize.weapons",
  667. "police.seize.items",
  668. "civil.fardas",
  669. "police.jail",
  670. "police.announce",
  671. "police.askid",
  672. "peritocrim.paycheck",
  673. "pc.weapons",
  674. "-police.store_weapons",
  675. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  676. },
  677. ["Delegado [CIVIL]"] = {
  678. _config = {
  679. gtype = "job"
  680. },
  681. "police.asklc",
  682. "civil.fardas",
  683. "police.takelc",
  684. "comprar.portedearma",
  685. "emergency.revive",
  686. "police.base",
  687. "police.easy_fine",
  688. "niveldois.loadshop",
  689. "police.easy_cuff",
  690. "civil.garagem",
  691. "police.drag",
  692. "police.menu",
  693. "pc.cloakroom",
  694. "Equipar.Civil",
  695.  
  696. "police.pc",
  697. "holdup.police",
  698. "admin.deleteveh",
  699. "license.aqui",
  700. "license.tirar",
  701. "police.spikes",
  702. "mission.police.patrol",
  703. "police.putinveh",
  704. "police.getoutveh",
  705. "police.check",
  706. "police.service",
  707. "police.wanted",
  708. "police.seize.weapons",
  709. "police.seize.items",
  710. "police.jail",
  711. "police.announce",
  712. "police.askid",
  713. "pc.weapons",
  714. "-police.store_weapons",
  715. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  716. },
  717.  
  718. ["Recruta [ROTA]"] = {
  719. _config = {
  720. gtype = "job",
  721. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  722. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  723. onleave = function(player) vRPclient.setCop(player,{false}) end
  724. },
  725. "Equipar.Recruta",
  726. "player.list",
  727. "police.base",
  728. "police.easy_unjail",
  729. "police.easy_fine",
  730. "police.easy_cuff",
  731. "nivelum.loadshop",
  732. "rota.garagem",
  733. "police.drag",
  734. "police.menu_interaction",
  735. "rota.fardas",
  736. "police.door",
  737. "police.menu",
  738. "police.pc",
  739. "radar.pass",
  740. "holdup.police",
  741. "police.handcuff",
  742. "police.putinveh",
  743. "police.getoutveh",
  744. "police.check",
  745. "police.service",
  746. "police.wanted",
  747. "police.license",
  748. "police.licensearm",
  749. "bank.police",
  750. "police.seize.weapons",
  751. "police.seize.items",
  752. "police.jail",
  753. "police.fine",
  754. "police.announce",
  755. "police.askid",
  756. "recrutabope.paycheck",
  757. "police.weapon_search",
  758. "-police.store_weapons",
  759. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  760. },
  761. ["Soldado [ROTA]"] = {
  762. _config = {
  763. gtype = "job",
  764. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  765. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  766. onleave = function(player) vRPclient.setCop(player,{false}) end
  767. },
  768. "Equipar.Soldado",
  769. "player.list",
  770. "police.base",
  771. "police.easy_unjail",
  772. "police.easy_fine",
  773. "police.easy_cuff",
  774. "police.drag",
  775. "police.menu_interaction",
  776. "rota.garagem",
  777. "rota.fardas",
  778. "police.door",
  779. "niveldois.loadshop",
  780. "police.menu",
  781. "police.pc",
  782. "radar.pass",
  783. "holdup.police",
  784. "police.handcuff",
  785. "police.putinveh",
  786. "police.getoutveh",
  787. "police.check",
  788. "police.service",
  789. "police.wanted",
  790. "police.license",
  791. "pm2.garagem",
  792. "police.licensearm",
  793. "bank.police",
  794. "police.seize.weapons",
  795. "police.seize.items",
  796. "police.jail",
  797. "police.fine",
  798. "police.announce",
  799.  
  800. "police.askid",
  801. "police.weapon_search",
  802. "-police.store_weapons",
  803. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  804. },
  805. ["Cabo [ROTA]"] = {
  806. _config = {
  807. gtype = "job",
  808. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  809. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  810. onleave = function(player) vRPclient.setCop(player,{false}) end
  811. },
  812. "player.list",
  813. "Equipar.Cabo",
  814. "police.base",
  815. "police.easy_unjail",
  816. "police.easy_fine",
  817. "niveldois.loadshop",
  818. "police.easy_cuff",
  819. "police.drag",
  820. "police.menu_interaction",
  821. "rota.fardas",
  822. "rota.garagem",
  823. "police.door",
  824. "police.menu",
  825. "police.pc",
  826. "colete.weapons",
  827. "radar.pass",
  828. "holdup.police",
  829. "police.handcuff",
  830. "police.putinveh",
  831. "police.getoutveh",
  832. "police.check",
  833. "police.service",
  834. "police.wanted",
  835. "police.license",
  836. "police.licensearm",
  837. "bank.police",
  838. "police.seize.weapons",
  839. "police.seize.items",
  840. "police.jail",
  841. "police.fine",
  842. "police.announce",
  843. "police.askid",
  844. "cabobope.paycheck",
  845. "police.weapon_search",
  846. "-police.store_weapons",
  847. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  848. },
  849. ["Sargento [ROTA]"] = {
  850. _config = {
  851. gtype = "job",
  852. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  853. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  854. onleave = function(player) vRPclient.setCop(player,{false}) end
  855. },
  856. "Equipar.Sargento",
  857. "player.list",
  858. "police.base",
  859. "police.easy_unjail",
  860. "police.easy_fine",
  861. "fardabope.cloakroom",
  862. "niveldois.loadshop",
  863. "police.easy_cuff",
  864. "rota.garagem",
  865. "police.drag",
  866. "police.menu_interaction",
  867. "rota.fardas",
  868. "police.door",
  869. "police.menu",
  870. "police.pc",
  871. "radar.pass",
  872. "holdup.police",
  873. "police.handcuff",
  874. "police.putinveh",
  875. "police.getoutveh",
  876. "police.check",
  877. "police.service",
  878. "police.wanted",
  879. "police.license",
  880. "police.licensearm",
  881. "bank.police",
  882. "police.seize.weapons",
  883. "police.seize.items",
  884. "police.jail",
  885. "police.fine",
  886. "police.announce",
  887. "police.askid",
  888. "police.weapon_search",
  889. "-police.store_weapons",
  890. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  891. },
  892. ["Major [ROTA]"] = {
  893. _config = {
  894. gtype = "job",
  895. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  896. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  897. onleave = function(player) vRPclient.setCop(player,{false}) end
  898. },
  899. "player.list",
  900. "Equipar.Major",
  901. "police.base",
  902. "police.easy_unjail",
  903. "niveldois.loadshop",
  904. "police.easy_fine",
  905. "police.easy_cuff",
  906. "police.drag",
  907. "rota.garagem",
  908. "niveldois.loadshop",
  909. "police.menu_interaction",
  910. "police.door",
  911. "police.menu",
  912. "police.pc",
  913. "radar.pass",
  914. "holdup.police",
  915. "police.handcuff",
  916. "police.putinveh",
  917. "police.getoutveh",
  918. "police.check",
  919. "police.service",
  920. "police.wanted",
  921. "police.license",
  922. "police.licensearm",
  923. "bank.police",
  924. "rota.fardas",
  925. "police.seize.weapons",
  926. "police.seize.items",
  927. "police.jail",
  928. "police.fine",
  929. "police.announce",
  930. "police.askid",
  931. "majorbope.paycheck",
  932. "police.weapon_search",
  933. "-police.store_weapons",
  934. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  935. },
  936. ["Tenente [ROTA]"] = {
  937. _config = {
  938. gtype = "job",
  939. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  940. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  941. onleave = function(player) vRPclient.setCop(player,{false}) end
  942. },
  943. "Equipar.Tenente",
  944. "player.list",
  945. "police.base",
  946. "police.easy_unjail",
  947. "police.easy_fine",
  948. "police.easy_cuff",
  949. "police.drag",
  950. "police.menu_interaction",
  951. "police.door",
  952. "police.menu",
  953. "police.pc",
  954. "rota.garagem",
  955. "rota.fardas",
  956. "colete.weapons",
  957. "radar.pass",
  958. "niveldois.loadshop",
  959. "holdup.police",
  960. "police.handcuff",
  961. "police.putinveh",
  962. "police.getoutveh",
  963. "police.check",
  964. "police.service",
  965. "police.wanted",
  966. "police.license",
  967. "police.licensearm",
  968. "bank.police",
  969. "police.seize.weapons",
  970. "police.seize.items",
  971. "police.jail",
  972. "police.fine",
  973. "police.announce",
  974. "police.askid",
  975. "police.weapon_search",
  976. "-police.store_weapons",
  977. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  978. },
  979. ["Tenente Coronel [ROTA]"] = {
  980. _config = {
  981. gtype = "job",
  982. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  983. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  984. onleave = function(player) vRPclient.setCop(player,{false}) end
  985. },
  986. "Equipar.Tencoronel",
  987. "player.list",
  988. "police.base",
  989. "police.easy_unjail",
  990. "police.easy_fine",
  991. "police.easy_cuff",
  992. "police.drag",
  993. "police.menu_interaction",
  994. "police.door",
  995. "police.menu",
  996. "police.pc",
  997. "radar.pass",
  998. "niveldois.loadshop",
  999. "holdup.police",
  1000. "police.handcuff",
  1001. "police.putinveh",
  1002. "rota.garagem",
  1003. "rota.fardas",
  1004. "police.getoutveh",
  1005. "police.check",
  1006. "police.service",
  1007. "bope.loadshop",
  1008. "police.wanted",
  1009. "police.license",
  1010. "police.licensearm",
  1011. "bank.police",
  1012. "police.seize.weapons",
  1013. "police.seize.items",
  1014. "police.jail",
  1015. "police.fine",
  1016. "police.announce",
  1017. "police.askid",
  1018. "police.weapon_search",
  1019. "-police.store_weapons",
  1020. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  1021. },
  1022. ["Coronel [ROTA]"] = {
  1023. _config = {
  1024. gtype = "job",
  1025. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  1026. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  1027. onleave = function(player) vRPclient.setCop(player,{false}) end
  1028. },
  1029. "Equipar.Coronel",
  1030. "player.list",
  1031. "police.base",
  1032. "rota.fardas",
  1033. "niveldois.loadshop",
  1034. "police.easy_unjail",
  1035. "captain.door",
  1036. "police.easy_fine",
  1037. "rota.garagem",
  1038. "police.easy_cuff",
  1039. "bope.loadshop",
  1040. "police.drag",
  1041. "police.menu_interaction",
  1042. "police.door",
  1043. "pm2.garagem",
  1044. "police.menu",
  1045. "coronel.weapons",
  1046. "police.pc",
  1047. "radar.pass",
  1048. "holdup.police",
  1049. "police.handcuff",
  1050. "police.putinveh",
  1051. "police.getoutveh",
  1052. "police.check",
  1053. "police.service",
  1054. "police.wanted",
  1055. "police.license",
  1056. "police.licensearm",
  1057. "bank.police",
  1058. "police.seize.weapons",
  1059. "police.seize.items",
  1060. "police.jail",
  1061. "police.fine",
  1062. "police.announce",
  1063. "police.askid",
  1064. "coronelbope.paycheck",
  1065. "police.weapon_search",
  1066. "-police.store_weapons",
  1067. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  1068. },
  1069.  
  1070. ["Chefe SAMU"] = {
  1071. _config = { gtype = "job" },
  1072. "emergency.revive",
  1073. "emergency.shop",
  1074. "emergency_heal",
  1075. "emergency.service",
  1076. "Equipar.Paramedico",
  1077. "aguiasamu.garagem",
  1078. "samu.fardas",
  1079. "samu.garagem",
  1080. "hospital.garagem",
  1081. "emergency.medkit",
  1082. "chefesamu.paycheck",
  1083. "emscheck.revive",
  1084. "radar.pass",
  1085. "samu.cloakroom"
  1086. },
  1087. ["Diretor SAMU"] = {
  1088. _config = { gtype = "job" },
  1089. "emergency.revive",
  1090. "emergency.shop",
  1091. "emergency_heal",
  1092. "emergency.service",
  1093. "Equipar.Paramedico",
  1094. "samu.fardas",
  1095. "aguiasamu.garagem",
  1096. "hospital.garagem",
  1097. "samu.garagem",
  1098. "emergency.medkit",
  1099. "diretorsamu.paycheck",
  1100. "emscheck.revive",
  1101. "radar.pass",
  1102. "samu.cloakroom"
  1103. },
  1104.  
  1105. ["Paramedico SAMU"] = {
  1106. _config = { gtype = "job" },
  1107. "emergency.revive",
  1108. "emergency.shop",
  1109. "emergency_heal",
  1110. "Equipar.Paramedico",
  1111. "emergency.service",
  1112. "samu.fardas",
  1113. "hospital.garagem",
  1114. "samu.garagem",
  1115. "emergency.medkit",
  1116. "paramedicosamu.paycheck",
  1117. "emscheck.revive",
  1118. "radar.pass",
  1119. "samu.cloakroom"
  1120. },
  1121. ["Estagiario SAMU"] = {
  1122. _config = { gtype = "job" },
  1123. "emergency.revive",
  1124. "emergency.shop",
  1125. "emergency_heal",
  1126. "emergency.service",
  1127. "hospital.garagem",
  1128. "emergency.medkit",
  1129. "Equipar.Paramedico",
  1130. "estagiariosamu.paycheck",
  1131. "emscheck.revive",
  1132. "samu.fardas",
  1133. "radar.pass",
  1134. "samu.cloakroom"
  1135. },
  1136. ["Medico SAMU"] = {
  1137. _config = { gtype = "job" },
  1138. "emergency.revive",
  1139. "emergency.shop",
  1140. "emergency_heal",
  1141. "emergency.service",
  1142. "Equipar.Paramedico",
  1143. "aguiasamu.garagem",
  1144. "samu.fardas",
  1145. "hospital.garagem",
  1146. "emergency.medkit",
  1147. "medicosamu.paycheck",
  1148. "emscheck.revive",
  1149. "radar.pass",
  1150. "samu.cloakroom"
  1151. },
  1152. ["Chaveiro"] = {
  1153. _config = { gtype = "job"},
  1154. "carjacker.lockpick",
  1155. "vehicle.repair",
  1156. "vehicle.replace",
  1157. "chav.paycheck"
  1158. },
  1159.  
  1160. ["Mecânico"] = {
  1161. _config = { gtype = "job"},
  1162. "vehicle.repair",
  1163. "vehicle.replace",
  1164. "repair.paycheck",
  1165. "mission.repair.satellite_dishes",
  1166. "mission.repair.wind_turbines",
  1167. "repair.service",
  1168. "repair.garagem"
  1169. },
  1170.  
  1171. ["Pescador"] = {
  1172. _config = { gtype = "job" },
  1173. "vender.peixes",
  1174. "pescar.peixes",
  1175. "peixe.venda",
  1176. "fisher.service",
  1177. "fisher.vehicle",
  1178. "pescador.paycheck",
  1179. "traje.pescador"
  1180. },
  1181.  
  1182. ["Taxi"] = {
  1183. _config = { gtype = "job" },
  1184. "taxi.service",
  1185. "taxi.paycheck",
  1186. "mission.taxi.passenger",
  1187. "taxi.garagem"
  1188. },
  1189. ["Jornalista"] = {
  1190. _config = { gtype = "job" },
  1191. "jornalista.paycheck",
  1192. "traje.jornalista"
  1193. },
  1194. ["Entregador"] = {
  1195. _config = { gtype = "job" },
  1196. "delivery.paycheck",
  1197. "delivery.service",
  1198. "mission.delivery.food",
  1199. "delivery.garagem"
  1200. },
  1201. ["Advogado"] = {
  1202. _config = { gtype = "job" },
  1203. "advogado.oab",
  1204. "advogado.service",
  1205. "advogado.paycheck"
  1206. },
  1207. ["Transportador de Valores"] = {
  1208. _config = { gtype = "job",
  1209. onspawn = function(player) vRPclient.notify(player,{"Você é um piloto de carro forte."}) end
  1210. },
  1211. "mission.bankdriver.moneybank",
  1212. "mission.bankdriver.moneybank2",
  1213. "bankdriver.vehicle",
  1214. "bankdriver.paycheck",
  1215. "bankdriver.money"
  1216. },
  1217. ["Desempregado"] = {
  1218. _config = { gtype = "job" },
  1219. "player.paycheck",
  1220. "bolsafamilia.paycheck"
  1221. },
  1222.  
  1223. -- Garimpos
  1224. ["Minerador Diamante"] = {
  1225. _config = { gtype = "job" },
  1226. "harvest.diamante",
  1227. "process.diamante",
  1228. "venda.diamante",
  1229. "traje.minerador",
  1230. "bolsafamilia.paycheck"
  1231. },
  1232.  
  1233. ["Minerador Ouro"] = {
  1234. _config = { gtype = "job" },
  1235. "harvest.Ouro",
  1236. "process.Ouro",
  1237. "venda.Ouro",
  1238. "traje.minerador",
  1239. "bolsafamilia.paycheck"
  1240. },
  1241. ["Moto Clube"] = {
  1242. _config = { gtype = "job" },
  1243. "player.paycheck",
  1244. "motoclube.loadshop",
  1245. "police.handcuff",
  1246. "mc.loadshop",
  1247. "mission.delivery.pistol",
  1248. "mission.delivery.shotgun",
  1249. "build.gun",
  1250. "mission.delivery.smg",
  1251. "MotoClub.garagem",
  1252. },
  1253. ["Minerador Cobre"] = {
  1254. _config = { gtype = "job" },
  1255. "harvest.Cobre",
  1256. "process.Cobre",
  1257. "venda.Cobre",
  1258. "traje.minerador",
  1259. "bolsafamilia.paycheck"
  1260. },
  1261.  
  1262. ["Sedex"] = {
  1263. _config = { gtype = "job" },
  1264. "sedex.permissao",
  1265. "sedex.garagem",
  1266. "sedex.cloackroom", -- colocar
  1267. "sedex.chamado",
  1268. "sedex.paycheck"
  1269. },
  1270.  
  1271. ["Lixeiro"] = {
  1272. _config = { gtype = "job" },
  1273. "lixeiro.permissao",
  1274. "sedex.garagem",
  1275. "sedex.paycheck"
  1276. },
  1277. -- pescador
  1278.  
  1279. ["Pescador"] = {
  1280. _config = { gtype = "job" },
  1281. "vender.peixes",
  1282. "pescar.peixes",
  1283. "peixe.venda",
  1284. "fisher.service",
  1285. "fisher.vehicle",
  1286. "pescador.paycheck",
  1287. "traje.pescador"
  1288. },
  1289. ------------------------------------------------------------------------------------------------------------------------------------------------
  1290. -- Empregos Ilegais Trigueiro --
  1291. -- Falta vendas em missoes --
  1292. ------------------------------------------------------------------------------------------------------------------------------------------------
  1293.  
  1294. ["Traficante de Maconha"] = {
  1295. _config = { gtype = "job" },
  1296. "coletarmaconha.droga",
  1297. "fabricarmaconha.droga",
  1298. "missao.entrega.maconha"
  1299. },
  1300.  
  1301. ["Traficante de Cocaina"] = {
  1302. _config = { gtype = "job" },
  1303. "coletarcocaina.droga",
  1304. "fabricarcocaina.droga",
  1305. "missao.entrega.cocaina"
  1306. },
  1307.  
  1308. ["Traficante de Metanfetamina"] = {
  1309. _config = { gtype = "job" },
  1310. "coletarmetanfetamina.droga",
  1311. "fabricarmetanfetamina.droga",
  1312. "missao.entrega.metanfetamina"
  1313. },
  1314.  
  1315. ["Traficante de LSD"] = {
  1316. _config = { gtype = "job" },
  1317. "coletarlsd.droga",
  1318. "fabricarlsd.droga",
  1319. "mission.delivery.lsd"
  1320. },
  1321.  
  1322. ["Traficante de Tartaruga"] = { -- venda fixa colocar
  1323. _config = { gtype = "job" },
  1324. "coletartartarugas.ilegal",
  1325. "tratartartarugas.ilegal",
  1326. "vendertartarugas.ilegal"
  1327. },
  1328.  
  1329. ["Ladrão de Carros"] = { -- Verificaaaaaaaaaaaaaaaaaaaaaaar
  1330. _config = { gtype = "job" },
  1331. "mission.carjack.vehicle",
  1332. "carjacker.lockpick"
  1333. },
  1334.  
  1335. ["Hacker"] = {
  1336. _config = { gtype = "job" },
  1337. "pick.toclonecards",
  1338. "clone.cards",
  1339. "sell.clonedcards"
  1340. },
  1341.  
  1342. ["Gatonet"] = { -- Colocar uno de firnma
  1343. _config = { gtype = "job" },
  1344.  
  1345. },
  1346.  
  1347.  
  1348. ------------------------------------------------------------------------------------------------------------------------------------------------
  1349. -- Facçoes --
  1350. ------------------------------------------------------------------------------------------------------------------------------------------------
  1351.  
  1352. -- Comando vermelho [Favela do laguinho]
  1353.  
  1354. ["Comando Vermelho Lider"] = { -- Colocar missoes permissao das drogas - Maconha
  1355. _config = { gtype = "job" },
  1356. "police.drag",
  1357. "police.handcuff",
  1358. "police.putinveh",
  1359. "police.getoutveh",
  1360. "coletarmaconha.droga",
  1361. "invadir.favela",
  1362. "fabricarmaconha.droga",
  1363. "missao.entrega.maconha"
  1364. },
  1365.  
  1366. ["Comando Vermelho Braco direito"] = { -- Colocar missoes permissao das drogas - Maconha
  1367. _config = { gtype = "job" },
  1368. "police.drag",
  1369. "police.handcuff",
  1370. "police.putinveh",
  1371. "police.getoutveh",
  1372. "coletarmaconha.droga",
  1373. "fabricarmaconha.droga",
  1374. "invadir.favela",
  1375. "missao.entrega.maconha"
  1376. },
  1377.  
  1378. ["Comando Vermelho Membro)"] = { -- Colocar missoes permissao das drogas - Maconha
  1379. _config = { gtype = "job" },
  1380. "coletarmaconha.droga",
  1381. "fabricarmaconha.droga",
  1382. "invadir.favela",
  1383. "missao.entrega.maconha"
  1384.  
  1385. },
  1386.  
  1387. -- Primeiro comando capital [Favela do campinho]
  1388.  
  1389. ["P.C.C Lider"] = { -- Colocar missoes permissao das drogas - Cocaina
  1390. _config = { gtype = "job" },
  1391. "police.drag",
  1392. "police.handcuff",
  1393. "police.putinveh",
  1394. "police.getoutveh",
  1395. "coletarcocaina.droga",
  1396. "invadir.favela",
  1397. "fabricarcocaina.droga",
  1398. "missao.entrega.cocaina"
  1399. },
  1400.  
  1401. ["P.C.C Braco direito"] = { -- Colocar missoes permissao das drogas - Cocaina
  1402. _config = { gtype = "job" },
  1403. "police.drag",
  1404. "police.handcuff",
  1405. "police.putinveh",
  1406. "police.getoutveh",
  1407. "coletarcocaina.droga",
  1408. "fabricarcocaina.droga",
  1409. "invadir.favela",
  1410. "missao.entrega.cocaina"
  1411. },
  1412.  
  1413. ["P.C.C Membro)"] = { -- Colocar missoes permissao das drogas - Cocaina
  1414. _config = { gtype = "job" },
  1415. "coletarcocaina.droga",
  1416. "fabricarcocaina.droga",
  1417. "invadir.favela",
  1418. "missao.entrega.cocaina"
  1419. },
  1420.  
  1421. -- Amigos dos Amigos [Favela da Barragem]
  1422.  
  1423. ["A.D.A Lider"] = { -- Colocar missoes permissao das drogas - LSD
  1424. _config = { gtype = "job" },
  1425. "police.drag",
  1426. "police.handcuff",
  1427. "police.putinveh",
  1428. "police.getoutveh",
  1429. "invadir.favela",
  1430. "coletarlsd.droga",
  1431. "fabricarlsd.droga",
  1432. "mission.delivery.lsd"
  1433. },
  1434.  
  1435. ["A.D.A Braco direito"] = { -- Colocar missoes permissao das drogas - LSD
  1436. _config = { gtype = "job" },
  1437. "police.drag",
  1438. "police.handcuff",
  1439. "police.putinveh",
  1440. "police.getoutveh",
  1441. "coletarlsd.droga",
  1442. "fabricarlsd.droga",
  1443. "invadir.favela",
  1444. "mission.delivery.lsd"
  1445. },
  1446.  
  1447. ["A.D.A Membro)"] = { -- Colocar missoes permissao das drogas - LSD
  1448. _config = { gtype = "job" },
  1449. "coletarlsd.droga",
  1450. "fabricarlsd.droga",
  1451. "invadir.favela",
  1452. "mission.delivery.lsd"
  1453. },
  1454.  
  1455. -- MotoClube [Sede do motoclube]
  1456.  
  1457. ["Moto Clube Lider"] = { -- Colocar missoes permissao das drogas - Armas
  1458. _config = { gtype = "job" },
  1459. "police.drag",
  1460. "police.handcuff",
  1461. "police.putinveh",
  1462. "invadir.favela",
  1463. "police.getoutveh",
  1464. "traje.pescador",
  1465. "mission.delivery.pistol",
  1466. "mission.delivery.shotgun",
  1467. "mission.delivery.smg",
  1468. "mission.gunrunner.shipment"
  1469. },
  1470.  
  1471. ["Moto Clube Braco direito"] = { -- Colocar missoes permissao das drogas - Armas
  1472. _config = { gtype = "job" },
  1473. "police.drag",
  1474. "police.handcuff",
  1475. "police.putinveh",
  1476. "police.getoutveh",
  1477. "traje.pescador",
  1478. "invadir.favela",
  1479. "mission.delivery.pistol",
  1480. "mission.delivery.shotgun",
  1481. "mission.delivery.smg",
  1482. "mission.gunrunner.shipment"
  1483. },
  1484.  
  1485. ["Moto Clube Membro)"] = { -- Colocar missoes permissao das drogas - Armas
  1486. _config = { gtype = "job" },
  1487. "traje.pescador" ,
  1488. "mission.delivery.pistol",
  1489. "invadir.favela",
  1490. "mission.delivery.shotgun",
  1491. "mission.delivery.smg",
  1492. "mission.gunrunner.shipment"
  1493. }
  1494. }
  1495.  
  1496. -- groups are added dynamically using the API or the menu, but you can add group when an user join here
  1497. cfg.users = {
  1498. [1] = { -- give superadmin and admin group to the first created user on the database
  1499. "superadmin",
  1500. "admin"
  1501. }
  1502. }
  1503.  
  1504. -- group selectors
  1505. -- _config
  1506. --- x,y,z, blipid, blipcolor, permissions (optional)
  1507.  
  1508. cfg.selectors = {
  1509. ["Agencia de Empregos"] = {
  1510. -- _config = {x = -268.363739013672, y = -957.255126953125, z = 31.22313880920410, blipid = 351, blipcolor = 47},
  1511. "Taxi",
  1512. "Transportador de Valores",
  1513. "Mecânico",
  1514. "Minerador Diamante",
  1515. "Sedex",
  1516. "Pescador",
  1517. "Lixeiro",
  1518. "Advogado",
  1519. "Jornalista",
  1520. "Desempregado"
  1521. },
  1522. ["Empregos Ilegais"] = { -- Trigueiro
  1523. -- _config = {x = 707.324462890625, y = -966.986511230469, z = 30.4128551483154, blipid = 351, blipcolor = 49},
  1524. "Ladrão de Carros",
  1525. "Traficante de Maconha",
  1526. "Traficante de Cocaina",
  1527. "Traficante de Metanfetamina",
  1528. "Traficante de LSD",
  1529. "Traficante de Tartaruga",
  1530. "Hacker"
  1531. }
  1532. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement