Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.07 KB | None | 0 0
  1.  
  2. TEAM_THIEF = DarkRP.createJob("Thief", {
  3. color = Color(0, 0, 0, 255),
  4. model = "models/player/robber.mdl",
  5. description = [[You are a thief, rob people, lockpick their house and steal their plants and legal printers.]],
  6. weapons = {"lockpick"},
  7. command = "thief",
  8. max = 2,
  9. salary = 65,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. category = "Citizens",
  14. })
  15.  
  16. TEAM_HITMAN = DarkRP.createJob("Hitman", {
  17. color = Color(0, 0, 0, 255),
  18. model = "models/player/sunabouzu.mdl",
  19. description = [[People hire you to take out other people,
  20. this job require you to be completely focussed.
  21. A single breath can make you loose a shot.]],
  22. weapons = {"m9k_m24"},
  23. command = "hitman",
  24. max = 1,
  25. salary = 65,
  26. admin = 0,
  27. vote = false,
  28. hasLicense = false,
  29. category = "Citizens",
  30. })
  31.  
  32. TEAM_SS = DarkRP.createJob("Secret Service", {
  33. color = Color(100, 20, 20, 255),
  34. model = "models/player/macdguy.mdl",
  35. description = [[You are responsible for protecting the mayor.
  36. Take care of the old fellow, he is vanuarable to terrorists all the time! Before he enters a room, you need to make sure its secure.]],
  37. weapons = {"weapon_deagle2", "stunstick", "weaponchecker"},
  38. command = "ss",
  39. max = 2,
  40. salary = 65,
  41. admin = 0,
  42. vote = true,
  43. hasLicense = false,
  44. ammo = {
  45. ["pistol"] = 60,
  46. },
  47. category = "Civil Protection",
  48. })
  49.  
  50. TEAM_SWAT = DarkRP.createJob("Swat", {
  51. color = Color(25, 25, 170, 255),
  52. model = {"models/player/swat.mdl"},
  53. description = [[The protector of every citizen that lives in the city.
  54. You have the power to arrest criminals and protect innocents.
  55. Hit a player with your arrest baton to put them in jail.
  56. Bash a player with a stunstick and they may learn to obey the law.
  57. The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  58. The Battering Ram can also unfreeze frozen props (if enabled).
  59. Type /wanted <name> to alert the public to the presence of a criminal.]],
  60. weapons = {"arrest_stick", "unarrest_stick", "m9k_m92beretta", "stunstick", "door_ram", "weaponchecker", "handcuffs"},
  61. command = "Swat",
  62. max = 4,
  63. salary = 85,
  64. admin = 0,
  65. vote = true,
  66. hasLicense = true,
  67. help = {
  68. "Please don't abuse your job",
  69. "When you arrest someone they are auto transported to jail.",
  70. "They are auto let out of jail after some time",
  71. "Type /warrant [Nick|SteamID|Status ID] to set a search warrant for a player.",
  72. "Type /wanted [Nick|SteamID|Status ID] to alert everyone to a wanted suspect",
  73. "Type /unwanted [Nick|SteamID|Status ID] to clear the suspect",
  74. "Type /jailpos to set the jail position"
  75. },
  76. category = "Civil Protection",
  77. })
  78.  
  79. TEAM_ADMIN = DarkRP.createJob("Admin On Duty", {
  80. color = Color(170, 0, 0, 255),
  81. model = "models/player/zeus_combine_v2/zeus_combine_v2.mdl",
  82. description = [[Admin on duty is when you as an admin, is ready to make sure the server stays at its best.
  83. It's up to you to patrol and respond to admin calls.]],
  84. weapons = {},
  85. command = "aod",
  86. max = 0,
  87. salary = 100,
  88. admin = 1,
  89. vote = false,
  90. hasLicense = false,
  91. customCheck = function(ply) return ply:GetUserGroup() == "Admin" end,
  92.  
  93. })
  94.  
  95. TEAM_GUARD = DarkRP.createJob("Guard", {
  96. color = Color(0,200,50,255),
  97. model = "models/player/barney.mdl",
  98. description = [[People will pay for protection, use your weapon or buy one from the local gundealer.]],
  99. weapons = {"weapon_deagle2"},
  100. command = "guard",
  101. max = 1,
  102. salary = 85,
  103. admin = 0,
  104. vote = false,
  105. hasLicense = true,
  106. category = "Citizens",
  107. })
  108.  
  109. TEAM_DRUGGY = DarkRP.createJob("Drug Dealer", {
  110. color = Color(51, 204, 255, 255),
  111. model = "models/player/Kleiner.mdl",
  112. description = [[You deal drugs to those in need.
  113. Be careful, may get arrested if caught in the act!]],
  114. weapons = {},
  115. command = "drug",
  116. max = 2,
  117. salary = 65,
  118. admin = 0,
  119. vote = false,
  120. hasLicense = false,
  121. category = "Citizens",
  122. })
  123.  
  124. TEAM_JUH = DarkRP.createJob("Juggernaut", {
  125. color = Color(20, 20, 255, 255),
  126. model = "models/player/robber.mdl",
  127. description = [[]],
  128. weapons = {"m9k_minigun"}, -- You may wanna find a pickpocket swep and add it here.
  129. command = "jug",
  130. max = 1,
  131. salary = 150,
  132. admin = 0,
  133. vote = true,
  134. hasLicense = false,
  135. category = "Civil Prottection",
  136. PlayerSpawn = function(ply) ply:SetHealth(500) end,
  137. })
  138.  
  139. TEAM_SWATL = DarkRP.createJob("Swat Leader", {
  140. color = Color(20, 20, 255, 255),
  141. model = {"models/codmw2/codmw2hexe.mdl"},
  142. description = [[The protector of every citizen that lives in the city.
  143. You have the power to arrest criminals and protect innocents.
  144. Hit a player with your arrest baton to put them in jail.
  145. Bash a player with a stunstick and they may learn to obey the law.
  146. The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  147. The Battering Ram can also unfreeze frozen props (if enabled).
  148. Type /wanted <name> to alert the public to the presence of a criminal.]],
  149. weapons = {"arrest_stick", "unarrest_stick", "m9k_m92beretta", "stunstick", "door_ram", "weaponchecker", "handcuffs"},
  150. command = "Swat",
  151. max = 1,
  152. salary = 150,
  153. admin = 0,
  154. vote = true,
  155. hasLicense = true,
  156. help = {
  157. "Please don't abuse your job",
  158. "When you arrest someone they are auto transported to jail.",
  159. "They are auto let out of jail after some time",
  160. "Type /warrant [Nick|SteamID|Status ID] to set a search warrant for a player.",
  161. "Type /wanted [Nick|SteamID|Status ID] to alert everyone to a wanted suspect",
  162. "Type /unwanted [Nick|SteamID|Status ID] to clear the suspect",
  163. "Type /jailpos to set the jail position"
  164. },
  165. category = "Civil Protection",
  166. })
  167.  
  168. TEAM_SWATS = DarkRP.createJob("Swat Sniper", {
  169. color = Color(20, 20, 255, 255),
  170. model = "models/mw2guy/diver/diver_03.mdl",
  171. description = [[The protector of every citizen that lives in the city.
  172. You have the power to arrest criminals and protect innocents.
  173. Hit a player with your arrest baton to put them in jail.
  174. Bash a player with a stunstick and they may learn to obey the law.
  175. The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  176. The Battering Ram can also unfreeze frozen props (if enabled).
  177. Type /wanted <name> to alert the public to the presence of a criminal.]],
  178. weapons = {"arrest_stick", "unarrest_stick", "m9k_m92beretta", "stunstick", "door_ram", "weaponchecker", "handcuffs"},
  179. command = "Swat",
  180. max = 1,
  181. salary = 120,
  182. admin = 0,
  183. vote = true,
  184. hasLicense = true,
  185. help = {
  186. "Please don't abuse your job",
  187. "When you arrest someone they are auto transported to jail.",
  188. "They are auto let out of jail after some time",
  189. "Type /warrant [Nick|SteamID|Status ID] to set a search warrant for a player.",
  190. "Type /wanted [Nick|SteamID|Status ID] to alert everyone to a wanted suspect",
  191. "Type /unwanted [Nick|SteamID|Status ID] to clear the suspect",
  192. "Type /jailpos to set the jail position"
  193. },
  194. category = "Civil Protection",
  195. })
  196.  
  197. TEAM_TERROR = DarkRP.createJob("Terrorist", {
  198. color = Color(255, 140, 0, 255),
  199. model = "models/codplayers/opfor4.mdl",
  200. description = [[]],
  201. weapons = {"m9k_ak47"}, -- You may wanna find a pickpocket swep and add it here.
  202. command = "terrorist",
  203. max = 3,
  204. salary = 150,
  205. admin = 0,
  206. vote = true,
  207. hasLicense = false,
  208. category = "Citizens",
  209. })
  210.  
  211. })
  212.  
  213. TEAM_MTHIEF = DarkRP.createJob("Master Thief", {
  214. color = Color(0, 0, 0, 255),
  215. model = "models/player/robber.mdl",
  216. description = [[You are a thief, rob people, lockpick their house and steal their plants and legal printers.]],
  217. weapons = {"lockpick", "m9k_tec9", "pickpocket "}, -- You may wanna find a pickpocket swep and add it here.
  218. command = "mthief",
  219. max = 4,
  220. salary = 110,
  221. admin = 0,
  222. vote = false,
  223. hasLicense = false,
  224. category = "Citizens",
  225. })
  226.  
  227. TEAM_ADMIN = DarkRP.createJob("Admin On Duty", {
  228. color = Color(150, 20, 20, 255),
  229. model = "models/player/zeus_combine_v2/zeus_combine_v2.mdl",
  230. description = [[]],
  231. weapons = {},
  232. command = "aod",
  233. max = 0,
  234. salary = 100,
  235. admin = 1,
  236. vote = false,
  237. hasLicense = false,
  238.  
  239. })
  240.  
  241. TEAM_SADMIN = DarkRP.createJob("Superadmin on duty", {
  242. color = Color(150, 20, 20, 255),
  243. model = "models/player/zeus_combine_v2/zeus_combine_v2.mdl",
  244. description = [[]],
  245. weapons = {},
  246. command = "saod",
  247. max = 0,
  248. salary = 100,
  249. admin = 0,
  250. vote = false,
  251. hasLicense = false,
  252. customCheck = function(ply) return ply:GetUserGroup() == "superadmin" end,
  253.  
  254. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement