Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.17 KB | None | 0 0
  1. TEAM_SS = AddExtraTeam("Secret Service", {
  2. color = Color(255, 10, 10, 255),
  3. model = "models/player/smith.mdl",
  4. description = [[As a secret service agent, it is your job to make sure the mayor is safe under any Circumstances. But you are still under the authority of the police chief. ]],
  5. weapons = {"khr_mp443"},
  6. command = "secretservice",
  7. max = 2,
  8. salary = 50,
  9. admin = 0,
  10. vote = true,
  11. hasLicense = true
  12. })
  13.  
  14.  
  15.  
  16. TEAM_RAPE = DarkRP.createJob("Kidnapper VIP", {
  17. color = Color(47, 79, 79, 255),
  18. VIPOnly = true,
  19. model = {"models/player/charple.mdl"},
  20. description = [[I got a popsicle down in the basement.]],
  21. weapons = {"lockpick", "csgo_huntsman_rustcoat", "khr_p226"},
  22. command = "kidnapper",
  23. max = 2,
  24. salary = 40,
  25. admin = 0,
  26. vote = false,
  27. hasLicense = false
  28. })
  29.  
  30. TEAM_CPCHIEF = DarkRP.createJob("Chief Of Police", {
  31. color = Color(20, 20, 255, 255),
  32. model = "models/player/combine_soldier_prisonguard.mdl",
  33. description = [[The Chief is the leader of the Civil Protection unit.
  34. Coordinate the police force to enforce law in the city.
  35. Hit a player with arrest baton to put them in jail.
  36. Bash a player with a stunstick and they may learn to obey the law.
  37. The Battering Ram can break down the door of a criminal, with a warrant for his/her arrest.
  38. Type /wanted <name> to alert the public to the presence of a criminal.]],
  39. weapons = {"arrest_stick", "unarrest_stick", "khr_sr1m", "stunstick", "door_ram", "weaponchecker", "khr_m620"},
  40. command = "civilprotectionchief",
  41. max = 1,
  42. salary = 65,
  43. admin = 0,
  44. vote = true,
  45. hasLicense = true,
  46. chief = true,
  47. NeedToChangeFrom = TEAM_CPPOLICE
  48. })
  49. TEAM_CPPOLICE = DarkRP.createJob("Police Officer", {
  50. color = Color(25, 25, 170, 255),
  51. model = {"models/player/clannypolice/male_02.mdl", "models/player/clannypolice/male_04.mdl","models/player/clannypolice/male_05.mdl", "models/player/clannypolice/male_06.mdl", "models/player/clannypolice/male_07.mdl", "models/player/clannypolice/male_08.mdl", "models/player/clannypolice/male_09.mdl"},
  52. description = [[The protector of every citizen that lives in the city.
  53. You have the power to arrest criminals and protect innocents.
  54. Hit a player with your arrest baton to put them in jail.
  55. Bash a player with a stunstick and they may learn to obey the law.
  56. The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  57. Type /wanted <name> to alert the public to the presence of a criminal.]],
  58. weapons = {"arrest_stick", "unarrest_stick", "khr_p226", "stunstick", "door_ram", "weaponchecker"},
  59. command = "civilprotection",
  60. max = 5,
  61. salary = 45,
  62. admin = 0,
  63. vote = true,
  64. hasLicense = true
  65. })
  66. TEAM_KIDNAP = DarkRP.createJob("Kidnapper", {
  67. color = Color(47, 79, 79, 255),
  68. model = {"models/player/plague_doktor/player_plague_doktor.mdl"},
  69. description = [[I got a popsicle down in the basement.]],
  70. weapons = {"lockpick", "csgo_huntsman_rustcoat", "khr_p226"},
  71. command = "kidnapper",
  72. max = 2,
  73. salary = 40,
  74. admin = 0,
  75. vote = false,
  76. hasLicense = false
  77. })
  78. TEAM_MECH = DarkRP.createJob("Mechanic", {
  79. color = Color(47, 79, 79, 255),
  80. model = {"models/player/mechanic.mdl"},
  81. description = [[Car broke down? I am your man. Just give me a call or stop by my shop and i can fix it.]],
  82. weapons = {"vc_repair"},
  83. command = "mechanic",
  84. max = 1,
  85. salary = 25,
  86. admin = 0,
  87. vote = false,
  88. hasLicense = false
  89. })
  90. TEAM_AGENT = DarkRP.createJob("Agent 47", {
  91. color = Color(0, 0, 0, 255),
  92. model = "models/player/agent_47.mdl",
  93. description = [[People hire you to take out other people,
  94. this job require you to be completely focussed.
  95. A single breath can make you loose a shot.]],
  96. weapons = {"cw_l115", "khr_deagle", "lockpick"},
  97. command = "agent47",
  98. max = 1,
  99. salary = 60,
  100. admin = 0,
  101. vote = false,
  102. hasLicense = false
  103. })
  104. TEAM_NINJA = AddExtraTeam("Ninja", {
  105. color = Color(255, 93, 0, 255),
  106. model = "models/player/bobert/mkxkenshi.mdl",
  107. description = [[As a ninja you can jump from building
  108. to building with you Climb Swep. You can NOT raid as this job.]],
  109. weapons = {"climb_swep2"},
  110. command = "ninja",
  111. max = 2,
  112. salary = 65,
  113. admin = 0,
  114. vote = false,
  115. hasLicense = false
  116. })
  117.  
  118. TEAM_VIPNINJA = AddExtraTeam("VIP Ninja", {
  119. color = Color(255, 93, 0, 255),
  120. model = "models/mk9/mk2/mk2_noobsaibot.mdl",
  121. description = [[As a VIP ninja you can jump from building
  122. to building with you Climb Swep. As VIP Ninja you are also allowed to raid people.]],
  123. weapons = {"climb_swep2"},
  124. command = "vipninja",
  125. max = 2,
  126. salary = 65,
  127. admin = 0,
  128. vote = false,
  129. hasLicense = false
  130. })
  131.  
  132. TEAM_THIEF = AddExtraTeam("Thief", {
  133. color = Color(111, 199, 175, 255),
  134. model = "models/player/arctic.mdl",
  135. description = [[Your are a thief, Brake into peoples homes and places of business to piss them off! Take what you can and run!]],
  136. weapons = {"keypad_cracker", "lockpick"},
  137. command = "prothief",
  138. max = 3,
  139. salary = 60,
  140. admin = 0,
  141. vote = false,
  142. hasLicense = false
  143. })
  144.  
  145. TEAM_PTHIEF = AddExtraTeam("Pro Thief", {
  146. color = Color(111, 199, 175, 255),
  147. model = "models/player/corvo.mdl",
  148. description = [[Your are a pro thief,You have a faster picklock then a normal thief. Brake into peoples homes and places of business to piss them off! Take what you can and run!]],
  149. weapons = {"keypad_cracker", "lockpick", "khr_cz75"},
  150. command = "prothief",
  151. max = 1,
  152. salary = 70,
  153. admin = 0,
  154. vote = false,
  155. hasLicense = false
  156. })
  157.  
  158. TEAM_LAWYER = AddExtraTeam("Lawyer", {
  159. color = Color(100, 150, 200, 255),
  160. model = "models/player/hostage/hostage_04.mdl",
  161. description = [[As a lawyer you are responsible for fighting
  162. on your clints behalf this includes bailing him out of jail and or pvp confrontation.]],
  163. weapons = {"unarrest_stick"},
  164. command = "lawyer",
  165. max = 3,
  166. salary = 60,
  167. admin = 0,
  168. vote = true,
  169. hasLicense = false
  170. })
  171.  
  172. TEAM_MAYOR = DarkRP.createJob("Mayor", {
  173. color = Color(255, 0, 0, 255),
  174. model = "models/player/alyx.mdl",
  175. description = [[You are the mayors daughter, walk around with your dad just chill around. But be careful, you never know when somebody is waiting to kidnap you!]],
  176. weapons = {},
  177. command = "mayor",
  178. max = 1,
  179. salary = 80,
  180. admin = 0,
  181. vote = false,
  182. hasLicense = false
  183. mayor = true
  184. })
  185.  
  186. TEAM_MD = DarkRP.createJob("Mayors Daughter", {
  187. color = Color(255,100,100,255),
  188. model = "models/player/alyx.mdl",
  189. description = [[You are the mayors daughter, walk around with your dad just chill around. But be careful, you never know when somebody is waiting to kidnap you!]],
  190. weapons = {},
  191. command = "mayorsdaughter",
  192. max = 1,
  193. salary = 80,
  194. admin = 0,
  195. vote = false,
  196. hasLicense = false
  197. })
  198.  
  199. TEAM_HITMAN = DarkRP.createJob("Hitman", {
  200. color = Color(0, 0, 0, 255),
  201. model = "models/player/t_guerilla.mdl",
  202. description = [[People hire you to take out other people,
  203. this job require you to be completely focussed.
  204. A single breath can make you loose a shot.]],
  205. weapons = {"khr_p226"},
  206. command = "hitman",
  207. max = 1,
  208. salary = 60,
  209. admin = 0,
  210. vote = false,
  211. hasLicense = false,
  212. })
  213.  
  214. TEAM_POLICESS = DarkRP.createJob("Secret Service", {
  215. color = Color(100, 20, 20, 255),
  216. model = "models/player/smith.mdl",
  217. description = [[You are responsible for protecting the mayor.
  218. 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.]],
  219. weapons = {"khr_m92fs", "stunstick", "weaponchecker", "arrest_stick"},
  220. command = "secretservice",
  221. max = 2,
  222. salary = 60,
  223. admin = 0,
  224. vote = false,
  225. hasLicense = false,
  226. })
  227.  
  228. TEAM_DRUG = DarkRP.createJob("Drug Dealer", {
  229. color = Color(51, 204, 255, 255),
  230. model = "models/odessa.mdl",
  231. description = [[You deal drugs to those in need. Be careful, may get arrested if caught in the act!]],
  232. weapons = {},
  233. command = "drugdealer",
  234. max = 2,
  235. salary = 60,
  236. admin = 0,
  237. vote = false,
  238. hasLicense = false,
  239. })
  240.  
  241. TEAM_HOTELM = AddExtraTeam("Hotel Manager", {
  242. color = Color(102, 0, 102, 255),
  243. model = "models/Characters/Hostage_01.mdl",
  244. description = [[You are the manager of the gmod hotel take good care of it, Also you can sell out the rooms to people to make some cash!.]],
  245. weapons = {},
  246. command = "hotelmanager",
  247. max = 1,
  248. salary = 45,
  249. admin = 0,
  250. vote = false,
  251. hasLicense = false,
  252. })
  253.  
  254. TEAM_POLICEUP = DarkRP.createJob("UnderCover Police", {
  255. color = Color(25, 25, 170, 255),
  256. model = {models/taggart/gallahan.mdl},
  257. description = [[
  258. The protector of every citizen that lives in the city.
  259. You have the power to arrest criminals and protect innocents.
  260. Hit a player with your arrest baton to put them in jail.
  261. Bash a player with a stunstick and they may learn to obey the law.
  262. The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  263. The Battering Ram can also unfreeze frozen props (if enabled).
  264. Type /wanted <name> to alert the public to the presence of a criminal.]],
  265. weapons = {"arrest_stick", "unarrest_stick", "khr_mp443", "stunstick", "door_ram", "weaponchecker"},
  266. command = "undercoverpolice",
  267. max = 2,
  268. salary = 60,
  269. admin = 0,
  270. vote = true,
  271. hasLicense = true,
  272. }
  273.  
  274. TEAM_ADMIN = AddExtraTeam("Admin On Duty ", {
  275. color = Color(50,0,150,255, 255),
  276. VIPOnly = true,
  277. model = {"models/player/combine_super_soldier.mdl"},
  278. description = [[Fly around and help players in need]]
  279. weapons = {"unarrest_stick", "arrest_stick", "weapon_medkit", "weaponchecker", "weapon_keypadchecker"},
  280. command = "admin",
  281. max = 0,
  282. salary = 0,
  283. admin = 1
  284. vote = false,
  285. hasLicense = false,
  286. })
  287. TEAM_SCY = DarkRP.createJob("Security Guard", {
  288. color = Color(591, 242, 80, 093),
  289. model = {"models/player/t_leet.mdl"},
  290. description = [[Help out the gun shop or some club or Something.]]
  291. weapons = {
  292. "stunstick",
  293. "weaponchecker",
  294. "hl2_combo_fists", "weapon_arc_atmcard", "weapon_cuff_police", "weapon_stungun"},
  295. command = "securityguard",
  296. max = 4,
  297. salary = 10,
  298. admin = 0,
  299. vote = true,
  300. hasLicense = true,
  301. ammo = {
  302. ["pistol"] = 60,
  303. }
  304. })
  305.  
  306. TEAM_LIGHT = DarkRP.createJob("Light Gun Dealer", {
  307. color = Color(255, 140, 0, 255),
  308. model = "models/player/monk.mdl",
  309. description = [[A Gun Dealer is the only person who can sell guns to other people.
  310. Make sure you aren't caught selling illegal firearms to the public! You might get arrested!]],
  311. weapons = {},
  312. command = "lightgundealer",
  313. max = 2,
  314. salary = 50,
  315. admin = 0,
  316. vote = false,
  317. hasLicense = false,
  318. })
  319.  
  320. TEAM_HEAVY = DarkRP.createJob("Heavy Gun Dealer", {
  321. color = Color(255, 140, 0, 255),
  322. model = "models/player/monk.mdl",
  323. description = [[A Gun Dealer is the only person who can sell guns to other people.
  324. Make sure you aren't caught selling illegal firearms to the public! You might get arrested!]],
  325. weapons = {},
  326. command = "heavygundealer",
  327. max = 2,
  328. salary = 50,
  329. admin = 0,
  330. vote = false,
  331. hasLicense = false,
  332. })
  333.  
  334. TEAM_BLACK = DarkRP.createJob("Black Market Dealer", {
  335. color = Color(557, 183, 9, 095),
  336. model = "models/player/eli.mdl",
  337. description = [[A Black Market Dealer is the only person in town who can sell Picklocks and Other Illigal items]],
  338. weapons = {},
  339. command = "blackmarketdealer",
  340. max = 50,
  341. salary = 10,
  342. admin = 0,
  343. vote = false,
  344. hasLicense = false,
  345. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement