Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. ["Delegado Federal"] = {
  2. _config = {
  3. gtype = "job",
  4. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  5. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  6. onleave = function(player) vRPclient.setCop(player,{false}) end
  7. },
  8. "player.list",
  9. "police.easy_jail",
  10. "police.easy_unjail",
  11. "police.easy_fine",
  12. "police.easy_cuff",
  13. "police.drag",
  14. "police.menu_interaction",
  15. "police.door",
  16. "police.menu",
  17. "federal.cloakroom",
  18. "police.weapon_search",
  19. "police.pc",
  20. "radar.pass",
  21. "holdup.police",
  22. "federal.garagem",
  23. "police.handcuff",
  24. "police.putinveh",
  25. "police.getoutveh",
  26. "police.check",
  27. "police.service",
  28. "police.wanted",
  29. "police.license",
  30. "police.licensearm",
  31. "bank.police",
  32. "police.seize.weapons",
  33. "police.seize.items",
  34. "police.jail",
  35. "police.fine",
  36. "police.announce",
  37. "police.askid",
  38. "delegadofederal.paycheck",
  39. "policiafederal.weapons",
  40. "-police.store_weapons",
  41. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  42. },
  43. ["Perito Criminal"] = {
  44. _config = {
  45. gtype = "job",
  46. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  47. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  48. onleave = function(player) vRPclient.setCop(player,{false}) end
  49. },
  50. "player.list",
  51. "police.easy_jail",
  52. "police.easy_unjail",
  53. "police.easy_fine",
  54. "police.easy_cuff",
  55. "police.drag",
  56. "police.menu_interaction",
  57. "police.door",
  58. "police.menu",
  59. "federal.cloakroom",
  60. "police.weapon_search",
  61. "police.pc",
  62. "radar.pass",
  63. "holdup.police",
  64. "federal.garagem",
  65. "police.handcuff",
  66. "police.putinveh",
  67. "police.getoutveh",
  68. "police.check",
  69. "police.service",
  70. "police.wanted",
  71. "police.license",
  72. "police.licensearm",
  73. "bank.police",
  74. "police.seize.weapons",
  75. "police.seize.items",
  76. "police.jail",
  77. "police.fine",
  78. "police.announce",
  79. "police.askid",
  80. "peritocriminal.paycheck",
  81. "policiafederal.weapons",
  82. "-police.store_weapons",
  83. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  84. },
  85. ["Agente Federal"] = {
  86. _config = {
  87. gtype = "job",
  88. onjoin = function(player) vRPclient.setCop(player,{true}) end,
  89. onspawn = function(player) vRPclient.setCop(player,{true}) end,
  90. onleave = function(player) vRPclient.setCop(player,{false}) end
  91. },
  92. "player.list",
  93. "police.easy_jail",
  94. "police.easy_unjail",
  95. "police.easy_fine",
  96. "police.easy_cuff",
  97. "police.drag",
  98. "police.menu_interaction",
  99. "police.door",
  100. "police.menu",
  101. "federal.cloakroom",
  102. "police.weapon_search",
  103. "police.pc",
  104. "radar.pass",
  105. "holdup.police",
  106. "federal.garagem",
  107. "police.handcuff",
  108. "police.putinveh",
  109. "police.getoutveh",
  110. "police.check",
  111. "police.service",
  112. "police.wanted",
  113. "police.license",
  114. "police.licensearm",
  115. "bank.police",
  116. "police.seize.weapons",
  117. "police.seize.items",
  118. "police.jail",
  119. "police.fine",
  120. "police.announce",
  121. "police.askid",
  122. "peritocriminal.paycheck",
  123. "policiafederal.weapons",
  124. "-police.store_weapons",
  125. "-police.seizable" -- negative permission, police can't seize itself, even if another group add the permission
  126. },
  127.  
  128.  
  129.  
  130.  
  131. Paychek
  132.  
  133. ["delegadofederal.paycheck"] = 30000,
  134. ["peritocriminal.paycheck"] = 23000,
  135. ["agentefederal.paycheck"] = 11000,
  136.  
  137.  
  138. ["delegadofederal.paycheck"] = 3000,
  139. ["peritocriminal.paycheck"] = 2300,
  140. ["agentefederal.paycheck"] = 1100,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement