Advertisement
Guest User

lol

a guest
Jan 22nd, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job#
  4. --]]
  5. TEAM_Sheriff = DarkRP.createJob("Sheriff", {
  6. color = Color(48, 48, 31, 255),
  7. model = {},
  8. description = [[Sheriff]],
  9. weapons = {},
  10. command = "sheriff",
  11. max = 0,
  12. salary = 0,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = false,
  16. candemote = false,
  17. category = "Staatsmitglieder"
  18. })
  19.  
  20.  
  21. --[[
  22. Generated using: DarkRP | Job Generator
  23. https://csite.io/tools/gmod-darkrp-job#
  24. --]]
  25. TEAM_SWAT = DarkRP.createJob("SWAT", {
  26. color = Color(5, 0, 135, 255),
  27. model = {},
  28. description = [[SWAT]],
  29. weapons = {},
  30. command = "swat",
  31. max = 0,
  32. salary = 0,
  33. admin = 0,
  34. vote = false,
  35. hasLicense = false,
  36. candemote = false,
  37. category = "Staatsmitglieder"
  38. })
  39.  
  40.  
  41.  
  42. --[[
  43. Generated using: DarkRP | Job Generator
  44. https://csite.io/tools/gmod-darkrp-job#
  45. --]]
  46. TEAM_Polizei = DarkRP.createJob("Polizei", {
  47. color = Color(68, 66, 140, 255),
  48. model = {},
  49. description = [[Polizei]],
  50. weapons = {},
  51. command = "polizei",
  52. max = 0,
  53. salary = 0,
  54. admin = 0,
  55. vote = false,
  56. hasLicense = false,
  57. candemote = false,
  58. category = "Staatsmitglieder"
  59. })
  60.  
  61.  
  62.  
  63. --[[
  64. Generated using: DarkRP | Job Generator
  65. https://csite.io/tools/gmod-darkrp-job#
  66. --]]
  67. TEAM_Polizei = DarkRP.createJob("Polizei", {
  68. color = Color(68, 66, 140, 255),
  69. model = {},
  70. description = [[Polizei]],
  71. weapons = {},
  72. command = "polizei",
  73. max = 0,
  74. salary = 0,
  75. admin = 0,
  76. vote = false,
  77. hasLicense = false,
  78. candemote = false,
  79. category = "Staatsmitglieder"
  80. })
  81.  
  82.  
  83.  
  84. One or more of the required fields are not filled in. The code below will most likely not work!
  85. Copy
  86. --[[
  87. Generated using: DarkRP | Job Generator
  88. https://csite.io/tools/gmod-darkrp-job#
  89. --]]
  90. TEAM_Mafia = DarkRP.createJob("Mafia", {
  91. color = Color(46, 45, 56, 255),
  92. model = {},
  93. description = [[Mafia]],
  94. weapons = {},
  95. command = "mafia",
  96. max = 0,
  97. salary = 0,
  98. admin = 0,
  99. vote = false,
  100. hasLicense = false,
  101. candemote = false,
  102. category = "Gangs"
  103. })
  104.  
  105.  
  106.  
  107.  
  108. --[[
  109. Generated using: DarkRP | Job Generator
  110. https://csite.io/tools/gmod-darkrp-job#
  111. --]]
  112. TEAM_crips = DarkRP.createJob("Crips", {
  113. color = Color(72, 59, 178, 255),
  114. model = {},
  115. description = [[crips]],
  116. weapons = {},
  117. command = "crips",
  118. max = 0,
  119. salary = 0,
  120. admin = 0,
  121. vote = false,
  122. hasLicense = false,
  123. candemote = false,
  124. category = "Gangs"
  125. })
  126.  
  127.  
  128.  
  129.  
  130.  
  131. --[[
  132. Generated using: DarkRP | Job Generator
  133. https://csite.io/tools/gmod-darkrp-job#
  134. --]]
  135. TEAM_bloods = DarkRP.createJob("Bloods", {
  136. color = Color(175, 25, 25, 255),
  137. model = {},
  138. description = [[bloods]],
  139. weapons = {},
  140. command = "bloods",
  141. max = 0,
  142. salary = 0,
  143. admin = 0,
  144. vote = false,
  145. hasLicense = false,
  146. candemote = false,
  147. category = "Gangs"
  148. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement