Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.18 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. DarkRP custom jobs
  3. ---------------------------------------------------------------------------
  4.  
  5. This file contains your custom jobs.
  6. This file should also contain jobs from DarkRP that you edited.
  7.  
  8. Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
  9. Once you've done that, copy and paste the job to this file and edit it.
  10.  
  11. The default jobs can be found here:
  12. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
  13.  
  14. For examples and explanation please visit this wiki page:
  15. http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
  16.  
  17.  
  18. Add jobs under the following line:
  19. ---------------------------------------------------------------------------]]
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. --[[------------------------------------------------------------------------------
  28.  
  29. Hello Mikael! This will be the Change log! if you change anything put below with the details il provide you
  30. this will make it easer for us to edit and add new jobs and so we know what changes have been made!
  31.  
  32. ------------------------------------------------------------------------------------
  33.  
  34. =-= TEMPLATE! =-=
  35.  
  36.  
  37. (Name) {Time} [Date (DD/MM/YYY)]
  38.  
  39. -Added ambassador for jobs.
  40. -
  41. -
  42. -
  43. -
  44. -
  45.  
  46.  
  47. ----------------------------------------------------------------------------------------------
  48.  
  49. =-= EXAMPLE =-=
  50. SkullOG 06:22 23/01/2016
  51.  
  52. - Re designd "jobs" layout and added sections to make navigation easer.
  53. - added a key to find the section you are looking for easer use "CTRL + F" To search
  54.  
  55. ----------------------------------------------------------------------------------------------
  56.  
  57. =-=-=- CHANGE LOG -=-=-=-=
  58.  
  59.  
  60. SkullOG 06:22 23/01/2016
  61.  
  62. - Re designd "jobs" layout and added sections to make navigation easer.
  63. - added a key to find the section you are looking for easer use "CTRL + F" To search
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. ----------------------------------------------------------------------------------------
  87.  
  88. Hello again! This is going to be the "KEY" the UNIQUE Codes to easly find the job section!
  89. Please make sure you put the new jobs in the correct area!
  90.  
  91.  
  92.  
  93. ---------------------------------
  94. --- KEY ---
  95. --------------------------------
  96.  
  97. --------------------------------
  98.  
  99. user = U5ER
  100.  
  101. --------------------------------
  102.  
  103. member = M3M6R
  104.  
  105. --------------------------------
  106.  
  107. ultradonator = U1TRAD0NAT0R
  108.  
  109. -------------------------------
  110.  
  111. Staff = S0D
  112.  
  113. -------------------------------
  114.  
  115.  
  116.  
  117.  
  118. -------------------------------------------------------------------------]]
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126. --[[---------------------------
  127. -- Start Of User Jobs {U5ER} --
  128. ------------------------]]-----
  129.  
  130. TEAM_CITIZEN = DarkRP.createJob("Citizen", {
  131. color = Color(20, 150, 20, 255),
  132. model = {
  133. "models/player/Group01/Female_01.mdl",
  134. "models/player/Group01/Female_02.mdl",
  135. "models/player/Group01/Female_03.mdl",
  136. "models/player/Group01/Female_04.mdl",
  137. "models/player/Group01/Female_06.mdl",
  138. "models/player/group01/male_01.mdl",
  139. "models/player/Group01/Male_02.mdl",
  140. "models/player/Group01/male_03.mdl",
  141. "models/player/Group01/Male_04.mdl",
  142. "models/player/Group01/Male_05.mdl",
  143. "models/player/Group01/Male_06.mdl",
  144. "models/player/Group01/Male_07.mdl",
  145. "models/player/Group01/Male_08.mdl",
  146. "models/player/Group01/Male_09.mdl"
  147. },
  148. description = [[The Citizen is the most basic level of society you can hold besides being a hobo. You have no specific role in city life.]],
  149. weapons = {},
  150. command = "citizen",
  151. max = 0,
  152. salary = GAMEMODE.Config.normalsalary,
  153. admin = 0,
  154. vote = false,
  155. hasLicense = false,
  156. candemote = false,
  157. category = "Civilian Jobs",
  158. })
  159.  
  160. TEAM_PD = DarkRP.createJob("President's Daughter", {
  161. color = Color(255,100,100,255),
  162. model = "models/player/alyx.mdl",
  163. description = [[You are the mayors daughter, walk around with your dad, go around and shop with your high salary.
  164. But be careful, you never know when somebody is waiting to kidnap you
  165. You are also into politics, your main goal is to take your dads spot, and become the new president.
  166. You are very corrupt, and deal with the gangs. !]],
  167. weapons = {},
  168. command = "presidentdaughter",
  169. max = 1,
  170. salary = 200,
  171. admin = 0,
  172. vote = false,
  173. hasLicense = false,
  174. category = "Government",
  175. })
  176.  
  177. TEAM_HOTEL = DarkRP.createJob("Hotel Manager", {
  178. color = Color(0, 255, 255, 255),
  179. model = "models/player/hostage/hostage_01.mdl",
  180. description = [[You rent out rooms to people. You run a hotel and such.]],
  181. weapons = {},
  182. command = "hotelmanager",
  183. max = 1,
  184. salary = 85,
  185. admin = 0,
  186. vote = false,
  187. hasLicense = false,
  188. category = "Civilian Jobs",
  189. })
  190.  
  191. TEAM_BANKER = DarkRP.createJob("Bank Manager", {
  192. color = Color(63, 79, 127, 255),
  193. model = "models/player/hostage/hostage_02.mdl",
  194. description = [[You store peoples Money, items, shipments & printers for money.
  195. You will do what ever is needed to service people with private storing in the town.
  196. /You are not allowed to steal peoples stuff-
  197. /Stealing will result with a long ban.]],
  198. weapons = {},
  199. command = "bankmanager",
  200. max = 3,
  201. salary = 75,
  202. admin = 0,
  203. vote = false,
  204. hasLicense = false,
  205. category = "Civilian Jobs",
  206. })
  207.  
  208. TEAM_BAR = DarkRP.createJob("Bartender", {
  209. color = Color(63, 79, 127, 255),
  210. model = "models/player/mossman.mdl",
  211. description = [[You serve the town with drink and drugs in some cases.
  212. You need to have a bar.]],
  213. weapons = {},
  214. command = "bartender",
  215. max = 2,
  216. salary = 100,
  217. admin = 0,
  218. vote = false,
  219. hasLicense = false,
  220. category = "Civilian Jobs",
  221. })
  222.  
  223. TEAM_HOBO = DarkRP.createJob("Hobo", {
  224. color = Color(80, 45, 0, 255),
  225. model = "models/player/corpse1.mdl",
  226. description = [[The lowest member of society. Everybody laughs at you.
  227. You have no home.
  228. Beg for your food and money
  229. Sing for everyone who passes to get money
  230. Make your own wooden home somewhere in a corner or outside someone else's door]],
  231. weapons = {"weapon_bugbait"},
  232. command = "hobo",
  233. max = 6,
  234. salary = 0,
  235. admin = 0,
  236. vote = false,
  237. hasLicense = false,
  238. candemote = false,
  239. hobo = true,
  240. category = "Civilian Jobs",
  241. })
  242.  
  243. TEAM_GUN = DarkRP.createJob("Arms Dealer", {
  244. color = Color(255, 140, 0, 255),
  245. model = "models/player/monk.mdl",
  246. description = [[You sell small arms, you can be arrested if you don't have a license.
  247. You need to have a shop, and you are not allowed to have the job for self supply. You are not allowed to raid, and cannot be hired or team with gangs!]],
  248. weapons = {},
  249. command = "armsdealer",
  250. max = 2,
  251. salary = 65,
  252. admin = 0,
  253. vote = false,
  254. hasLicense = false,
  255. category = "Arms",
  256. })
  257.  
  258. TEAM_SEC = DarkRP.createJob("Security Guard", {
  259. color = Color(95, 63, 127, 255),
  260. model = "models/player/odessa.mdl",
  261. description = [[People hire you to protect their shop, you are not a bodyguard, so you are only allowed to work for people who got a shop.
  262. You can also be hired to protect a private home. Do not abuse your tools, or it can result with ban in some cases..]],
  263. weapons = {"stunstick", "weaponchecker"},
  264. command = "securityguard",
  265. max = 2,
  266. salary = 90,
  267. admin = 0,
  268. vote = true,
  269. hasLicense = false,
  270. candemote = false,
  271. category = "Security",
  272. })
  273.  
  274. TEAM_THIEF = DarkRP.createJob("Thief", {
  275. color = Color(109, 109, 109, 255),
  276. model = "models/player/arctic.mdl",
  277. description = [[You are a thief, you are not allowed to raid something dirrect, that means if they are home, you are not allowed to raid them. You are only allowed to raid dirrect, if you team with the mob,
  278. or got a thief a gang. You are also not allowed to mug people dirrectly, you need to be sneaky, and try not to be caught.]],
  279. weapons = {"lockpick", "keypad_cracker"},
  280. command = "thief",
  281. max = 6,
  282. salary = 85,
  283. admin = 0,
  284. vote = false,
  285. hasLicense = false,
  286. candemote = false,
  287. category = "Criminals",
  288. })
  289.  
  290. TEAM_POLICE = DarkRP.createJob("Police Officer", {
  291. color = Color(15, 0, 182, 255),
  292. model = {
  293. "models/player/nypd/male_04.mdl",
  294. "models/player/nypd/male_07.mdl",
  295. "models/player/nypd/male_08.mdl",
  296. "models/player/nypd/male_09.mdl",
  297. "models/player/nypd/male_05.mdl"},
  298. description = [[You are a ordinary Police Officer, you work for the Police Chief. You patrol the city, you got a police vehicle.
  299. You are allowed to pull people over, if you bellieve some suspicious is going on. If the person is driving bad, and reckless, you can pull them over.
  300. Use the siren:
  301. Mouseclick 1.
  302. Mouseclick 2.
  303. You are allowed to assist Swat in raids, if it is asked for. You are allowed to Assist the army, if they ask for it.
  304. As a cop, your job is not ment for raiding, but you can assist. Your job is to patrol the city, and make sure.. that people don't get mugged or kidnapped as a example.
  305. ]],
  306. weapons = {"speedchecker", "m9k_hk45", "m9k_mp5", "weapon_rad15", "arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker", "weapon_stungun"},
  307. command = "policeofficer",
  308. max = 4,
  309. salary = 320,
  310. admin = 0,
  311. vote = true,
  312. hasLicense = true,
  313. candemote = false,
  314. category = "Government",
  315. })
  316.  
  317. TEAM_PRISONG = DarkRP.createJob("Prison Guard", {
  318. color = Color(15, 0, 182, 255),
  319. model = {"models/player/police.mdl"},
  320. description = [[You are a Prison Guard. You guard the prison and the prisoners with your life. You work with the civil protection and take orders from the chief. You try to keep all the prisoners in their cells and prevent escape.
  321. You do not go out on raids with the CP. You can afford a house and a gun, but stay at the prison most of the time. You keep documents of why people were arrested and what fines they have to pay.]],
  322. weapons = {"arrest_stick","unarrest_stick","stunstick","m9k_sig_p229r", "weapon_stungun"},
  323. command = "PrisonGuard",
  324. max = 1,
  325. salary = 300,
  326. admin = 0,
  327. vote = true,
  328. hasLicense = true,
  329. candemote = true,
  330. category = "Government"
  331. })
  332.  
  333. TEAM_LOCK = DarkRP.createJob("Lock Smith", {
  334. color = Color(127, 0, 95, 255),
  335. model = "models/player/hostage/hostage_04.mdl",
  336. description = [[People can hire you to lockpick doors (Even if it is part of a raid).
  337. You are not allowed to be part of the raid, but you are allowed to pick the door for money.
  338. You are not alloewed to pick random doors, or pick doors without payment!]],
  339. weapons = {"lockpick"},
  340. command = "locksmith",
  341. max = 2,
  342. salary = 100,
  343. admin = 0,
  344. vote = true,
  345. hasLicense = false,
  346. category = "Civilian Jobs",
  347. })
  348.  
  349. TEAM_MEX = DarkRP.createJob("Mexican Gangster", {
  350. color = Color(127, 111, 63, 255),
  351. model = {
  352. "models/ms13/slow_1.mdl",
  353. "models/ms13/slow_2.mdl"},
  354. description = [[You work for the Mexican Gangster Leader, and follow his orders.
  355. You are allowed to kill Russian Mob Members, only if it is in a drive by, if you are in a openly declared war]],
  356. weapons = {},
  357. command = "mexicangangster",
  358. max = 8,
  359. salary = 55,
  360. admin = 0,
  361. vote = false,
  362. hasLicense = false,
  363. candemote = false,
  364. category = "Mexican",
  365. })
  366.  
  367. TEAM_RUS = DarkRP.createJob("Russian Member", {
  368. color = Color(36, 36, 36, 255),
  369. model = {
  370. "models/player/Group03/Female_01.mdl",
  371. "models/player/Group03/Female_02.mdl",
  372. "models/player/Group03/Female_03.mdl",
  373. "models/player/Group03/Female_04.mdl",
  374. "models/player/Group03/Female_06.mdl",
  375. "models/player/group03/male_01.mdl",
  376. "models/player/Group03/Male_02.mdl",
  377. "models/player/Group03/male_03.mdl",
  378. "models/player/Group03/Male_04.mdl",
  379. "models/player/Group03/Male_05.mdl",
  380. "models/player/Group03/Male_06.mdl",
  381. "models/player/Group03/Male_07.mdl",
  382. "models/player/Group03/Male_08.mdl",
  383. "models/player/Group03/Male_09.mdl"},
  384. description = [[You work for the Russian Mob Boss, and follow his orders.
  385. You are allowed to kill Mexican gang members, only if it is in a drive by, if you are in a openly declared war]],
  386. weapons = {},
  387. command = "russianmobmember",
  388. max = 8,
  389. salary = 55,
  390. admin = 0,
  391. vote = false,
  392. hasLicense = false,
  393. candemote = false,
  394. category = "Russian",
  395. })
  396.  
  397. TEAM_MILITARY = DarkRP.createJob("Military - Member", {
  398. color = Color(0, 127, 31, 255),
  399. model = "models/player/dod_american.mdl",
  400. description = [[Your job is to stop the talibans! find their hideout and stop their plans of destroying the city, or in some cases defending the city from an attack.
  401. You are not allowed to KOS the Taliban Member or Shotgunner, that would be RDM. But you are Allowed to KOS the Taliban Leader.
  402. You Follow orders from the General, and the President.]],
  403. weapons = {"m9k_colt1911", "m9k_ares_shrike", "m9k_m61_frag"},
  404. command = "militarymember",
  405. max = 4,
  406. salary = 240,
  407. admin = 0,
  408. vote = true,
  409. hasLicense = true,
  410. candemote = false,
  411. category = "Military",
  412. })
  413.  
  414. TEAM_MEC = DarkRP.createJob("Mechanic", {
  415. color = Color(127, 0, 95, 255),
  416. model = "models/player/odessa.mdl",
  417. description = [[You repair cars for money, you can have you own repair shop.
  418. There isn't much to say about this job, it is in the name.]],
  419. weapons = {"vc_repair"},
  420. command = "mechanic",
  421. max = 2,
  422. salary = 120,
  423. admin = 0,
  424. vote = false,
  425. hasLicense = false,
  426. candemote = false,
  427. category = "Civilian Jobs",
  428. })
  429.  
  430. TEAM_TAXI = DarkRP.createJob("Taxi Driver", {
  431. color = Color(225, 255, 0, 255),
  432. model = "models/player/hostage/hostage_01.mdl",
  433. description = [[You drive people around for money.]],
  434. weapons = {},
  435. command = "taxidriver",
  436. max = 2,
  437. salary = 75,
  438. admin = 0,
  439. vote = false,
  440. hasLicense = false,
  441. category = "Civilian Jobs",
  442. })
  443.  
  444. TEAM_HITMAN = DarkRP.createJob("Hitman", {
  445. color = Color(95, 127, 61, 255),
  446. model = "models/player/barney.mdl",
  447. description = [[You accept hits for money, you are not allowed to do free hits.
  448. You can team with gangs, but only if they pay you. You don't go over to someone, and just shoot them, that is failrp.
  449. You plan the attack, and then you ambush someone when no one is around.
  450. Lockpick, if you need to break into their home, the pistol is to kill the person.!]],
  451. weapons = {"lockpick", "keypad_cracker", "m9k_m92beretta"},
  452. command = "hitman",
  453. max = 2,
  454. salary = 85,
  455. admin = 0,
  456. vote = true,
  457. hasLicense = false,
  458. category = "Hitman",
  459. })
  460.  
  461. TEAM_SWAT = DarkRP.createJob("S.W.A.T Member", {
  462. color = Color(15, 0, 182, 255),
  463. model = "models/player/swat.mdl",
  464. description = [[Your job is to raid, if you suspect someone of doing illegal buiness in their home,
  465. your job is to end their "Illegal buiness" by shutting it down,
  466. and arresting the suspects. You got weapons for self defense, you are only allowed to use your weapons if they shoot after you, or else you need to arrest them.
  467. You follow orders from the S.W.A.T Leader, and you are not allowed to raid without the permission from the S.W.A.T leader, if there isn't a S.W.A.T Leader,
  468. Then you need the permission from the President, if there is no President, then you need permission from the Police Chief, or else you are not allowed to raid.]],
  469. weapons = {"m9k_usp", "m9k_honeybadger", "weapon_rad15", "weapon_shield", "arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker", "speedchecker"},
  470. command = "swatmember",
  471. max = 5,
  472. salary = 250,
  473. admin = 0,
  474. vote = true,
  475. hasLicense = true,
  476. candemote = false,
  477. category = "S.W.A.T",
  478. })
  479.  
  480. TEAM_MILITARYS = DarkRP.createJob("Military - Shotgunner", {
  481. color = Color(0, 100, 20, 255),
  482. model = "models/player/dod_american.mdl",
  483. description = [[Your job is to stop the talibans! find their hideout and stop their plans of destroying the city, or in some cases defending the city from an attack.
  484. You are not allowed to KOS the Taliban Member or Shotgunner, that would be RDM. But you are Allowed to KOS the Taliban Leader. You got a shotgun, and you usally storm their bases first.
  485. You Follow orders from the General, and the President.]],
  486. weapons = {"m9k_colt1911", "m9k_mossberg590", "m9k_m61_frag"},
  487. command = "militaryshotgunner",
  488. max = 2,
  489. salary = 265,
  490. admin = 0,
  491. vote = true,
  492. hasLicense = true,
  493. candemote = false,
  494. category = "Military",
  495. })
  496.  
  497. TEAM_TALI = DarkRP.createJob("Taliban - Member", {
  498. color = Color(225, 255, 0, 255),
  499. model = "models/player/guerilla.mdl",
  500. description = [[You are a Taliban - Member, you are not allowed to plan attacks!
  501. you are not allowed to do any attacks if the Taliban - Commander or Leader hasn't made a plan.
  502. You are not allowed to attack civilians, you follow orders from the leaders.
  503. You are not allowed to plant c4, you backup the command or leader while they plant the c4.
  504. Maximum 1 attack each 20 minutes.
  505. Do not mass RDM
  506. TALIBAN - COMMANDER
  507. You are the ISIS - Commander, you can command the members, basically you are like a general.
  508. You command the members, and help with attacks.
  509. you need make a advert when you plan your attack!
  510. Planning takes minimun 5 minutes..]],
  511. weapons = {"m9k_ak47"},
  512. command = "talibanmember",
  513. max = 4,
  514. salary = 135,
  515. admin = 0,
  516. vote = true,
  517. hasLicense = true,
  518. candemote = false,
  519. category = "Taliban",
  520. })
  521.  
  522. TEAM_TALIS = DarkRP.createJob("TALIBAN - COMMANDER", {
  523. color = Color(200, 230, 0, 255),
  524. model = "models/player/guerilla.mdl",
  525. description = [[You are the Taliban - Commander, you can command the members, basically you are like a general.
  526. You command the members, and help with attacks.
  527. you need make a advert when you plan your attack!
  528. Planning takes minimun 5 minutes.
  529. /advert start planning
  530. Planning takes minimun 5minutes, after you have planned the attack you need to advert the attack
  531. /advert attack started
  532. You are maximun allowed to 1 attack every 20 min, you are not allowed to target civilians.
  533. The AK47 is for self defense if they attack you, do not use it to target people.
  534. You can buy c4 from black market dealer.
  535. Do not mass RDM
  536. You need to plan every attack or it will be considered as rdm.]],
  537. weapons = {"m9k_1897winchester"},
  538. command = "talibanshotgunner",
  539. max = 2,
  540. salary = 165,
  541. admin = 0,
  542. vote = true,
  543. hasLicense = true,
  544. candemote = false,
  545. category = "Taliban",
  546. })
  547.  
  548. TEAM_SWATS = DarkRP.createJob("S.W.A.T Sniper", {
  549. color = Color(15, 0, 142, 255),
  550. model = "models/player/swat.mdl",
  551. description = [[Your job is to assist the S.W.A.T Members in raid, by giving them sniper support, if you suspect someone of doing illegal buiness in their home,
  552. your job is to end their "Illegal buiness" by shutting it down. You are not allowed to storm the door like S.W.A.T Member, you take position far away, and if orders are given, you shoot the suspects.
  553. and arresting the suspects. You got weapons for self defense, you are only allowed to use your weapons if they shoot after you, or else you need to arrest them.
  554. You follow orders from the S.W.A.T Leader, and you are not allowed to raid without the permission from the S.W.A.T leader, if there isn't a S.W.A.T Leader,
  555. Then you need the permission from the President, if there is no President, then you need permission from the Police Chief, or else you are not allowed to raid.]],
  556. weapons = {"m9k_usp", "m9k_aw50", "weapon_rad15", "weapon_shield", "arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker", "speedchecker"},
  557. command = "swatsniper",
  558. max = 2,
  559. salary = 340,
  560. admin = 0,
  561. vote = true,
  562. hasLicense = true,
  563. candemote = false,
  564. category = "S.W.A.T",
  565. })
  566.  
  567. TEAM_DJF = DarkRP.createJob("DJ - F", {
  568. color = Color(230, 100, 200, 255),
  569. model = "models/player/hostage/hostage_03.mdl",
  570. description = [[People hire you to play music for them..]],
  571. weapons = {},
  572. command = "djf",
  573. max = 3,
  574. salary = 200,
  575. admin = 0,
  576. vote = false,
  577. hasLicense = false,
  578. candemote = false,
  579. category = "Civilian Jobs",
  580. })
  581.  
  582. TEAM_BLACK = DarkRP.createJob("Black Market Dealer", {
  583. color = Color(120, 63, 63, 255),
  584. model = "models/player/hostage/hostage_01.mdl",
  585. description = [[You are only allowed to sell suicide bombs and Ied to taliban.]],
  586. weapons = {},
  587. command = "blackmarket",
  588. max = 1,
  589. salary = 85,
  590. admin = 0,
  591. vote = false,
  592. hasLicense = false,
  593. category = "Black Market",
  594. })
  595.  
  596. TEAM_HGUN = DarkRP.createJob("Heavy Arms Dealer", {
  597. color = Color(255, 110, 0, 255),
  598. model = "models/player/monk.mdl",
  599. description = [[You sell heavy arms, you can be arrested if you don't have a license.
  600. You need to have a shop, and you are not allowed to have the job for self supply. You are not allowed to raid, and cannot be hired or team with gangs!]],
  601. weapons = {},
  602. command = "heavyarmsdealer",
  603. max = 2,
  604. salary = 85,
  605. admin = 0,
  606. vote = false,
  607. hasLicense = false,
  608. category = "Arms",
  609. })
  610.  
  611. TEAM_MEXL = DarkRP.createJob("Mexican Gangster Leader", {
  612. color = Color(120, 104, 53, 255),
  613. model = "models/ms13/slow_3.mdl",
  614. description = [[You are the Mexican Gangster Leader, you fight for the control of the drug market. Your enemy is the Russian Mob.
  615. So you will do anything that is posible to control the drug market. Drive By is allowed, only if you target Russians, war is allowed to be declared only on the Russians.
  616. That means, you are not allowed to target civilians, unless they work for the Russians. As As Mexican Gangster Leader, you also control the Mexican Gangsters, of your gang.
  617. You are allowed to raid to people, and kiddnap people..]],
  618. weapons = {"m9k_knife", "lockpick", "keypad_cracker"},
  619. command = "mexicangangsterleader",
  620. max = 1,
  621. salary = 85,
  622. admin = 0,
  623. vote = false,
  624. hasLicense = false,
  625. candemote = false,
  626. category = "Mexican",
  627. })
  628.  
  629. TEAM_RUSL = DarkRP.createJob("Russian Mob Boss", {
  630. color = Color(20, 20, 20, 255),
  631. model = "models/player/gman_high.mdl",
  632. description = [[You are the Russian Mob Boss, you fight for the control of the drug market. Your enemy is the Mexican Gang.
  633. So you will do anything that is posible to control the drug market. Drive By is allowed, only if you target Mexicans, war is allowed to be declared only on the Mexicans.
  634. That mean, you are not allowed to target civilians, unless they work for the Mexicans. As Russian Mob Boss, you also control the Russians Members, of your gang.
  635. You are allowed to raid to people, and kiddnap people.]],
  636. weapons = {"m9k_knife", "lockpick", "keypad_cracker"},
  637. command = "russianmobboss",
  638. max = 1,
  639. salary = 85,
  640. admin = 0,
  641. vote = false,
  642. hasLicense = false,
  643. candemote = false,
  644. category = "Russian",
  645. })
  646.  
  647. TEAM_POLICECHIEF = DarkRP.createJob("Police Chief", {
  648. color = Color(15, 0, 182, 255),
  649. model = "models/player/nypd/male_02.mdl",
  650. description = [[You are the Police Chief. Your job is to handle most paper work, asign Police Officers different patrol tasks.
  651. Asign the SWAT tasks, and help them plan a raid. You are allowed to join raids, if you feel you need to be there to assist the attack.
  652. You are not allowed to join a raid, without having swat at your side.
  653. You assign license for weapons. Basically this is a police leader role..]],
  654. weapons = {"taser", "m9k_deagle", "m9k_mp5", "weapon_rad15", "arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker", "speedchecker"},
  655. command = "policechief",
  656. max = 1,
  657. salary = 360,
  658. admin = 0,
  659. vote = true,
  660. hasLicense = true,
  661. candemote = false,
  662. category = "Government",
  663. })
  664.  
  665. TEAM_SWATL = DarkRP.createJob("S.W.A.T Leader", {
  666. color = Color(15, 0, 122, 255),
  667. model = "models/player/urban.mdl",
  668. description = [[Your job is to raid, if you suspect someone of doing illegal buiness in their home,
  669. your job is to end their "Illegal buiness" by shutting it down. Ss the S.W.A.T Leader, you are in control of the raid, and give orders to the S.W.A.T member and sniper.
  670. and arresting the suspects. You got weapons for self defense, you are only allowed to use your weapons if they shoot after you, or else you need to arrest them.
  671. You are not allowed to raid alone, without a team.]],
  672. weapons = {"m9k_usp", "m9k_honeybadger", "m9k_sticky_grenade", "weapon_rad15", "weapon_shield", "arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker", "speedchecker"},
  673. command = "swatleader",
  674. max = 1,
  675. salary = 370,
  676. admin = 0,
  677. vote = true,
  678. hasLicense = true,
  679. candemote = false,
  680. category = "S.W.A.T",
  681. })
  682.  
  683. TEAM_MILITARYL = DarkRP.createJob("Military - General", {
  684. color = Color(0, 85, 15, 255),
  685. model = "models/player/dod_german.mdl",
  686. description = [[Your job is to stop the talibans! find their hideout and stop their plans of destroying the city, or in some cases defending the city from an attack.
  687. You are not allowed to KOS the Taliban Member or Sniper, that would be RDM. But you are Allowed to KOS the Taliban Leader.
  688. Your are the General, so you give orders to the Military Member and Shotgunner. Your job is also to find out where the Taliban hide, and what their plans is before you order an attack on them.]],
  689. weapons = {"m9k_colt1911", "m9k_m249lmg", "m9k_m61_frag"},
  690. command = "militarygeneral",
  691. max = 1,
  692. salary = 285,
  693. admin = 0,
  694. vote = true,
  695. hasLicense = true,
  696. candemote = false,
  697. category = "Military",
  698. })
  699.  
  700. TEAM_TALIL = DarkRP.createJob("TALIBAN - Leader", {
  701. color = Color(180, 210, 0, 255),
  702. model = "models/player/Phoenix.mdl",
  703. description = [[You are the ISIS - Leader, you command Taliban. You are like Osama Bin Laden, they are allowed to kill you on sight without any warning.
  704. But you are allowed to protect yourself. You and the commander is planning the attacks. You need make a advert when you plan you attack
  705. /advert started planning
  706. Planning takes minimun 5minutes, after you have planned the attack you need to advert the attack
  707. /advert attack started
  708. You are maximun allowed to 1 attack every 15min, you are not allowed to target civilians.
  709. The AK47 is for self defense if they attack you, do not use it to target people.
  710. You can buy c4 from a black market dealer..]],
  711. weapons = {"m9k_ak47", "weapon_frag"},
  712. command = "talibanleader",
  713. max = 1,
  714. salary = 185,
  715. admin = 0,
  716. vote = true,
  717. hasLicense = true,
  718. candemote = false,
  719. category = "Taliban",
  720. })
  721.  
  722. --[[--------------------
  723. -- End Of user Jobs --
  724. ----------------------]]
  725.  
  726.  
  727. --[[----------------------------------
  728. -- Start Of Donator Jobs {D0NAT0R} --
  729. ---------------------------]]---------
  730.  
  731. TEAM_HOBOL = DarkRP.createJob("Hobo Lord", {
  732. color = Color(80, 45, 0, 255),
  733. model = "models/player/corpse1.mdl",
  734. description = [[You are tired of the society.
  735. They have been looking down at you.
  736. Left you to die.
  737. Taken everything from you.
  738. And they brought you to the edge, so you are leading a hobo rebellion against the society.
  739. You build a hobo castle, and lead a rebellion, your goal is to take control of the town.]],
  740. weapons = {"weapon_bugbait", "weapon_crowbar"},
  741. command = "hobolord",
  742. max = 1,
  743. salary = 0,
  744. admin = 0,
  745. vote = false,
  746. hasLicense = false,
  747. candemote = false,
  748. hobo = true,
  749. category = "Civilian Jobs",
  750. NeedToChangeFrom = {TEAM_HOBO},
  751. customCheck = function(ply) return table.HasValue({
  752. "ambmoderator",
  753. "ambjradmin",
  754. "ambadmin",
  755. "ambsenior",
  756. "developer",
  757. "donator",
  758. "dmoderator",
  759. "ultradonator",
  760. "ambassador",
  761. "jradmin",
  762. "djradmin",
  763. "ultrajradmin",
  764. "admin",
  765. "dadmin",
  766. "ultraadmin",
  767. "senioradmin",
  768. "headadminass",
  769. "headadmin",
  770. "coowner",
  771. "superadmin"}, ply:GetNWString("usergroup")) end
  772. })
  773.  
  774. TEAM_MER = DarkRP.createJob("Mercenary", {
  775. color = Color(109, 109, 109, 255),
  776. model = "models/player/guerilla.mdl",
  777. description = [[You can be hired by anyone to do anything pretty much..]],
  778. weapons = {"lockpick", "keypad_cracker", "m9k_sig_p229r"},
  779. command = "Mercenary",
  780. max = 4,
  781. salary = 85,
  782. admin = 0,
  783. vote = false,
  784. hasLicense = true,
  785. candemote = false,
  786. category = "Donator",
  787. customCheck = function(ply) return table.HasValue({
  788. "ambmoderator",
  789. "ambjradmin",
  790. "ambadmin",
  791. "ambsenior",
  792. "developer",
  793. "donator",
  794. "ultradonator",
  795. "dmoderator",
  796. "ambassador",
  797. "jradmin",
  798. "djradmin",
  799. "ultrajradmin",
  800. "admin",
  801. "dadmin",
  802. "ultraadmin",
  803. "senioradmin",
  804. "headadminass",
  805. "headadmin",
  806. "coowner",
  807. "superadmin"}, ply:GetNWString("usergroup")) end
  808. })
  809.  
  810. TEAM_MTHIEF = DarkRP.createJob("Master Thief", {
  811. color = Color(90, 90, 90, 255),
  812. model = "models/player/arctic.mdl",
  813. description = [[You are the master thief, you are not allowed to raid something dirrect, that means if they are home, you are not allowed to raid them.
  814. You are only allowed to raid dirrect, if you team with the mob, or got a thief a gang. You are also not allowed to mug people dirrectly,
  815. you need to be sneaky, and try not to be caught. As a master thief, you got plenty of tools not to get caught.]],
  816. weapons = {"lockpick", "keypad_cracker", "m9k_sig_p229r"},
  817. command = "masterthief",
  818. max = 0,
  819. salary = 130,
  820. admin = 0,
  821. vote = false,
  822. hasLicense = false,
  823. candemote = false,
  824. category = "Criminals",
  825. customCheck = function(ply) return table.HasValue({
  826. "ambmoderator",
  827. "ambjradmin",
  828. "ambadmin",
  829. "ambsenior",
  830. "developer",
  831. "donator",
  832. "ultradonator",
  833. "ambassador",
  834. "jradmin",
  835. "djradmin",
  836. "ultrajradmin",
  837. "dmoderator",
  838. "admin",
  839. "dadmin",
  840. "ultraadmin",
  841. "senioradmin",
  842. "headadminass",
  843. "headadmin",
  844. "coowner",
  845. "superadmin"}, ply:GetNWString("usergroup")) end
  846. })
  847.  
  848. TEAM_MHITMAN = DarkRP.createJob("Master Hitman", {
  849. color = Color(95, 100, 40, 255),
  850. model = "models/player/barney.mdl",
  851. description = [[You are basically a hitman, with better weapons. You accept hits for money, you are not allowed to do free hits.
  852. You can team with gangs, but only if they pay you. You don't go over to someone, and just shoot them, that is failrp.
  853. You plan the attack, and then you ambush someone when no one is around.
  854. Lockpick, if you need to break into their home, the pistol is to kill the person.!]],
  855. weapons = {"lockpick", "keypad_cracker", "m9k_m92beretta", "m9k_m24"},
  856. command = "masterhitman",
  857. max = 0,
  858. salary = 130,
  859. admin = 0,
  860. vote = false,
  861. hasLicense = false,
  862. category = "Hitman",
  863. customCheck = function(ply) return table.HasValue({
  864. "ambmoderator",
  865. "ambjradmin",
  866. "ambadmin",
  867. "ambsenior",
  868. "developer",
  869. "donator",
  870. "ultradonator",
  871. "ambassador",
  872. "jradmin",
  873. "djradmin",
  874. "ultrajradmin",
  875. "dmoderator",
  876. "admin",
  877. "dadmin",
  878. "ultraadmin",
  879. "senioradmin",
  880. "headadminass",
  881. "headadmin",
  882. "coowner",
  883. "superadmin"}, ply:GetNWString("usergroup")) end
  884. })
  885.  
  886. TEAM_TALIA = DarkRP.createJob("UNDERCOVER - Agent", {
  887. color = Color(225, 255, 0, 255),
  888. model = {
  889. "models/player/guerilla.mdl",
  890. "models/player/Phoenix.mdl"},
  891. description = [[You work for the government undercover, you are a member of the Taliban, but you work for the government.
  892. Your goal is to locate the criminals and cordinate the army and swat team in a mission to destroy them..]],
  893. weapons = {"m9k_ak47"},
  894. command = "undercoveragent",
  895. max = 0,
  896. salary = 135,
  897. admin = 0,
  898. vote = false,
  899. hasLicense = true,
  900. candemote = false,
  901. category = "Donator",
  902. customCheck = function(ply) return table.HasValue({
  903. "ambmoderator",
  904. "ambjradmin",
  905. "ambadmin",
  906. "ambsenior",
  907. "developer",
  908. "donator",
  909. "ultradonator",
  910. "ambassador",
  911. "jradmin",
  912. "djradmin",
  913. "dmoderator",
  914. "ultrajradmin",
  915. "admin",
  916. "dadmin",
  917. "ultraadmin",
  918. "senioradmin",
  919. "headadminass",
  920. "headadmin",
  921. "coowner",
  922. "superadmin"}, ply:GetNWString("usergroup")) end
  923. })
  924.  
  925. TEAM_AGENT = DarkRP.createJob("Agent", {
  926. color = Color(145, 145, 145, 255),
  927. model = "models/player/magnusson.mdl",
  928. description = [[You are a person without any morale, you do what has to be done for your own survival.
  929. You can side with gangs, the government or even terrorists.
  930. Your goal is to join one side, and spy on the other sides for information.
  931. And in the end, bagstab the ones you spy on...]],
  932. weapons = {},
  933. command = "agent",
  934. max = 0,
  935. salary = 140,
  936. admin = 0,
  937. vote = false,
  938. hasLicense = true,
  939. candemote = false,
  940. category = "Donator",
  941. customCheck = function(ply) return table.HasValue({
  942. "ambmoderator",
  943. "ambjradmin",
  944. "ambadmin",
  945. "ambsenior",
  946. "developer",
  947. "donator",
  948. "ultradonator",
  949. "ambassador",
  950. "jradmin",
  951. "djradmin",
  952. "ultrajradmin",
  953. "dmoderator",
  954. "admin",
  955. "dadmin",
  956. "ultraadmin",
  957. "senioradmin",
  958. "headadminass",
  959. "headadmin",
  960. "coowner",
  961. "superadmin"}, ply:GetNWString("usergroup")) end
  962. })
  963.  
  964. TEAM_DBUILD = DarkRP.createJob("Donator Builder", {
  965. color = Color(255, 0, 97, 255),
  966. model = "models/player/hostage/hostage_03.mdl",
  967. description = [[You got access to thruster, wheel and many other tools...]],
  968. weapons = {},
  969. command = "donatorbuilder",
  970. max = 0,
  971. salary = 85,
  972. admin = 0,
  973. vote = false,
  974. hasLicense = true,
  975. candemote = false,
  976. category = "Donator",
  977. customCheck = function(ply) return table.HasValue({
  978. "ambmoderator",
  979. "ambjradmin",
  980. "ambadmin",
  981. "ambsenior",
  982. "developer",
  983. "donator",
  984. "ultradonator",
  985. "ambassador",
  986. "jradmin",
  987. "djradmin",
  988. "ultrajradmin",
  989. "admin",
  990. "dadmin",
  991. "dmoderator",
  992. "ultraadmin",
  993. "senioradmin",
  994. "headadminass",
  995. "headadmin",
  996. "coowner",
  997. "superadmin"}, ply:GetNWString("usergroup")) end
  998. })
  999.  
  1000. TEAM_SGUN = DarkRP.createJob("Special Arms Dealer", {
  1001. color = Color(255, 90, 0, 255),
  1002. model = "models/player/monk.mdl",
  1003. description = [[You sell rare weapons to the puplic.
  1004. You got a license, so you don't have to care about that!]],
  1005. weapons = {},
  1006. command = "specialarmsdealer",
  1007. max = 0,
  1008. salary = 160,
  1009. admin = 0,
  1010. vote = false,
  1011. hasLicense = true,
  1012. category = "Arms",
  1013. customCheck = function(ply) return table.HasValue({
  1014. "ambmoderator",
  1015. "ambjradmin",
  1016. "ambadmin",
  1017. "ambsenior",
  1018. "developer",
  1019. "donator",
  1020. "ultradonator",
  1021. "ambassador",
  1022. "jradmin",
  1023. "djradmin",
  1024. "ultrajradmin",
  1025. "admin",
  1026. "dadmin",
  1027. "dmoderator",
  1028. "ultraadmin",
  1029. "senioradmin",
  1030. "headadminass",
  1031. "headadmin",
  1032. "coowner",
  1033. "superadmin"}, ply:GetNWString("usergroup")) end
  1034. })
  1035.  
  1036. --[[-----------------------
  1037. -- End Of Donator Jobs --
  1038. -------------------------]]
  1039.  
  1040.  
  1041. --[[-------------------------------------------
  1042. -- Start Of Ultradonator Jobs {U1TRAD0NAT0R} --
  1043. --------------------------------]]-------------
  1044.  
  1045. TEAM_GRIZZLY = DarkRP.createJob("Grizzly", {
  1046. color = Color(255, 0, 0, 255),
  1047. model = {"models/sinful/grizzly.mdl"},
  1048. description = [[Grizzly, is a Theif and Robbert role.
  1049. You got a lockpick, to raid people. You got a submachine gun to assist your raid.
  1050. The stick grenade! is also for raiding a base.
  1051. // this class do not have to plan raid.
  1052. // but you need to advert it still
  1053.  
  1054. This class and playermodel is created by Grizzly.
  1055. And is his customjob.]],
  1056. weapons = {"lockpick", "keypad_cracker", "m9k_tec9", "m9k_sticky_grenade"},
  1057. command = "grizzly",
  1058. max = 0,
  1059. salary = 250,
  1060. admin = 0,
  1061. vote = false,
  1062. hasLicense = true,
  1063. candemote = false,
  1064. category = "UltraDonator",
  1065. customCheck = function(ply) return table.HasValue({
  1066. "ambmoderator",
  1067. "ambjradmin",
  1068. "ambadmin",
  1069. "ambsenior",
  1070. "ultradonator",
  1071. "ultramoderator",
  1072. "ultrajradmin",
  1073. "ultraadmin",
  1074. "senioradmin",
  1075. "ambassador",
  1076. "headadminass",
  1077. "headadmin",
  1078. "coowner",
  1079. "superadmin"}, ply:GetNWString("usergroup")) end
  1080. })
  1081.  
  1082. TEAM_TERM = DarkRP.createJob("The Terminator", {
  1083. color = Color(255, 255, 0, 255),
  1084. model = "models/player/arnold_schwarzenegger.mdl",
  1085. description = [[The Terminator!. You are sent back from the future, to eliminate your target.
  1086. You will try to do everything in your power to kill the target, you break into the aparment, you are only allowed to kill the target.
  1087. You choose a target on the server.
  1088. you need to advert
  1089. /advert target found
  1090. Then you need to inform, who the target is.
  1091. /advert target is (playername)
  1092. and when you choose to eliminate the target, you advert:
  1093. /advert target under attack
  1094. NOTE: 20min cooldown, after a kill.
  1095. You are not allowed to use other weapons than the shotgun, when you target a person.
  1096. --suggested by Alpha.]],
  1097. weapons = {"m9k_1887winchester"},
  1098. command = "terminator",
  1099. max = 0,
  1100. salary = 250,
  1101. admin = 0,
  1102. vote = false,
  1103. hasLicense = true,
  1104. candemote = false,
  1105. category = "UltraDonator",
  1106. customCheck = function(ply) return table.HasValue({
  1107. "ambmoderator",
  1108. "ambjradmin",
  1109. "ambadmin",
  1110. "ambsenior",
  1111. "ultradonator",
  1112. "ultramoderator",
  1113. "ultrajradmin",
  1114. "ultraadmin",
  1115. "senioradmin",
  1116. "ambassador",
  1117. "headadminass",
  1118. "headadmin",
  1119. "coowner",
  1120. "superadmin"}, ply:GetNWString("usergroup")) end
  1121. })
  1122.  
  1123. TEAM_SPIDER = DarkRP.createJob("Spider Man", {
  1124. color = Color(63, 127, 0, 255),
  1125. model = "models/player/tasm2spider.mdl",
  1126. description = [[You are Spider Man, a Hero.
  1127. You are wanted by the Police, but you are still on the Good Side.
  1128. You got a grab tool, your job is to clean the town, and make sure there is no criminals.
  1129. You raid houses, which you suspect got printers.
  1130. Your main enemy is the gangs!..]],
  1131. weapons = {"spiderman's_swep"},
  1132. command = "spiderman",
  1133. max = 0,
  1134. salary = 180,
  1135. admin = 0,
  1136. vote = false,
  1137. hasLicense = true,
  1138. candemote = false,
  1139. category = "UltraDonator",
  1140. customCheck = function(ply) return table.HasValue({
  1141. "ambmoderator",
  1142. "ambjradmin",
  1143. "ambadmin",
  1144. "ambsenior",
  1145. "ultradonator",
  1146. "ultramoderator",
  1147. "ultrajradmin",
  1148. "ultraadmin",
  1149. "senioradmin",
  1150. "ambassador",
  1151. "headadminass",
  1152. "headadmin",
  1153. "coowner",
  1154. "superadmin"}, ply:GetNWString("usergroup")) end
  1155. })
  1156.  
  1157. TEAM_SAMURAI = DarkRP.createJob("Evil Samurai", {
  1158. color = Color(255, 223, 127, 255),
  1159. model = "models/player/group01/Male_05.mdl",
  1160. description = [[The Evil Samurai! you hate Spider Man, more than anything on this earth.
  1161. Your goal is destroy and kill Spider Man.
  1162. You need to go and create disorder in the town.
  1163. Kidnapp people, or out a kill some cops.
  1164. /You are maximum allowed to kill 1 cp per 20min.
  1165. /Mass rdm will get you banned.
  1166. You don't have a playermodel, it is meant for you to use suit.]],
  1167. weapons = {"m9k_damascus"},
  1168. command = "evilsamurai",
  1169. max = 0,
  1170. salary = 170,
  1171. admin = 0,
  1172. vote = false,
  1173. hasLicense = true,
  1174. candemote = false,
  1175. category = "UltraDonator",
  1176. customCheck = function(ply) return table.HasValue({
  1177. "ambmoderator",
  1178. "ambjradmin",
  1179. "ambadmin",
  1180. "ambsenior",
  1181. "ultradonator",
  1182. "ultramoderator",
  1183. "ultrajradmin",
  1184. "ultraadmin",
  1185. "senioradmin",
  1186. "ambassador",
  1187. "headadminass",
  1188. "headadmin",
  1189. "coowner",
  1190. "superadmin"}, ply:GetNWString("usergroup")) end
  1191. })
  1192.  
  1193. TEAM_DJ = DarkRP.createJob("DJ", {
  1194. color = Color(255, 137, 223, 255),
  1195. model = "models/player/hostage/hostage_03.mdl",
  1196. description = [[People hire you to play music for them..]],
  1197. weapons = {},
  1198. command = "dj",
  1199. max = 0,
  1200. salary = 200,
  1201. admin = 0,
  1202. vote = false,
  1203. hasLicense = false,
  1204. candemote = false,
  1205. category = "UltraDonator",
  1206. customCheck = function(ply) return table.HasValue({
  1207. "ambmoderator",
  1208. "ambjradmin",
  1209. "ambadmin",
  1210. "ambsenior",
  1211. "ultradonator",
  1212. "ultramoderator",
  1213. "ultrajradmin",
  1214. "ultraadmin",
  1215. "senioradmin",
  1216. "ambassador",
  1217. "headadminass",
  1218. "headadmin",
  1219. "coowner",
  1220. "superadmin"}, ply:GetNWString("usergroup")) end
  1221. })
  1222.  
  1223. --TEAM_SNOOP = DarkRP.createJob("Snoop Dogg", {
  1224. --color = Color(0, 0, 0, 255),
  1225. --model = "models/snoopdogg.mdl",
  1226. --description = [[Snoop Dogg, you are trying to connect with your roots.
  1227. --You are tired of being a hiphop artist. And you want to start a new carrier.
  1228. --This time, you want to start your own gang.
  1229. --Get control of the Meth market, get your share of the money.
  1230. --Take control of the blackmarket, and take the power from the Russian & Mexican leader.
  1231. --You are only allowed to recruit:
  1232. --Russian Mobs Members
  1233. --Mexicans Gangster
  1234. --Thief and other criminal class, can always become an allied with Snoop.
  1235. --The Deagle, is to show off power, but do not abuse it.
  1236. --LockPick is when you go recruit, you enter mob houses to deploy people.
  1237. --IMPORTANT: IF A PLAYER IS RECRUITED, HE NEED TO BUT (/JOB SNOOP GANG MEMBER) IN HIS NAME.]],
  1238. --weapons = {"m9k_deagle", "lockpick", "keypad_cracker"},
  1239. --command = "snoopdogg",
  1240. --max = 0,
  1241. --salary = 230,
  1242. --admin = 0,
  1243. --vote = false,
  1244. --hasLicense = false,
  1245. --candemote = false,
  1246. --category = "UltraDonator",
  1247. --customCheck = function(ply) return table.HasValue({
  1248. --"ambmoderator",
  1249. --"ambjradmin",
  1250. --"ambadmin",
  1251. --"ambsenior",
  1252. --"ultradonator",
  1253. --"ultramoderator",
  1254. --"ultrajradmin",
  1255. --"ultraadmin",
  1256. --"senioradmin",
  1257. --"ambassador",
  1258. --"headadminass",
  1259. --"headadmin",
  1260. --"coowner",
  1261. --"superadmin"}, ply:GetNWString("usergroup")) end
  1262. --})
  1263.  
  1264. TEAM_WIRE = DarkRP.createJob("Wire Engineer", {
  1265. color = Color(255, 0, 97, 255),
  1266. model = "models/player/hostage/hostage_03.mdl",
  1267. description = [[You have access to E2, maximum use 100ops, or you will be banned from this class..]],
  1268. weapons = {},
  1269. command = "wireengineer",
  1270. max = 0,
  1271. salary = 85,
  1272. admin = 0,
  1273. vote = false,
  1274. hasLicense = true,
  1275. candemote = false,
  1276. category = "UltraDonator",
  1277. customCheck = function(ply) return table.HasValue({
  1278. "ambmoderator",
  1279. "ambjradmin",
  1280. "ambadmin",
  1281. "ambsenior",
  1282. "ultradonator",
  1283. "ultramoderator",
  1284. "ultrajradmin",
  1285. "ultraadmin",
  1286. "senioradmin",
  1287. "ambassador",
  1288. "headadminass",
  1289. "headadmin",
  1290. "coowner",
  1291. "superadmin"}, ply:GetNWString("usergroup")) end
  1292. })
  1293.  
  1294. TEAM_EZIOR = DarkRP.createJob("Ezio Auditore", {
  1295. color = Color(0, 0, 0, 255),
  1296. model = "models/blacklist/spy1.mdl",
  1297. description = [[You are a Ezio Auditore da Firenze, rob people, lockpick their house and steal their printers. You can also assasin players to get some quick and easy money. Make sure you plan your assassination by doing "/advert Planning Assassination", also There must be a reason for the assassination!]],
  1298. weapons = {"lockpick", "keypad_cracker", "m9k_coltpython", "m9k_winchester73",},
  1299. command = "Ezio",
  1300. max = 0,
  1301. salary = 300,
  1302. admin = 0,
  1303. vote = false,
  1304. hasLicense = True,
  1305. category = "UltraDonator",
  1306. customCheck = function(ply) return table.HasValue({
  1307. "ambmoderator",
  1308. "ambjradmin",
  1309. "ambadmin",
  1310. "ambsenior",
  1311. "ultradonator",
  1312. "ultramoderator",
  1313. "ultrajradmin",
  1314. "ultraadmin",
  1315. "senioradmin",
  1316. "ambassador",
  1317. "headadminass",
  1318. "headadmin",
  1319. "coowner",
  1320. "superadmin"}, ply:GetNWString("usergroup")) end
  1321. })
  1322.  
  1323. TEAM_SHREK = DarkRP.createJob("Shrek", {
  1324. color = Color(0, 0, 0, 255),
  1325. model = "models/player/pyroteknik/shrek.mdl",
  1326. description = [[Shrek is love, Shrek is life.
  1327. Shrek is a good guy gone bad, He has followed a criminal path and is now joined forces with the criminals to be his own gang leader!
  1328. as this job you are able to raid without adverting planning raid,
  1329. although you STILL need to advert raid when necessary.
  1330. Take control of the black market and control the gang scene.
  1331. Thief and other criminal classes can be allies with Shrek.
  1332. Classes that can be recruited;
  1333. Taliban
  1334. Russian Mob
  1335. Mexican Gangster
  1336. Thief
  1337. Hitman
  1338. Mercenary.
  1339. You can recruit all criminal roles to your gang, make sure they do "/job Shrek's Gang Member" to be able to join,
  1340. Created by Zephah.]],
  1341. weapons = {"m9k_mp7", "m9k_winchester73", "lockpick", "keypad_cracker"},
  1342. command = "Shrek",
  1343. max = 0,
  1344. salary = 300,
  1345. admin = 0,
  1346. vote = false,
  1347. hasLicense = True,
  1348. category = "UltraDonator",
  1349. customCheck = function(ply) return table.HasValue({
  1350. "ambmoderator",
  1351. "ambjradmin",
  1352. "ambadmin",
  1353. "ambsenior",
  1354. "ultradonator",
  1355. "ultramoderator",
  1356. "ultrajradmin",
  1357. "ultraadmin",
  1358. "senioradmin",
  1359. "ambassador",
  1360. "headadminass",
  1361. "headadmin",
  1362. "coowner",
  1363. "superadmin"}, ply:GetNWString("usergroup")) end
  1364. })
  1365.  
  1366. --TEAM_MARIO = DarkRP.createJob("Mario", {
  1367. --color = Color(191, 137, 255, 255),
  1368. --model = "models/sinful/mariob.mdl",
  1369. --description = [[Mario will be able to team with all criminal job(thief,gangster ect)
  1370. --He don't have to plan raiding, but he still need to advert raid.
  1371. --He is here to raid, mug and kidnap the people, who once loved him.
  1372. --He can print and base and own doors and have a car.
  1373. --raid/mug/kidnap cooldown is 10min.
  1374. --Created by Crickstergaming.]],
  1375. -- weapons = {"m9k_remington1858", "m9k_barret_m82", "m9k_damascus", "weapon_shield"},
  1376. --command = "mario",
  1377. -- max = 0,
  1378. --salary = 350,
  1379. --admin = 0,
  1380. --vote = false,
  1381. --hasLicense = True,
  1382. --category = "UltraDonator",
  1383. --customCheck = function(ply) return table.HasValue({
  1384. --"ambmoderator",
  1385. --"ambjradmin",
  1386. --"ambadmin",
  1387. --"ambsenior",
  1388. --"ultradonator",
  1389. --"ultramoderator",
  1390. --"ultrajradmin",
  1391. --"ultraadmin",
  1392. --"senioradmin",
  1393. --"ambassador",
  1394. --"headadminass",
  1395. --"headadmin",
  1396. --"coowner",
  1397. --"superadmin"}, ply:GetNWString("usergroup")) end
  1398. --})
  1399.  
  1400. TEAM_MERC = DarkRP.createJob("Merc", {
  1401. color = Color(100, 255, 0, 255),
  1402. model = "models/blacklist/merc1.mdl",
  1403. description = [[The Merc is a bounty hunter that may be asked to help with raids, break into homes, assist the PD, or participate in gangs (Cannot be asked to kill the president). The Merc can base with anyone.
  1404. But if Merc raid with a certain group, he have to follow to group rules.
  1405. Suggested by A Racoon]],
  1406. weapons = {"m9k_honeybadger", "m9k_striker12", "lockpick", "keypad_cracker"},
  1407. command = "merc",
  1408. max = 0,
  1409. salary = 350,
  1410. admin = 0,
  1411. vote = false,
  1412. hasLicense = True,
  1413. category = "UltraDonator",
  1414. customCheck = function(ply) return table.HasValue({
  1415. "ambmoderator",
  1416. "ambjradmin",
  1417. "ambadmin",
  1418. "ambsenior",
  1419. "ultradonator",
  1420. "ultramoderator",
  1421. "ultrajradmin",
  1422. "ultraadmin",
  1423. "senioradmin",
  1424. "ambassador",
  1425. "headadminass",
  1426. "headadmin",
  1427. "coowner",
  1428. "superadmin"}, ply:GetNWString("usergroup")) end
  1429. })
  1430.  
  1431. TEAM_ROR = DarkRP.createJob("Chef Rorschach", {
  1432. color = Color(20, 40, 90, 255),
  1433. model = "models/player/slow/rorschach.mdl",
  1434. description = [[Rorschach was a vigilante. Those days are over for him. These days he makes his money by raiding.
  1435. If he raid, rules for Pro Thief count.]],
  1436. weapons = {"m9k_rpg7", "lockpick", "keypad_cracker"},
  1437. command = "chefrorchach",
  1438. max = 0,
  1439. salary = 350,
  1440. admin = 0,
  1441. vote = false,
  1442. hasLicense = True,
  1443. category = "UltraDonator",
  1444. customCheck = function(ply) return table.HasValue({
  1445. "ambmoderator",
  1446. "ambjradmin",
  1447. "ambadmin",
  1448. "ambsenior",
  1449. "ultradonator",
  1450. "ultramoderator",
  1451. "ultrajradmin",
  1452. "ultraadmin",
  1453. "senioradmin",
  1454. "ambassador",
  1455. "headadminass",
  1456. "headadmin",
  1457. "coowner",
  1458. "superadmin"}, ply:GetNWString("usergroup")) end
  1459. })
  1460.  
  1461. TEAM_PTHIEF = DarkRP.createJob("Pro Thief", {
  1462. color = Color(109, 109, 109, 255),
  1463. model = "models/player/arctic.mdl",
  1464. description = [[You are the PRO thief, you are not allowed to raid something dirrect, that means if they are home, you are not allowed to raid them.
  1465. You are only allowed to raid dirrect, if you team with the mob, or got a thief a gang. You are also not allowed to mug people dirrectly,
  1466. you need to be sneaky, and try not to be caught. As a PRO thief, you got plenty of tools not to get caught.]],
  1467. weapons = {"pro_lockpick", "keypad_cracker", "m9k_sig_p229r"},
  1468. command = "ProThief",
  1469. max = 2,
  1470. salary = 350,
  1471. admin = 0,
  1472. vote = false,
  1473. hasLicense = True,
  1474. category = "UltraDonator",
  1475. customCheck = function(ply) return table.HasValue({
  1476. "ambmoderator",
  1477. "ambjradmin",
  1478. "ambadmin",
  1479. "ambsenior",
  1480. "ultradonator",
  1481. "ultramoderator",
  1482. "ultrajradmin",
  1483. "ultraadmin",
  1484. "senioradmin",
  1485. "ambassador",
  1486. "headadminass",
  1487. "headadmin",
  1488. "coowner",
  1489. "superadmin"}, ply:GetNWString("usergroup")) end
  1490. })
  1491.  
  1492. TEAM_FIREH = DarkRP.createJob("The FireHawk", {
  1493. color = Color(200, 0, 0, 255),
  1494. model = "models/player/lilith_original.mdl",
  1495. description = [[You are The FireHawk from the planet Dionysus, one of the six sirens.
  1496. You use your powers to help your team, you can heal them and do not need to advert planning raid.
  1497. You can base alone or with anyone. You are a criminal who raids, mugs and carjacks for money.
  1498. The FireHawk's custom job.]],
  1499. weapons = {"m9k_spas12", "lockpick", "keypad_cracker", "med_kit"},
  1500. command = "firehawk",
  1501. max = 0,
  1502. salary = 350,
  1503. admin = 0,
  1504. vote = false,
  1505. hasLicense = True,
  1506. category = "UltraDonator",
  1507. customCheck = function(ply) return table.HasValue({
  1508. "ambmoderator",
  1509. "ambjradmin",
  1510. "ambadmin",
  1511. "ambsenior",
  1512. "ultradonator",
  1513. "ultramoderator",
  1514. "ultrajradmin",
  1515. "ultraadmin",
  1516. "senioradmin",
  1517. "ambassador",
  1518. "headadminass",
  1519. "headadmin",
  1520. "coowner",
  1521. "superadmin"}, ply:GetNWString("usergroup")) end
  1522. })
  1523.  
  1524. TEAM_DEADP = DarkRP.createJob("DeadPool", {
  1525. color = Color(255, 0, 0, 255),
  1526. model = "models/player/deadpool.mdl",
  1527. description = [[you are deadpool you are the nice crimanal with the option to SOMETIMES help police.
  1528. you can have groups with anyone, your goal is to kill raid kidnap and make loads of money.
  1529. You do not have to advert planning raid, but you have to advert raid.
  1530. You can also print . have fun!!!.
  1531. Suggested by Kieron]],
  1532. weapons = {"m9k_knife", "lockpick", "keypad_cracker", "m9k_dragunov", "m9k_ak47"},
  1533. command = "deadpool",
  1534. max = 0,
  1535. salary = 350,
  1536. admin = 0,
  1537. vote = false,
  1538. hasLicense = True,
  1539. category = "UltraDonator",
  1540. customCheck = function(ply) return table.HasValue({
  1541. "ambmoderator",
  1542. "ambjradmin",
  1543. "ambadmin",
  1544. "ambsenior",
  1545. "ultradonator",
  1546. "ultramoderator",
  1547. "ultrajradmin",
  1548. "ultraadmin",
  1549. "senioradmin",
  1550. "ambassador",
  1551. "headadminass",
  1552. "headadmin",
  1553. "coowner",
  1554. "superadmin"}, ply:GetNWString("usergroup")) end
  1555. })
  1556.  
  1557. TEAM_PLEADER = DarkRP.createJob("Private Military Leader", {
  1558. color = Color(0, 250, 0, 255),
  1559. model = "models/player/legion/3e_soldier.mdl",
  1560. description = [[You are the leader of a Private Military organisation you are the people that make sure the city is controlled.
  1561. You can recieve orders from anyone appart from hobos and civilians to do anything.
  1562. To accept you have to do /advert Mission accepted and then /advert Mission complete.
  1563. You are allowed to team with gangsters, Russians, Mexicans, talibans, police and any other people appart from dealers, hobos and civilians or work on your own.
  1564. You are allowed to base with others or yourself. You are allowed to raid, mug, kidnap and you don't have to /advert plan.
  1565. You just have to advertise it when you are going to do it.
  1566. You may kill people aslong as they are breaking the law or are stopping from doing your job correctly.
  1567. You are also allowed to purchase weapons from gun dealers to make it easier to complete your job.
  1568.  
  1569. Job limits and rules: You are allowed to base on your own or with anyone else and to own printers (Aslong as the police don't catch you).
  1570. You are allowed to raid, kidnap and mug and don't have to plan.
  1571. You cannot kill Hobo's, civilians and president.
  1572. You may not team with any more than 5 people.
  1573. You have to wait 3 minutes between each people.
  1574. If you are caught teaming with anyone but the police you can be arrested.
  1575. You are allowed to team with gangsters, Russians, Mexicans, talibans, police and any other people appart from dealers, hobos and civilians.
  1576. You have to advertise when you have recieved a mission /advert Mission accepted and /advert Mission completed.
  1577. You can only accept payments for the mission and must give some of the money to your crew ( this is your decision only).
  1578. Suggested by TrueMadKiller.]],
  1579. weapons = {"weaponchecker", "lockpick", "keypad_cracker", "weapon_shield", "m9k_ak47"},
  1580. command = "pmleader",
  1581. max = 0,
  1582. salary = 350,
  1583. admin = 0,
  1584. vote = false,
  1585. hasLicense = True,
  1586. category = "UltraDonator",
  1587. customCheck = function(ply) return table.HasValue({
  1588. "ambmoderator",
  1589. "ambjradmin",
  1590. "ambadmin",
  1591. "ambsenior",
  1592. "ultradonator",
  1593. "ultramoderator",
  1594. "ultrajradmin",
  1595. "ultraadmin",
  1596. "senioradmin",
  1597. "ambassador",
  1598. "headadminass",
  1599. "headadmin",
  1600. "coowner",
  1601. "superadmin"}, ply:GetNWString("usergroup")) end
  1602. })
  1603.  
  1604. TEAM_CPRIVATE = DarkRP.createJob("Corrupt Private", {
  1605. color = Color(0, 17, 182, 255),
  1606. model = "models/player/swat.mdl",
  1607. description = [[You go round the city seen as part of the SWAT,
  1608. Police force but really you are a corrupt Private who is now working with drug dealers,
  1609. gangs who roam the streets. your job is to trick the police, SWAT to require assistance,
  1610. then kidnap them and require money for there freedom.
  1611. But a large amount of money starting from 50k - 300k per Player.
  1612. You can also use them to do jobs for you and loose them their job. (RAIDING, BASING ALLOWED).
  1613. Suggested by NuclearZ.]],
  1614. weapons = {"m9k_knife", "m9k_honeybadger", "weapon_shield", "unarrest_stick", "weaponchecker", "speedchecker"},
  1615. command = "corruptprivate",
  1616. max = 5,
  1617. salary = 250,
  1618. admin = 0,
  1619. vote = true,
  1620. hasLicense = true,
  1621. candemote = false,
  1622. category = "UltraDonator",
  1623. customCheck = function(ply) return table.HasValue({
  1624. "ambmoderator",
  1625. "ambjradmin",
  1626. "ambadmin",
  1627. "ambsenior",
  1628. "ultradonator",
  1629. "ultramoderator",
  1630. "ultrajradmin",
  1631. "ultraadmin",
  1632. "senioradmin",
  1633. "ambassador",
  1634. "headadminass",
  1635. "headadmin",
  1636. "coowner",
  1637. "superadmin"}, ply:GetNWString("usergroup")) end
  1638. })
  1639.  
  1640. --[[--------------------------
  1641. -- End Of UltraDonator Jobs --
  1642. ----------------------------]]
  1643.  
  1644. --[[--------------------------
  1645. -- Start Of AMBASSADOR Jobs --
  1646. ----------------------------]]
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655. --[[---------------------------
  1656. -- Start Of Staff Jobs {S0D} --
  1657. -----------------------]]------
  1658.  
  1659. TEAM_STAFF = DarkRP.createJob("Staff On Duty", {
  1660. color = Color(127, 0, 0, 255),
  1661. model = "models/player/combine_super_soldier.mdl",
  1662. description = [[Staff on duty is when you as an Staff member, is ready to make sure the server stays at its best.
  1663. It's up to you to patrol and respond to admin calls.]],
  1664. weapons = {},
  1665. command = "sod",
  1666. max = 0,
  1667. salary = 500,
  1668. admin = 0,
  1669. vote = false,
  1670. hasLicense = false,
  1671. category = "Staff",
  1672. customCheck = function(ply) return table.HasValue({
  1673. "ambmoderator",
  1674. "ambjradmin",
  1675. "ambadmin",
  1676. "ambsenior",
  1677. "trialmoderator",
  1678. "moderator",
  1679. "dmoderator",
  1680. "ultramoderator",
  1681. "jradmin",
  1682. "djradmin",
  1683. "ultrajradmin",
  1684. "eventmanager",
  1685. "admin",
  1686. "dadmin",
  1687. "ultraadmin",
  1688. "senioradmin",
  1689. "headadminass",
  1690. "headadmin",
  1691. "coowner",
  1692. "superadmin"}, ply:GetNWString("usergroup")) end
  1693. })
  1694.  
  1695. TEAM_OWNER = DarkRP.createJob("Owner On Duty", {
  1696. color = Color(127, 0, 0, 255),
  1697. model = "models/player/combine_super_soldier.mdl",
  1698. description = [[ Here ya Go <3 Enjoy - SkullOG]],
  1699. weapons = {},
  1700. command = "oneloveonelife",
  1701. max = 3,
  1702. salary = 1000000,
  1703. admin = 0,
  1704. vote = false,
  1705. hasLicense = false,
  1706. category = "Staff",
  1707. customCheck =function(ply)
  1708. return ply:SteamID()=="STEAM_0:1:30168949"
  1709. or ply:SteamID()=="STEAM_0:1:63726738"
  1710. end
  1711. })
  1712.  
  1713. --[[-------------------
  1714. -- End Of Staff Jobs --
  1715. ---------------------]]
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721. --[[---------------------------------------------------------------------------
  1722. Define which team joining players spawn into and what team you change to if demoted
  1723. ---------------------------------------------------------------------------]]
  1724. GAMEMODE.DefaultTeam = TEAM_CITIZEN
  1725.  
  1726.  
  1727. --[[---------------------------------------------------------------------------
  1728. Define which teams belong to civil protection
  1729. Civil protection can set warrants, make people wanted and do some other police related things
  1730. ---------------------------------------------------------------------------]]
  1731. GAMEMODE.CivilProtection = {
  1732. [TEAM_POLICE] = true,
  1733. [TEAM_POLICECHIEF] = true,
  1734. [TEAM_MAYOR] = true,
  1735. [TEAM_SWAT] = true,
  1736. [TEAM_SWATS] = true,
  1737. [TEAM_SWATL] = true,
  1738. }
  1739.  
  1740. --[[---------------------------------------------------------------------------
  1741. Jobs that are hitmen (enables the hitman menu)
  1742. ---------------------------------------------------------------------------]]
  1743. DarkRP.addHitmanTeam(TEAM_HITMAN)
  1744. DarkRP.addHitmanTeam(TEAM_MHITMAN)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement