Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1.  
  2. TEAM_SW = DarkRP.createJob("Pirate Swordsman", {
  3. color = Color(0, 204, 255, 255),
  4. model = {"models/player/eli.mdl"},
  5. description = [[The on foot Swordsman.]],
  6. weapons = {},
  7. command = "swordsman",
  8. max = 6,
  9. salary = 45,
  10. admin = 0,
  11. vote = true,
  12. hasLicense = false,
  13. customCheck = function(ply) return CLIENT or ply:GetNWString("usergroup") == DONATORGROUP or ply:GetNWString("usergroup") == "superadmin" or ply:GetNWString("usergroup") == "donatoradmin" end,
  14. CustomCheckFailMsg = "This job is donator only!"
  15. })
  16.  
  17. TEAM_QUA = DarkRP.createJob("Quarter Master", {
  18. color = Color(255, 153, 0, 255),
  19. model = {"models/player/eli.mdl"},
  20. description = [[Your next in charge!.]],
  21. weapons = {},
  22. command = "qbl",
  23. max = 2,
  24. salary = 75,
  25. admin = 0,
  26. vote = false,
  27. hasLicense = false,
  28. customCheck = function(ply) return CLIENT or ply:GetNWString("usergroup") == DONATORGROUP or ply:GetNWString("usergroup") == "superadmin" or ply:GetNWString("usergroup") == "donatoradmin" end,
  29. CustomCheckFailMsg = "This job is donator only!"
  30. })
  31.  
  32. TEAM_PIS = DarkRP.createJob("Pistol Man", {
  33. color = Color(255, 153, 0, 255),
  34. model = {"models/player/eli.mdl"},
  35. description = [[Your a pistol man!.]],
  36. weapons = {},
  37. command = "pisbl",
  38. max = 2,
  39. salary = 65,
  40. admin = 0,
  41. vote = false,
  42. hasLicense = false
  43. })
  44.  
  45. TEAM_POOP = DarkRP.createJob("Deck Scrubber", {
  46. color = Color(255, 153, 0, 255),
  47. model = {"models/player/eli.mdl"},
  48. description = [[Your wash poop.]],
  49. weapons = {},
  50. command = "poop",
  51. max = 0,
  52. salary = 2,
  53. admin = 0,
  54. vote = false,
  55. hasLicense = false
  56. })
  57.  
  58. TEAM_EXP = DarkRP.createJob("Explorer", {
  59. color = Color(255, 153, 0, 255),
  60. model = {"models/player/eli.mdl"},
  61. description = [[Your on watch for any enemies.]],
  62. weapons = {},
  63. command = "exp",
  64. max = 4,
  65. salary = 42,
  66. admin = 0,
  67. vote = false,
  68. hasLicense = false
  69. })
  70.  
  71. TEAM_SLAVE = DarkRP.createJob("Slave", {
  72. color = Color(255, 153, 0, 255),
  73. model = {"models/player/eli.mdl"},
  74. description = [[Your a slave.]],
  75. weapons = {},
  76. command = "slave",
  77. max = 8,
  78. salary = 42,
  79. admin = 0,
  80. vote = false,
  81. hasLicense = false
  82. })
  83.  
  84. TEAM_BOW = DarkRP.createJob("Long Bow Man", {
  85. color = Color(255, 153, 0, 255),
  86. model = {"models/player/eli.mdl"},
  87. description = [[You use a long range weapon.]],
  88. weapons = {},
  89. command = "snipars",
  90. max = 5,
  91. salary = 62,
  92. admin = 0,
  93. vote = false,
  94. hasLicense = false
  95. })
  96.  
  97. TEAM_WORK = DarkRP.createJob("Dock Worker", {
  98. color = Color(255, 153, 0, 255),
  99. model = {"models/player/eli.mdl"},
  100. description = [[You work the docks]],
  101. weapons = {},
  102. command = "dockcock",
  103. max = 12,
  104. salary = 22,
  105. admin = 0,
  106. vote = false,
  107. hasLicense = false
  108. })
  109.  
  110. TEAM_ASS = DarkRP.createJob("Assassin", {
  111. color = Color(255, 153, 0, 255),
  112. model = {"models/player/eli.mdl"},
  113. description = [[You take hits and eliminate.]],
  114. weapons = {},
  115. command = "hitmansam",
  116. max = 4,
  117. salary = 0,
  118. admin = 0,
  119. vote = false,
  120. hasLicense = false,
  121. customCheck = function(ply) return CLIENT or ply:GetNWString("usergroup") == DONATORGROUP or ply:GetNWString("usergroup") == "superadmin" or ply:GetNWString("usergroup") == "donatoradmin" end,
  122. CustomCheckFailMsg = "This job is donator only!"
  123. })
  124.  
  125. TEAM_MER = DarkRP.createJob("Merchant", {
  126. color = Color(255, 153, 0, 255),
  127. model = {"models/player/eli.mdl"},
  128. description = [[You sell goodies for money.]],
  129. weapons = {},
  130. command = "merchant",
  131. max = 6,
  132. salary = 15,
  133. admin = 0,
  134. vote = true,
  135. hasLicense = false
  136. })
  137.  
  138. TEAM_NAV = DarkRP.createJob("Navigator", {
  139. color = Color(255, 153, 0, 255),
  140. model = {"models/player/eli.mdl"},
  141. description = [[You give out the next move of the ship.]],
  142. weapons = {},
  143. command = "merchant",
  144. max = 6,
  145. salary = 15,
  146. admin = 0,
  147. vote = true,
  148. hasLicense = false
  149. })
  150.  
  151. TEAM_MAS = DarkRP.createJob("Master Gunner", {
  152. color = Color(255, 153, 0, 255),
  153. model = {"models/player/eli.mdl"},
  154. description = [[If you think about it for a minute, you’ll realize that firing a cannon must be a tricky thing. ]],
  155. weapons = {},
  156. command = "masterg",
  157. max = 4,
  158. salary = 65,
  159. admin = 0,
  160. vote = false,
  161. hasLicense = false,
  162. customCheck = function(ply) return CLIENT or ply:GetNWString("usergroup") == DONATORGROUP or ply:GetNWString("usergroup") == "superadmin" or ply:GetNWString("usergroup") == "donatoradmin" end,
  163. CustomCheckFailMsg = "This job is donator only!"
  164. })
  165.  
  166. TEAM_SPY = DarkRP.createJob("Spy", {
  167. color = Color(255, 153, 0, 255),
  168. model = {"models/player/eli.mdl"},
  169. description = [[You must sneak aboard or follow or pirates and their ships to get info. ]],
  170. weapons = {},
  171. command = "spy",
  172. max = 2,
  173. salary = 85,
  174. admin = 0,
  175. vote = false,
  176. hasLicense = false
  177. })
  178.  
  179. TEAM_MAYOR = DarkRP.createJob("Governor", {
  180. color = Color(150, 20, 20, 255),
  181. model = "models/Obama/Obama.mdl",
  182. description = [[Governor creates laws to govern the city.
  183. Governor can create and accept warrants.
  184. Type /wanted <name> to warrant a player.
  185. Type /jailpos to set the Jail Position.
  186. Type /lockdown initiate a lockdown of the city.
  187. Everyone must be inside during a lockdown.
  188. The cops patrol the area.
  189. /unlockdown to end a lockdown]],
  190. weapons = {},
  191. command = "Gov",
  192. max = 1,
  193. salary = 90,
  194. admin = 0,
  195. vote = true,
  196. hasLicense = true,
  197. mayor = true
  198. })
  199.  
  200. TEAM_GUARD = DarkRP.createJob("Royal Guard", {
  201. color = Color(255, 153, 0, 255),
  202. model = {"models/player/eli.mdl"},
  203. description = [[You protect the Governor.]],
  204. weapons = {},
  205. command = "mayorb",
  206. max = 4,
  207. salary = 35,
  208. admin = 0,
  209. vote = false,
  210. hasLicense = false
  211. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement