Advertisement
Guest User

Untitled

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