Advertisement
Guest User

Kobes thing

a guest
Mar 18th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.88 KB | None | 0 0
  1. TEAM_THIEF = DarkRP.createJob("Thief", {
  2. color = Color(0, 0, 0, 255),
  3. model = {"models/fearless/cr.mdl"},
  4. description = [[Steal you monkey]],
  5. weapons = {"csgo_cssource", "m9k_hk45", "lockpick", "pocket", "keys"},
  6. command = "stealmonkey",
  7. max = 8,
  8. salary = 250,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. category = "Criminals"
  14. })
  15.  
  16. TEAM_JACOB = DarkRP.createJob("Fog Runner", {
  17. color = Color(0, 0, 0, 255),
  18. model = {
  19. "models/player/bobert/akak.mdl",
  20. "models/models/konnie/savini/savini.mdl",
  21. "models/player/lordvipes/metal_gear_rising/gray_fox_playermodel_cvp.mdl",
  22. "models/dusty/playermodels/reverseflash/reverseflash.mdl"
  23. },
  24. description = [[Asian's CC]],
  25. weapons = {"csgo_butterfly_damascus", "weapon_m4a1_beast", "weapon_deagle_bornbeast", "weapon_ak47_beast", "predator_bow", "m9k_browningauto5", "awpdragon", "keys", "lockpick", "pocket"},
  26. command = "Jacob",
  27. max = 1,
  28. salary = 1000000,
  29. admin = 2,
  30. vote = false,
  31. hasLicense = true,
  32. candemote = false,
  33. category = "Other",
  34. NeedToChangeFrom = none,
  35. PlayerSpawn = function(ply)
  36. ply:SetMaxHealth(200)
  37. ply:SetHealth(200)
  38. ply:SetArmor(100)
  39. end,
  40. customCheck = function(ply) return
  41. table.HasValue({"STEAM_0:0:28661502", "76561198017588732"}, ply:SteamID())
  42. end,
  43. CustomCheckFailMsg = "Nooononono",
  44. })
  45.  
  46. TEAM_DJ = DarkRP.createJob("DJ", {
  47. color = Color(236, 0, 255, 255),
  48. model = {"models/player/anon/anon.mdl"},
  49. description = [[You are a DJ, go around and play music but remember to use the radio, not your mic.
  50.  
  51. RAID = NO
  52. MUG = NO
  53. BASE = YES]],
  54. weapons = {"keys", "pocket", "weapon_w33d_radio"},
  55. command = "DJ1",
  56. max = 3,
  57. salary = 250,
  58. admin = 0,
  59. vote = false,
  60. hasLicense = false,
  61. candemote = false,
  62. category = "Citizens",
  63. NeedToChangeFrom = none
  64. })
  65.  
  66. TEAM_MAYORSDAUGHTER = DarkRP.createJob("Mayor's Daughter", {
  67. color = Color(0, 7, 232, 255),
  68. model = {"models/player/korka007/maxc.mdl"},
  69. description = [[You're the mayor's daughter. Fallow your fathers' footprints and don't be a slut.
  70.  
  71. RAID = NO
  72. MUG = NO
  73. BASE = YES]],
  74. weapons = {"keys", "pocket"},
  75. command = "MD1",
  76. max = 1,
  77. salary = 350,
  78. admin = 0,
  79. vote = true,
  80. hasLicense = false,
  81. candemote = false,
  82. category = "Citizens",
  83. NeedToChangeFrom = none
  84. })
  85.  
  86. TEAM_SWATMEDIC = DarkRP.createJob("S.W.A.T Medic", {
  87. color = Color(255, 0, 0, 255),
  88. model = {"models/payday2/units/medic_combine.mdl"},
  89. description = [[You're the S.W.A.T Medic. You will fallow the Chief / S.W.A.T Commander orders. You will heal officers on raids, and more.
  90.  
  91. RAID = Only with warrent / Police Dept.
  92. MUG = NO
  93. BASE = Only in PD]],
  94. weapons = {"med_kit", "keys", "pocket", "door_ram", "stunstick", "m9k_colt1911", "weapon_vape_medicinal"},
  95. command = "policemedic",
  96. max = 3,
  97. salary = 500,
  98. admin = 0,
  99. vote = true,
  100. hasLicense = true,
  101. candemote = false,
  102. category = "Civil Protection",
  103. NeedToChangeFrom = none
  104. })
  105.  
  106. TEAM_POLICE = DarkRP.createJob("Police Officer", {
  107. color = Color(11, 103, 168, 255),
  108. model = {
  109. "models/player/nypd/male_02.mdl",
  110. "models/player/nypd/male_04.mdl",
  111. "models/player/nypd/male_05.mdl",
  112. "models/player/nypd/male_06.mdl",
  113. "models/player/nypd/male_07.mdl",
  114. "models/player/nypd/male_08.mdl",
  115. "models/player/nypd/male_09.mdl"
  116. },
  117. description = [[You're a police officer, you have the power to arrest the bad and protect the innocent.
  118.  
  119. RAID = Only with warrant
  120. MUG = NO
  121. BASE = NO]],
  122. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "pocket", "weaponchecker", "keys", "door_ram", "m9k_colt1911"},
  123. command = "policeofficer",
  124. max = 5,
  125. salary = 500,
  126. admin = 0,
  127. vote = true,
  128. hasLicense = true,
  129. candemote = false,
  130. category = "Civil Protection",
  131. NeedToChangeFrom = none
  132. })
  133.  
  134. TEAM_SWATROOK = DarkRP.createJob("Swat Rookie", {
  135. color = Color(51, 31, 133, 255),
  136. model = {"models/player/pmc_5/pmc__13.mdl"},
  137. description = [[You are an S.W.A.T Rookie, you are just like a normal officer just more special :D]],
  138. weapons = {"m9k_g3a3", "m9k_sig_p229r", "arrest_stick", "stunstick", "weaponchecker", "unarrest_stick", "door_ram", "keys", "pocket"},
  139. command = "swatrook",
  140. max = 6,
  141. salary = 500,
  142. admin = 0,
  143. vote = true,
  144. hasLicense = true,
  145. candemote = false,
  146. category = "Civil Protection",
  147. NeedToChangeFrom = none
  148. })
  149.  
  150. TEAM_KOBE = DarkRP.createJob("Kobe", {
  151. color = Color(0, 0, 0, 255),
  152. model = {
  153. "models/saintblue52/wednesdayfrog/wednesdayfrog.mdl",
  154. "models/mark2580/payday2/pd2_bulldozer_combine.mdl",
  155. "models/player/kuristaja/pbear/pbear.mdl",
  156. "models/player/plague_doktor/citizen_plague_doktor.mdl",
  157. "models/csgoanarchist1pm.mdl",
  158. "models/csgoanarchist2pm.mdl",
  159. "models/csgoanarchist3pm.mdl",
  160. "models/csgoanarchist4pm.mdl"
  161. },
  162. description = [[kys]],
  163. weapons = {"awpdragon", "weapon_m4a1_beast", "m9k_m24", "m9k_machete", "m9k_knife", "m9k_mp9", "climb_swep2", "tfa_nmrih_hatchet", "pickpocket"},
  164. command = "KOBE",
  165. max = 1,
  166. salary = 10000000,
  167. admin = 2,
  168. vote = false,
  169. hasLicense = true,
  170. candemote = false,
  171. category = "Other",
  172. PlayerSpawn = function(ply)
  173. ply:SetMaxHealth(200)
  174. ply:SetHealth(200)
  175. ply:SetArmor(150)
  176. end,
  177. customCheck = function(ply) return
  178. table.HasValue({"STEAM_0:0:111719013"}, ply:SteamID())
  179. end,
  180. CustomCheckFailMsg = "NINE",
  181. })
  182.  
  183. TEAM_OPERATOR = DarkRP.createJob("Swat Operator", {
  184. color = Color(47, 0, 237, 255),
  185. model = {"models/fearless/sru02.mdl"},
  186. description = [[You are an S.W.A.T Operator, you are just like a normal officer just more special :D]],
  187. weapons = {"m9k_g3a3", "m9k_sig_p229r", "arrest_stick", "stunstick", "weaponchecker", "unarrest_stick", "door_ram", "keys", "pocket"},
  188. command = "swatop",
  189. max = 5,
  190. salary = 550,
  191. admin = 0,
  192. vote = true,
  193. hasLicense = true,
  194. candemote = false,
  195. category = "Civil Protection",
  196. NeedToChangeFrom = none
  197. })
  198.  
  199. TEAM_SWATCOMMANDER = DarkRP.createJob("S.W.A.T Commander", {
  200. color = Color(0, 255, 192, 255),
  201. model = {"models/fearless/sru01.mdl"},
  202. description = [[You're the S.W.A.T Commander, keep your team in order.
  203. You will be in charge of raiding criminal bases, and busting people for drugs
  204.  
  205. How to Want people:
  206. /wanted (name)
  207.  
  208. RAID = Only with warrant
  209. MUG = NO
  210. BASE = NO]],
  211. weapons = {"m9k_sig_p229r", "arrest_stick", "stunstick", "weaponchecker", "unarrest_stick", "door_ram", "keys", "pocket", "m9k_scar"},
  212. command = "swatcommander",
  213. max = 1,
  214. salary = 750,
  215. admin = 0,
  216. vote = true,
  217. hasLicense = true,
  218. candemote = false,
  219. category = "Civil Protection",
  220. NeedToChangeFrom = none
  221. })
  222.  
  223. TEAM_MAFIAMEMBER = DarkRP.createJob("Mafia Member", {
  224. color = Color(190, 0, 255, 255),
  225. model = {
  226. "models/fearless/dbsuit07.mdl",
  227. "models/fearless/dbsuit09.mdl",
  228. "models/fearless/dgsuit12.mdl",
  229. "models/fearless/gsuit15.mdl",
  230. "models/fearless/mafia02.mdl",
  231. "models/fearless/mafia04.mdl",
  232. "models/fearless/mafia06.mdl",
  233. "models/fearless/mafia09.mdl",
  234. "models/fearless/wsuit15.mdl"
  235. },
  236. description = [[You a mafia member Joseph!. you follow Tonys rules.
  237.  
  238. RAID = YES
  239. MUG = YES
  240. BASE = YES]],
  241. weapons = {"keys", "pocket", "m9k_model500"},
  242. command = "mafiamember",
  243. max = 5,
  244. salary = 500,
  245. admin = 0,
  246. vote = true,
  247. hasLicense = true,
  248. candemote = false,
  249. category = "Criminals",
  250. NeedToChangeFrom = none
  251. })
  252.  
  253. TEAM_MAFIALEADER = DarkRP.createJob("Mafia Leader", {
  254. color = Color(255, 0, 0, 255),
  255. model = {"models/fearless/don1.mdl"},
  256. description = [[You are the mafia leader tony. you rule this joint baby !!
  257.  
  258. RAID = YES
  259. MUG = YES
  260. BASE = YES]],
  261. weapons = {"unarrest_stick", "keys", "pocket", "m9k_model500"},
  262. command = "mafialeader",
  263. max = 1,
  264. salary = 500,
  265. admin = 0,
  266. vote = true,
  267. hasLicense = true,
  268. candemote = false,
  269. category = "Criminals",
  270. NeedToChangeFrom = none
  271. })
  272.  
  273. TEAM_BANKMANAGER = DarkRP.createJob("Bank Manager", {
  274. color = Color(214, 29, 29, 255),
  275. model = {"models/fearless/mayor1.mdl"},
  276. description = [[You're the bank manager, take care of the bank and don't let it get ribbed under no circumstances ]],
  277. weapons = {"keys", "pocket", "m9k_model500"},
  278. command = "bank",
  279. max = 3,
  280. salary = 753,
  281. admin = 0,
  282. vote = true,
  283. hasLicense = false,
  284. candemote = false,
  285. category = "Citizens",
  286. NeedToChangeFrom = none
  287. })
  288.  
  289. TEAM_POLICE = DarkRP.createJob("Secret Service", {
  290. color = Color(0, 0, 0, 255),
  291. model = {"models/player/smith.mdl"},
  292. description = [[Secret Service, you protect the mayor at all cost no matter what,
  293. You will fallow no one's rules except the mayors
  294.  
  295. RAID = NO
  296. MUG = NO
  297. BASE = NO]],
  298. weapons = {"m9k_usp", "pocket", "m9k_usp" },
  299. command = "secreteservice",
  300. max = 6,
  301. salary = 850,
  302. admin = 0,
  303. vote = true,
  304. hasLicense = true,
  305. candemote = false,
  306. category = "Civil Protection",
  307. NeedToChangeFrom = none
  308. })
  309.  
  310. TEAM_PPARAMEDIC = DarkRP.createJob("Paramedic", {
  311. color = Color(255, 0, 15, 255),
  312. model = {"models/player/pink_soldier_fix/ct_urban.mdl"},
  313. description = [[Paramedic, you go around town and heal people, and revive the dead.]],
  314. weapons = {"med_kit", "keys", "pocket"},
  315. command = "paramedic",
  316. max = 5,
  317. salary = 750,
  318. admin = 0,
  319. vote = true,
  320. hasLicense = true,
  321. candemote = false,
  322. category = "Civil Protection",
  323. NeedToChangeFrom = none
  324. })
  325.  
  326. TEAM_TAXIDRIVER = DarkRP.createJob("Taxi Driver", {
  327. color = Color(247, 207, 0, 255),
  328. model = {"models/player/slow/banana_joe/slow.mdl"},
  329. description = [[You are a taxi driver, you drive people around town, and take tips]],
  330. weapons = {"pocket", "keys", "fist"},
  331. command = "taxi",
  332. max = 4,
  333. salary = 550,
  334. admin = 0,
  335. vote = false,
  336. hasLicense = false,
  337. candemote = false,
  338. category = "Citizens",
  339. NeedToChangeFrom = none
  340. })
  341.  
  342. TEAM_TRAINDRIVER = DarkRP.createJob("Train Manager", {
  343. color = Color(145, 28, 28, 255),
  344. model = {"models/player/arnold_schwarzenegger.mdl"},
  345. description = [[You're the train driver, the ruler of the underground.
  346. You also drive a train :)]],
  347. weapons = {"keys", "fist", "pocket"},
  348. command = "/train",
  349. max = 2,
  350. salary = 250,
  351. admin = 0,
  352. vote = false,
  353. hasLicense = false,
  354. candemote = false,
  355. category = "Citizens",
  356. NeedToChangeFrom = none
  357. })
  358.  
  359. TEAM_HOBO = DarkRP.createJob("Hobo", {
  360. color = Color(66, 8, 8, 255),
  361. model = {"models/jessev92/player/misc/saddam.mdl"},
  362. description = [[You can only base on the streets]],
  363. weapons = {"weapon_angryhobo", "pocket", "keys", "weapon_fists"},
  364. command = "hobo",
  365. max = 4,
  366. salary = 55,
  367. admin = 0,
  368. vote = false,
  369. hasLicense = false,
  370. candemote = false,
  371. category = "Citizens"
  372. })
  373.  
  374. TEAM_HITMAN = DarkRP.createJob("Hitman", {
  375. color = Color(0, 0, 0, 255),
  376. model = "models/player/dishonored_assassin1.mdl",
  377. description = [[People hire you to take out other people,
  378. this job require you to be completely focussed.
  379. A single breath can make you loose a shot.]],
  380. weapons = {"m9k_m24", "m9k_machete"},
  381. command = "hitman",
  382. max = 1,
  383. salary = 65,
  384. admin = 0,
  385. vote = false,
  386. hasLicense = false,
  387. category = "Criminals",
  388. })
  389.  
  390. TEAM_ADMIN = DarkRP.createJob("Admin On Duty", {
  391. color = Color(170, 0, 0, 255),
  392. model = "models/player/zeus_combine_v2/zeus_combine_v2.mdl",
  393. description = [[Admin on duty is when you as an admin, is ready to make sure the server stays at its best.
  394. It's up to you to patrol and respond to admin calls.]],
  395. weapons = {},
  396. command = "aod",
  397. max = 0,
  398. salary = 100,
  399. admin = 0,
  400. vote = false,
  401. hasLicense = false,
  402. customCheck = function(ply) return ply:IsAdmin() end,
  403.  
  404. })
  405.  
  406. TEAM_DRUGGY = DarkRP.createJob("Drug Dealer", {
  407. color = Color(51, 204, 255, 255),
  408. model = "models/player/Kleiner.mdl",
  409. description = [[You deal drugs to those in need.
  410. Be careful, may get arrested if caught in the act!]],
  411. weapons = {},
  412. command = "drug",
  413. max = 2,
  414. salary = 65,
  415. admin = 0,
  416. vote = false,
  417. hasLicense = false,
  418. category = "Criminals",
  419. })
  420.  
  421. TEAM_TERROR = DarkRP.createJob("Terrorist", {
  422. color = Color(255, 140, 0, 255),
  423. model = "models/player/kuma/taliban_bomber.mdl",
  424. description = [[]],
  425. weapons = {"m9k_ak47"}, -- You may wanna find a pickpocket swep and add it here.
  426. command = "terrorist",
  427. max = 3,
  428. salary = 150,
  429. admin = 0,
  430. vote = true,
  431. hasLicense = false,
  432. category = "Criminals"
  433. })
  434.  
  435. TEAM_HACK = DarkRP.createJob("Hacker", {
  436. color = Color(27, 169, 174, 255),
  437. model = {"models/player/anonymous.mdl"},
  438. description = [[You work with the raiders and help them crack keypads to infultrate the base
  439. YOU CANNOT SOLO RAID! must be with atleast 2 people!
  440. MUST /ADVERT RAID!]],
  441. weapons = {"keypad_cracker", "weapon_fists"}, -- You may wanna find a pickpocket swep and add it here.
  442. command = "hacker",
  443. max = 4,
  444. salary = 75,
  445. admin = 0,
  446. vote = false,
  447. hasLicense = false,
  448. category = "Criminals",
  449. })
  450.  
  451. TEAM_BANKROBBER = DarkRP.createJob("Bank Robber", {
  452. color = Color(109, 53, 206, 255),
  453. model = {"models/player/pd2_chains_p.mdl", "models/player/pd2_dallas_p.mdl", "models/player/pd2_wolf_p.mdl"},
  454. description = [[Come up with a Heist to Rob the Government Bank inside the police station
  455. NOT ALLOWED TO RAID!
  456.  
  457. IF SEEN NOT ROBBING BANK & FUCKING AROUND = BAN
  458. ]],
  459. weapons = {"weapon_fists", "m9k_sig_p229r"}, -- You may wanna find a pickpocket swep and add it here.
  460. command = "heister",
  461. max = 4,
  462. salary = 45,
  463. admin = 0,
  464. vote = true,
  465. hasLicense = false,
  466. category = "Criminals",
  467. })
  468.  
  469. TEAM_VIPPURGEE = DarkRP.createJob("Bank Heister", {
  470. color = Color(146, 0, 255, 255),
  471. model = "models/player/pd2_chains_p.mdl",
  472. description = [[You are a more experienced bank robber
  473. and is equipped with a few extra things to make the job easyer
  474.  
  475. ]],
  476. weapons = {"weapon_fists", "m9k_usp", "lockpick", "bb_css_knife"}, -- You may wanna find a pickpocket swep and add it here.
  477. command = "vippurger",
  478. max = 5,
  479. salary = 45,
  480. admin = 0,
  481. vote = false,
  482. hasLicense = false,
  483. category = "Criminals"
  484. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement