Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.84 KB | None | 0 0
  1. TEAM_MEDIC = DarkRP.createJob("Medic", {
  2. color = Color(0, 103, 255, 255),
  3. model = {
  4. "models/taggart/police02/male_01.mdl",
  5. "models/taggart/police02/male_02.mdl",
  6. "models/taggart/police02/male_04.mdl",
  7. "models/taggart/police02/male_05.mdl",
  8. "models/taggart/police02/male_06.mdl",
  9. "models/taggart/police02/male_03.mdl",
  10. "models/taggart/police02/male_07.mdl",
  11. "models/taggart/police02/male_09.mdl"
  12. },
  13. description = [[As a medic you ensure to heal people and take care of the health in the city!
  14. Raid : No
  15. Mug : No
  16. Kidnap : No
  17. You arent Allowed to base with Others as a Medic.]],
  18. weapons = {"med_kit", "weapon_fists", "itemstore_pickup"},
  19. command = "medic",
  20. max = 4,
  21. salary = 120,
  22. admin = 0,
  23. vote = false,
  24. hasLicense = false,
  25. candemote = false,
  26. category = "Citizens",
  27. NeedToChangeFrom = TEAM_CITIZEN
  28. })
  29.  
  30. TEAM_HOOKER = DarkRP.createJob("Hooker", {
  31. color = Color(255, 0, 168, 255),
  32. model = {"models/player/doa5_kasumi.mdl"},
  33. description = [[As a Hooker you go around having sexual shit with people
  34. Raid : No
  35. Mug : No
  36. Kidnap : No
  37. You are Allowed to base with Others as a Hooker.]],
  38. weapons = {"itemstore_pickup", "weapon_fists"},
  39. command = "hooker",
  40. max = 3,
  41. salary = 90,
  42. admin = 0,
  43. vote = false,
  44. hasLicense = false,
  45. candemote = false,
  46. category = "Citizens"
  47. })
  48.  
  49. TEAM_LIGHTDEALER = DarkRP.createJob("Light Gun Dealer", {
  50. color = Color(255, 151, 0, 255),
  51. model = {"models/player/monk.mdl"},
  52. description = [[As a Light GunDealer you are to keep the city filled with guns
  53. Raid : No
  54. Mug : No
  55. Kidnap : No
  56. You arent Allowed to base with Others as a GunDealer.]],
  57. weapons = {"weapon_fists", "itemstore_pickup"},
  58. command = "lightgundealer",
  59. max = 4,
  60. salary = 90,
  61. admin = 0,
  62. vote = false,
  63. hasLicense = true,
  64. candemote = false,
  65. category = "Citizens"
  66. })
  67.  
  68. TEAM_HEAVYDEALER = DarkRP.createJob("Heavy Gun Dealer", {
  69. color = Color(255, 151, 0, 255),
  70. model = {"models/player/monk.mdl"},
  71. description = [[As a Heavy GunDealer you are to keep the city filled with guns
  72. Raid : No
  73. Mug : No
  74. Kidnap : No
  75. You arent Allowed to base with Others as a GunDealer]],
  76. weapons = {"weapon_fists", "itemstore_pickup"},
  77. command = "heavygundealer",
  78. max = 3,
  79. salary = 95,
  80. admin = 0,
  81. vote = false,
  82. hasLicense = true,
  83. candemote = false,
  84. category = "Citizens"
  85. })
  86.  
  87. TEAM_SPECIALDEALER = DarkRP.createJob("Black Market Dealer", {
  88. color = Color(201, 217, 0, 255),
  89. model = {"models/player/plague_doktor/player_plague_doktor.mdl"},
  90. description = [[As a special dealer you can sell illigeal weapons!!
  91. Raid : Yes
  92. Mug : No
  93. Kidnap : No
  94. You are allowed to base..]],
  95. weapons = {"weapon_fists", "itemstore_pickup"},
  96. command = "specialdealer",
  97. max = 5,
  98. salary = 75,
  99. admin = 0,
  100. vote = false,
  101. hasLicense = false,
  102. candemote = false,
  103. category = "Citizens",
  104. customCheck = function( ply ) return table.HasValue( { "VIP ", "VIP +", "VIP++" }, ply:GetSecondaryUserGroup() ) end
  105. })
  106.  
  107. TEAM_RADIODJ = DarkRP.createJob("DJ", {
  108. color = Color(238, 99, 99, 255),
  109. model = "models/player/daftpunk/daft_gold.mdl",
  110. description = [[As a DJ you basicly go around and dj, you can buy a DJ kit from the F4 Menu!
  111. Raid : No
  112. Mug : No
  113. Kidnap : No
  114. You can base]],
  115. weapons = {"itemstore_pickup", "weapon_fists"},
  116. command = "RDJ",
  117. max = 4,
  118. salary = 75,
  119. admin = 0,
  120. vote = false,
  121. hasLicense = false,
  122. category = "Citizens"
  123. })
  124.  
  125. TEAM_HOBO = DarkRP.createJob("Homeless", {
  126. color = Color(112, 39, 0, 255),
  127. model = {"models/player/corpse1.mdl"},
  128. description = [[You are a Homeless Hobo that survives the city and begging for cash Do anything to gain money
  129. Raid : No
  130. Mug : Yes
  131. Kidnap : No
  132. Base : No
  133. Allowed Weapons
  134. Pistols ( Yes )
  135. Shotguns ( No )
  136. Assault rifles ( No )
  137. Snipers ( No )]],
  138. weapons = {"itemstore_pickup", "weapon_fists"},
  139. command = "hobo",
  140. max = 0,
  141. salary = 50,
  142. admin = 0,
  143. vote = false,
  144. hasLicense = false,
  145. candemote = false,
  146. category = "Citizens"
  147. })
  148.  
  149. TEAM_SECURITY = DarkRP.createJob("Security Guard", {
  150. color = Color(0, 209, 255, 255),
  151. model = {
  152. "models/player/guard_pack/guard_01.mdl",
  153. "models/player/guard_pack/guard_02.mdl",
  154. "models/player/guard_pack/guard_03.mdl",
  155. "models/player/guard_pack/guard_04.mdl",
  156. "models/player/guard_pack/guard_05.mdl",
  157. "models/player/guard_pack/guard_06.mdl",
  158. "models/player/guard_pack/guard_07.mdl",
  159. "models/player/guard_pack/guard_08.mdl",
  160. "models/player/guard_pack/guard_09.mdl"
  161. },
  162. description = [[You are a Security Guard your job is to Protect anyone that pays you.
  163. Raid : No
  164. Mug : No
  165. Kidnap : No
  166. Base : Yes
  167. Allowed Weapons
  168. Pistols ( Yes )
  169. Shotguns ( No )
  170. Assault rifles ( No )
  171. Snipers ( No )]],
  172. weapons = {"m9k_usp", "itemstore_pickup", "weapon_fists"},
  173. command = "security",
  174. max = 6,
  175. salary = 90,
  176. admin = 0,
  177. vote = false,
  178. hasLicense = false,
  179. candemote = false,
  180. category = "Citizens"
  181. })
  182.  
  183. TEAM_TAXI = DarkRP.createJob("Taxi Driver", {
  184. color = Color(255, 214, 0, 255),
  185. model = {"models/player/leet.mdl"},
  186. description = [[You are a Taxi Driver your job is to pickup people and drive them around the city to where they wanna go
  187. Raid : No
  188. Mug : No
  189. Kidnap : No
  190. Base : No
  191. Allowed Weapons
  192. Pistols ( Yes )
  193. Shotguns ( No )
  194. Assault rifles ( No )
  195. Snipers ( No )]],
  196. weapons = {},
  197. command = "taxi",
  198. max = 6,
  199. salary = 75,
  200. admin = 0,
  201. vote = false,
  202. hasLicense = false,
  203. candemote = false,
  204. category = "Citizens"
  205. })
  206.  
  207. --Government
  208.  
  209. TEAM_PCOMMANDER = DarkRP.createJob("Police Commander", {
  210. color = Color(34, 85, 85, 255),
  211. model = {
  212. "models/taggart/police01/male_01.mdl",
  213. "models/taggart/police01/male_02.mdl",
  214. "models/taggart/police01/male_03.mdl",
  215. "models/taggart/police01/male_04.mdl",
  216. "models/taggart/police01/male_05.mdl",
  217. "models/taggart/police01/male_06.mdl",
  218. "models/taggart/police01/male_07.mdl",
  219. "models/taggart/police01/male_08.mdl",
  220. "models/taggart/police01/male_09.mdl"
  221. },
  222. description = [[You are a Police Commander your job is to protect and serve the mayor and the people.
  223. Raid : Yes
  224. Mug : No
  225. Kidnap : No
  226. Base : No
  227. Allowed Weapons
  228. Pistols ( Yes )
  229. Shotguns ( yes )
  230. Assault rifles ( Yes )
  231. Snipers ( No )]],
  232. weapons = {"weapon_fists", "speedchecker", "m9k_famas", "arrest_stick", "unarrest_stick", "stunstick", "door_ram", "m9k_usp", "weaponchecker", "weapon_fists", "itemstore_pickup", "weapon_ticketbook", "weapon_cuff_elastic", "weapon_stungun"},
  233. command = "policecommander",
  234. max = 1,
  235. salary = 300,
  236. admin = 0,
  237. vote = true,
  238. hasLicense = true,
  239. candemote = true,
  240. category = "Government",
  241. PlayerSpawn = function(ply)
  242. ply:SetMaxHealth(100)
  243. ply:SetHealth(100)
  244. ply:SetArmor(100)
  245. end
  246. })
  247. TEAM_POFFICER = DarkRP.createJob("Police Officer", {
  248. color = Color(0, 135, 255, 255),
  249. model = {
  250. "models/taggart/police01/male_01.mdl",
  251. "models/taggart/police01/male_02.mdl",
  252. "models/taggart/police01/male_03.mdl",
  253. "models/taggart/police01/male_04.mdl",
  254. "models/taggart/police01/male_05.mdl",
  255. "models/taggart/police01/male_06.mdl",
  256. "models/taggart/police01/male_07.mdl",
  257. "models/taggart/police01/male_08.mdl",
  258. "models/taggart/police01/male_09.mdl"
  259. },
  260. description = [[You are a Police Officer your job is to protect and serve the mayor and the people.
  261. Raid : Yes
  262. Mug : No
  263. Kidnap : No
  264. Base : No
  265. Allowed Weapons
  266. Pistols ( Yes )
  267. Shotguns ( No )
  268. Assault rifles ( No )
  269. Snipers ( No )]],
  270. weapons = {"arrest_stick", "speedchecker", "unarrest_stick", "stunstick", "m9k_usp", "weaponchecker", "itemstore_pickup", "weapon_fists", "door_ram", "m9k_tar21", "weapon_ticketbook", "weapon_cuff_elastic", "weapon_stungun"},
  271. command = "policeofficer",
  272. max = 6,
  273. salary = 280,
  274. admin = 0,
  275. vote = false,
  276. hasLicense = true,
  277. candemote = true,
  278. category = "Government",
  279. PlayerSpawn = function(ply)
  280. ply:SetMaxHealth(100)
  281. ply:SetHealth(100)
  282. ply:SetArmor(100)
  283. end
  284. })
  285.  
  286. TEAM_PSNIPER = DarkRP.createJob("Police Sniper", {
  287. color = Color(0, 135, 255, 255),
  288. model = {
  289. "models/taggart/police01/male_01.mdl",
  290. "models/taggart/police01/male_02.mdl",
  291. "models/taggart/police01/male_03.mdl",
  292. "models/taggart/police01/male_04.mdl",
  293. "models/taggart/police01/male_05.mdl",
  294. "models/taggart/police01/male_06.mdl",
  295. "models/taggart/police01/male_07.mdl",
  296. "models/taggart/police01/male_08.mdl",
  297. "models/taggart/police01/male_09.mdl"
  298. },
  299. description = [[You are a Police Sniper your job is to protect and serve the mayor and the people.
  300. Raid : Yes
  301. Mug : No
  302. Kidnap : No
  303. Base : No
  304. Allowed Weapons
  305. Pistols ( Yes )
  306. Shotguns ( No )
  307. Assault rifles ( No )
  308. Snipers ( Yes )]],
  309. weapons = {"m9k_usp", "speedchecker", "m9k_aw50", "weapon_fists", "itemstore_pickup", "weapon_ticketbook", "weapon_cuff_elastic", "weapon_stungun"},
  310. command = "policesniper",
  311. max = 2,
  312. salary = 280,
  313. admin = 0,
  314. vote = false,
  315. hasLicense = true,
  316. candemote = true,
  317. category = "Government",
  318. PlayerSpawn = function(ply)
  319. ply:SetMaxHealth(100)
  320. ply:SetHealth(100)
  321. ply:SetArmor(100)
  322. end
  323. })
  324.  
  325. TEAM_PMEDIC = DarkRP.createJob("Police Medic", {
  326. color = Color(0, 135, 255, 255),
  327. model = {
  328. "models/taggart/police01/male_01.mdl",
  329. "models/taggart/police01/male_02.mdl",
  330. "models/taggart/police01/male_03.mdl",
  331. "models/taggart/police01/male_04.mdl",
  332. "models/taggart/police01/male_05.mdl",
  333. "models/taggart/police01/male_06.mdl",
  334. "models/taggart/police01/male_07.mdl",
  335. "models/taggart/police01/male_08.mdl",
  336. "models/taggart/police01/male_09.mdl"
  337. },
  338. description = [[You are a Police Medic your job is to protect and serve the mayor and the people.
  339. Raid : Yes
  340. Mug : No
  341. Kidnap : No
  342. Base : No
  343. Allowed Weapons
  344. Pistols ( Yes )
  345. Shotguns ( No )
  346. Assault rifles ( No )
  347. Snipers ( No )]],
  348. weapons = {"med_kit", "speedchecker", "weapon_fists", "itemstore_pickup", "weapon_ticketbook", "weapon_cuff_elastic", "m9k_hk45", "weapon_stungun"},
  349. command = "policemedic",
  350. max = 2,
  351. salary = 280,
  352. admin = 0,
  353. vote = false,
  354. hasLicense = true,
  355. candemote = true,
  356. category = "Government",
  357. PlayerSpawn = function(ply)
  358. ply:SetMaxHealth(100)
  359. ply:SetHealth(100)
  360. ply:SetArmor(100)
  361. end
  362. })
  363.  
  364. TEAM_SWAT = DarkRP.createJob("S.W.A.T", {
  365. color = Color(0, 0, 0, 255),
  366. model = {"models/codmw2/codmw2hexe.mdl"},
  367. description = [[You are a SWAT your job is to protect and serve the mayor and the people.
  368. Raid : Yes
  369. Mug : No
  370. Kidnap : No
  371. Base : No
  372. Allowed Weapons
  373. Pistols ( Yes )
  374. Shotguns ( Yes )
  375. Assault rifles ( Yes )
  376. Snipers ( No )]],
  377. weapons = {"m9k_m16a4_acog", "speedchecker", "m9k_mossberg590", "m9k_m249lmg", "itemstore_pickup", "weapon_fists", "arrest_stick", "door_ram", "vc_spikestrip_wep", "weapon_sh_flashbang", "weapon_ticketbook", "weapon_cuff_elastic", "weapon_stungun"},
  378. command = "swat",
  379. max = 4,
  380. salary = 300,
  381. admin = 0,
  382. vote = false,
  383. hasLicense = true,
  384. candemote = false,
  385. category = "Government",
  386. PlayerSpawn = function(ply)
  387. ply:SetMaxHealth(100)
  388. ply:SetHealth(100)
  389. ply:SetArmor(100)
  390. end,
  391. customCheck = function( ply ) return table.HasValue( { "VIP ", "VIP +", "VIP++" }, ply:GetSecondaryUserGroup() ) end
  392. })
  393.  
  394. TEAM_SWATLEADER = DarkRP.createJob("S.W.A.T Leader", {
  395. color = Color(0, 0, 0, 255),
  396. model = {"models/codmw2/t_codmw2h.mdl"},
  397. description = [[You are a SWAT Leader your job is to protect and serve the mayor and the people and Also Lead the SWATs.
  398. Raid : Yes
  399. Mug : No
  400. Kidnap : No
  401. Base : No
  402. Allowed Weapons
  403. Pistols ( Yes )
  404. Shotguns ( Yes )
  405. Assault rifles ( Yes )
  406. Snipers ( No )]],
  407. weapons = {"m9k_m249lmg", "m9k_usas", "speedchecker", "m9k_ares_shrike", "itemstore_pickup", "weapon_fists", "arrest_stick", "door_ram", "vc_spikestrip_wep", "weapon_ticketbook", "weapon_cuff_elastic", "weapon_stungun", "weapon_sh_flashbang"},
  408. command = "swatleader",
  409. max = 1,
  410. salary = 350,
  411. admin = 0,
  412. vote = false,
  413. hasLicense = true,
  414. candemote = false,
  415. category = "Government",
  416. PlayerSpawn = function(ply)
  417. ply:SetMaxHealth(100)
  418. ply:SetHealth(100)
  419. ply:SetArmor(200)
  420. end,
  421. customCheck = function( ply ) return table.HasValue( { "VIP++" }, ply:GetSecondaryUserGroup() ) end
  422. })
  423.  
  424. --Criminals
  425. TEAM_PROTHIEF = DarkRP.createJob("Pro Thief", {
  426. color = Color(77, 77, 77, 255),
  427. model = {"models/player/suits/robber_tie.mdl"},
  428. description = [[You are a Professional Thief your job is to steal goodies from people.
  429. Raid : Yes
  430. Mug : Yes
  431. Kidnap : Yes
  432. Base : Yes
  433. Allowed Weapons
  434. Pistols ( Yes )
  435. Shotguns ( Yes )
  436. Assault rifles ( Yes )
  437. Snipers ( Yes )]],
  438. weapons = {"pro_lockpick_update", "prokeypadcracker", "weapon_fists", "itemstore_pickup", "realistic_hook", "weapon_cuff_elastic"},
  439. command = "prothief",
  440. max = 6,
  441. salary = 100,
  442. admin = 0,
  443. vote = false,
  444. hasLicense = false,
  445. candemote = false,
  446. category = "Criminals",
  447. customCheck = function( ply ) return table.HasValue( { "VIP ", "VIP +", "VIP++" }, ply:GetSecondaryUserGroup() ) end
  448. })
  449.  
  450. TEAM_THIEF = DarkRP.createJob("Thief", {
  451. color = Color(64, 64, 64, 255),
  452. model = {"models/player/suits/robber_shirt_2.mdl"},
  453. description = [[You are a Normal Thief your job is to steal goodies from people and other.
  454. Raid : Yes
  455. Mug : Yes
  456. Kidnap : Yes
  457. Base : Yes
  458. Allowed Weapons
  459. Pistols ( Yes )
  460. Shotguns ( Yes )
  461. Assault rifles ( Yes )
  462. Snipers ( Yes )]],
  463. weapons = {"weapon_fists", "lockpick", "keypad_cracker", "itemstore_pickup", "weapon_cuff_elastic"},
  464. command = "thief",
  465. max = 10,
  466. salary = 100,
  467. admin = 0,
  468. vote = false,
  469. hasLicense = false,
  470. candemote = false,
  471. category = "Criminals"
  472. })
  473.  
  474. TEAM_ROBBERVIP = DarkRP.createJob("Pro Bank Robber", {
  475. color = Color(69, 57, 57, 255),
  476. model = {
  477. "models/player/pd2_dallas_p.mdl"
  478. },
  479. description = [[You are a bank robber, You make sure the bank vault is empty at all times!.
  480. Raid : Yes ( You can join raids but not raid )
  481. Mug : No
  482. Kidnap : No
  483. Base : Yes
  484. Allowed Weapons
  485. Pistols ( Yes )
  486. Shotguns ( Yes )
  487. Assault rifles ( Yes )
  488. Snipers ( No )]],
  489. weapons = {"weapon_fists", "itemstore_pickup", "pro_lockpick_update"},
  490. command = "brobbervip",
  491. max = 6,
  492. salary = 80,
  493. admin = 0,
  494. vote = false,
  495. hasLicense = false,
  496. candemote = false,
  497. category = "Criminals"
  498. })
  499.  
  500. TEAM_ROBBER = DarkRP.createJob("Bank Robber", {
  501. color = Color(69, 57, 57, 255),
  502. model = {
  503. "models/player/pd2_chains_p.mdl"
  504. },
  505. description = [[You are a bank robber, You make sure the bank vault is empty at all times!.
  506. Raid : Yes ( You can join raids but not raid )
  507. Mug : No
  508. Kidnap : No
  509. Base : Yes
  510. Allowed Weapons
  511. Pistols ( Yes )
  512. Shotguns ( Yes )
  513. Assault rifles ( Yes )
  514. Snipers ( No )]],
  515. weapons = {"weapon_fists", "itemstore_pickup", "lockpick"},
  516. command = "brobber",
  517. max = 6,
  518. salary = 80,
  519. admin = 0,
  520. vote = false,
  521. hasLicense = false,
  522. candemote = false,
  523. category = "Criminals"
  524. })
  525.  
  526. TEAM_MAFIALEADER = DarkRP.createJob("Mafia Leader", {
  527. color = Color(86, 86, 86, 255),
  528. model = {
  529. "models/player/suits/male_01_closed_coat_tie.mdl",
  530. "models/player/suits/male_01_closed_tie.mdl",
  531. "models/player/suits/male_01_open.mdl",
  532. "models/player/suits/male_01_open_tie.mdl",
  533. "models/player/suits/male_01_open_waistcoat.mdl",
  534. "models/player/suits/male_01_shirt.mdl"
  535. },
  536. description = [[As a Mafia Leader you are incharge of All Mafias and including you take care of your Family
  537. Raid : Yes
  538. Mug : Yes
  539. Kidnap : Yes
  540. Base : Yes
  541. Allowed Weapons
  542. Pistols ( Yes )
  543. Shotguns ( Yes )
  544. Assault rifles ( Yes )
  545. Snipers ( No )]],
  546. weapons = {"weapon_fists", "itemstore_pickup", "lockpick", "weapon_cuff_elastic"},
  547. command = "mafialeader",
  548. max = 1,
  549. salary = 110,
  550. admin = 0,
  551. vote = false,
  552. hasLicense = false,
  553. candemote = false,
  554. category = "Criminals"
  555. })
  556.  
  557. TEAM_MAFIA = DarkRP.createJob("Mafia", {
  558. color = Color(86, 86, 86, 255),
  559. model = {
  560. "models/player/suits/male_01_closed_coat_tie.mdl",
  561. "models/player/suits/male_01_closed_tie.mdl",
  562. "models/player/suits/male_01_open.mdl",
  563. "models/player/suits/male_01_open_tie.mdl",
  564. "models/player/suits/male_01_open_waistcoat.mdl",
  565. "models/player/suits/male_01_shirt.mdl"
  566. },
  567. description = [[As a Mafia you are incharge of All Mafias and including you take care of your Family
  568. Raid : Yes
  569. Mug : Yes
  570. Kidnap : Yes
  571. Base : Yes
  572. Allowed Weapons
  573. Pistols ( Yes )
  574. Shotguns ( No )
  575. Assault rifles ( Yes )
  576. Snipers ( No )]],
  577. weapons = {"weapon_fists", "itemstore_pickup", "lockpick", "weapon_cuff_elastic"},
  578. command = "mafia",
  579. max = 6,
  580. salary = 100,
  581. admin = 0,
  582. vote = false,
  583. hasLicense = false,
  584. candemote = false,
  585. category = "Criminals"
  586. })
  587.  
  588. TEAM_METHCOOK = DarkRP.createJob("Meth Cook", {
  589. color = Color(0, 128, 255, 255),
  590. model = {"models/bloocobalt/splinter cell/chemsuit_cod.mdl"},
  591. description = [[You are a Master manufacture of Methamphetamin
  592. Raid : No
  593. Mug : No
  594. Kidnap : No
  595. Base : Yes
  596. Allowed Weapons
  597. Pistols ( Yes )
  598. Shotguns ( No )
  599. Assault rifles ( No )
  600. Snipers ( No )]],
  601. weapons = {"itemstore_pickup", "weapon_fists"},
  602. command = "methcook",
  603. max = 5,
  604. salary = 100,
  605. admin = 0,
  606. vote = false,
  607. category = "Criminals",
  608. hasLicense = false,
  609. })
  610.  
  611. TEAM_HACKER = DarkRP.createJob("Hacker", {
  612. color = Color(122, 61, 19, 255),
  613. model = {"models/player/aiden_pearce.mdl"},
  614. description = [[You are a Hacker you hack the street lights fading door and everything else
  615. Raid : Yes
  616. Mug : No
  617. Kidnap : No
  618. Base : Yes
  619. Allowed Weapons
  620. Pistols ( Yes )
  621. Shotguns ( Yes )
  622. Assault rifles ( Yes )
  623. Snipers ( No )]],
  624. weapons = {"weapon_hack_phone", "weapon_fists", "itemstore_pickup"},
  625. command = "hacker",
  626. max = 4,
  627. salary = 100,
  628. admin = 0,
  629. vote = false,
  630. hasLicense = false,
  631. candemote = false,
  632. category = "Criminals",
  633. customCheck = function( ply ) return table.HasValue( { "VIP +", "VIP++" }, ply:GetSecondaryUserGroup() ) end
  634. })
  635.  
  636. TEAM_HITMAN = DarkRP.createJob("Hitman", {
  637. color = Color(255, 214, 0, 255),
  638. model = {"models/player/agent_47.mdl"},
  639. description = [[You are a Hitman your job is to follow peoples requests **Must have a Reason**
  640. Raid : No
  641. Mug : No
  642. Kidnap : No
  643. Base : No
  644. Allowed Weapons
  645. Pistols ( Yes )
  646. Shotguns ( No )
  647. Assault rifles ( No )
  648. Snipers ( Yes )]],
  649. weapons = {"m9k_m98b", "m9k_m29satan"},
  650. command = "hitman",
  651. max = 6,
  652. salary = 75,
  653. admin = 0,
  654. vote = false,
  655. hasLicense = false,
  656. candemote = false,
  657. category = "Criminals"
  658. })
  659.  
  660. --Other
  661. TEAM_SOD = DarkRP.createJob("Staff on duty", {
  662. color = Color(150, 20, 20, 255),
  663. model = "models/player/combine_super_soldier.mdl",
  664. description = [[You are SOD You are the Overwatch of the Entire Server]],
  665. weapons = {"unarrest_stick", "weaponchecker", "vc_wrench"},
  666. command = "sod",
  667. max = 0,
  668. salary = 100,
  669. admin = 0,
  670. vote = false,
  671. hasLicense = false,
  672. customCheck = function(ply) return CLIENT or
  673. table.HasValue({"trial-mod", "moderator", "admin", "head-admin", "superadmin", "owner"}, ply:GetNWString("usergroup"))
  674. end,
  675. CustomCheckFailMsg = "This job is only for staff!",
  676. })
  677. --Custom Jobs
  678. TEAM_AZIUS = DarkRP.createJob("Gazius", {
  679. color = Color(0, 0, 0, 255),
  680. model = {"models/player/charple.mdl"},
  681. description = [[Azus's Job
  682. Raid : Yes
  683. Mug : Yes
  684. Kidnap : Yes
  685. Base : Yes
  686. Allowed Weapons
  687. Pistols ( Yes )
  688. Shotguns ( Yes )
  689. Assault rifles ( Yes )
  690. Snipers ( Yes )]],
  691. weapons = {"m9k_glock", "m9k_usas", "m9k_m416", "pro_lockpick_update", "prokeypadcracker", "weapon_fists", "itemstore_pickup"},
  692. command = "aziusjob",
  693. max = 1,
  694. salary = 90,
  695. admin = 0,
  696. vote = false,
  697. hasLicense = false,
  698. candemote = false,
  699. category = "VIP Jobs",
  700. customCheck = function(ply) return CLIENT or
  701. table.HasValue({"STEAM_0:1:246842155"}, ply:SteamID())
  702. end,
  703. CustomCheckFailMsg = "This jobs is for Azius Only!",
  704. })
  705.  
  706. TEAM_SOMMER = DarkRP.createJob("Sexy Sommer Ray", {
  707. color = Color(0, 0, 0, 255),
  708. model = {"models/player/charple.mdl"},
  709. description = [[Sommers's Job
  710. Raid : Yes
  711. Mug : Yes
  712. Kidnap : Yes
  713. Base : Yes
  714. Allowed Weapons
  715. Pistols ( Yes )
  716. Shotguns ( Yes )
  717. Assault rifles ( Yes )
  718. Snipers ( Yes )]],
  719. weapons = {"pro_lockpick_update", "prokeypadcracker", "weapon_fists", "itemstore_pickup", "weapon_cuff_elastic"},
  720. command = "sommersjob",
  721. max = 1,
  722. salary = 90,
  723. admin = 0,
  724. vote = false,
  725. hasLicense = false,
  726. candemote = false,
  727. category = "VIP Jobs",
  728. customCheck = function(ply) return CLIENT or
  729. table.HasValue({"STEAM_0:1:116995317"}, ply:SteamID())
  730. end,
  731. CustomCheckFailMsg = "This jobs is for Sommer Ray's Only!",
  732. })
  733.  
  734. --[[---------------------------------------------------------------------------
  735. Define which team joining players spawn into and what team you change to if demoted
  736. ---------------------------------------------------------------------------]]
  737. GAMEMODE.DefaultTeam = TEAM_CITIZEN
  738.  
  739.  
  740. --[[---------------------------------------------------------------------------
  741. Define which teams belong to civil protection
  742. Civil protection can set warrants, make people wanted and do some other police related things
  743. ---------------------------------------------------------------------------]]
  744. GAMEMODE.CivilProtection = {
  745. [TEAM_POFFICER] = true,
  746. [TEAM_PMEDIC] = true,
  747. [TEAM_PCOMMANDER] = true,
  748. [TEAM_PSNIPER] = true,
  749. [TEAM_MAYOR] = true,
  750. [TEAM_SWATLEADER] =true ,
  751. [TEAM_SWAT] = true,
  752. }
  753.  
  754. --[[---------------------------------------------------------------------------
  755. Jobs that are hitmen (enables the hitman menu)
  756. ---------------------------------------------------------------------------]]
  757. DarkRP.addHitmanTeam(TEAM_HITMAN)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement