Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.09 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. TEAM_CITIZEN = DarkRP.createJob("Chomeur", {
  23. color = Color(20, 150, 20, 255),
  24. model = {
  25. "models/player/suits/male_01_shirt.mdl",
  26. "models/player/suits/male_02_shirt.mdl",
  27. "models/player/suits/male_03_shirt.mdl",
  28. "models/player/suits/male_04_shirt.mdl",
  29. "models/player/suits/male_05_shirt_tie.mdl",
  30. "models/player/suits/male_06_shirt.mdl",
  31. "models/player/suits/male_07_shirt.mdl",
  32. "models/player/suits/male_08_shirt.mdl",
  33. "models/player/suits/male_09_shirt.mdl"
  34. },
  35. description = [[Vous êtes un honnête citoyen.]],
  36. weapons = {},
  37. command = "Citoyen",
  38. max = 0,
  39. salary = 50,
  40. admin = 0,
  41. vote = false,
  42. hasLicense = false,
  43. candemote = false,
  44. })
  45.  
  46. TEAM_DEPA = DarkRP.createJob("Dépanneur", {
  47. color = Color(150, 20, 20, 255),
  48. model = {"models/player/magnusson.mdl"},
  49. description = [[Vous êtes Dépanneur, votre but est de réparer les vehicule.]],
  50. weapons = {},
  51. command = "depa",
  52. max = 4,
  53. salary = 500,
  54. admin = 0,
  55. vote = false,
  56. hasLicense = false,
  57. candemote = true,
  58. })
  59.  
  60. TEAM_PECH = DarkRP.createJob("Pêcheur", {
  61. color = Color(98, 136, 194, 255),
  62. model = {"models/player/eli.mdl"},
  63. description = [[Vous êtes Pecheur]],
  64. weapons = {},
  65. command = "pecheur",
  66. max = 6,
  67. salary = 100,
  68. admin = 0,
  69. vote = false,
  70. hasLicense = false,
  71. candemote = true,
  72. })
  73.  
  74. TEAM_PECH = DarkRP.createJob("Pêcheur Professionnel", {
  75. color = Color(98, 136, 194, 255),
  76. model = {"models/player/eli.mdl"},
  77. description = [[Vous êtes Pecheur professionnel votre but est de pêché le meilleur poisson]],
  78. weapons = {"fishing_rod_physics"},
  79. command = "pecheurp",
  80. max = 4,
  81. salary = 100,
  82. admin = 0,
  83. vote = false,
  84. hasLicense = false,
  85. candemote = true,
  86. })
  87.  
  88. TEAM_MAYOR = DarkRP.createJob("Président", {
  89. color = Color(150, 20, 20, 255),
  90. model = {
  91. "models/player/donald_trump.mdl"
  92. },
  93. description = [[Vous êtes le Président, votre but est faire progresser votre Ville ou l'inverse.]],
  94. weapons = {"weapon_ciga_blat"},
  95. command = "president",
  96. max = 1,
  97. salary = 2500,
  98. admin = 0,
  99. vote = true,
  100. hasLicense = false,
  101. mayor = true,
  102. candemote = true,
  103. PlayerDeath = function(ply)
  104. if ply:Team() == TEAM_MAYOR then
  105. ply:changeTeam( TEAM_CITIZEN, true )
  106. for k,v in pairs( player.GetAll() ) do
  107. DarkRP.notify(v, 1, 4, "Le Président est décédé !")
  108. end
  109. end
  110. end,
  111. })
  112.  
  113. TEAM_AGS = DarkRP.createJob("Agent Secret V.I.P", {
  114. color = Color(20, 150, 20, 255),
  115. model = {
  116. "models/player/nypd1940/male_02.mdl",
  117. "models/mark2580/killing/steampunk/sp_mrs_foster.mdl",
  118. "models/player/Group03/Female_01.mdl",
  119. "models/player/suits/robber_shirt.mdl",
  120. "models/fearless/mafia02.mdl",
  121. "models/player/Group03/male_03.mdl",
  122. "models/player/Group03/male_02.mdl"
  123. },
  124. description = [[Votre but est de Aider les Citoyen]],
  125. weapons = {"arrest_stick", "unarrest_stick", "kf_handcannon_fas", "stunstick", "door_ram", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs"},
  126. command = "ags",
  127. max = 2,
  128. salary = 150,
  129. admin = 0,
  130. vote = true,
  131. hasLicense = true,
  132. candemote = true,
  133. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetArmor(50) end,
  134. -- CustomCheck
  135. medic = false,
  136. chief = true,
  137. mayor = false,
  138. hobo = false,
  139. cook = false,
  140. })
  141.  
  142. TEAM_NATIONAL = DarkRP.createJob("Policier", {
  143. color = Color(45, 29, 232, 255),
  144. model = {
  145. "models/player/santosrp/male_02_santosrp.mdl",
  146. "models/player/santosrp/male_04_santosrp.mdl",
  147. "models/player/santosrp/male_05_santosrp.mdl",
  148. "models/player/santosrp/male_06_santosrp.mdl",
  149. "models/player/santosrp/male_07_santosrp.mdl",
  150. "models/player/santosrp/male_08_santosrp.mdl",
  151. "models/player/santosrp/male_09_santosrp.mdl"
  152. },
  153. description = [[Votre but est de Aider les Citoyen]],
  154. weapons = {"arrest_stick", "unarrest_stick", "m9k_m92beretta", "stunstick", "door_ram", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs", "stungun"},
  155. command = "national",
  156. max = 6,
  157. salary = 150,
  158. admin = 0,
  159. vote = true,
  160. hasLicense = true,
  161. candemote = true,
  162. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetArmor(50) end,
  163. -- CustomCheck
  164. medic = false,
  165. chief = true,
  166. mayor = false,
  167. hobo = false,
  168. cook = false,
  169. })
  170.  
  171. TEAM_POLICEC = DarkRP.createJob("Policier Corrompu V.I.P", {
  172. color = Color(25, 25, 170, 255),
  173. model = {
  174. "models/player/santosrp/male_02_santosrp.mdl",
  175. "models/player/santosrp/male_04_santosrp.mdl",
  176. "models/player/santosrp/male_05_santosrp.mdl",
  177. "models/player/santosrp/male_06_santosrp.mdl",
  178. "models/player/santosrp/male_07_santosrp.mdl",
  179. "models/player/santosrp/male_08_santosrp.mdl",
  180. "models/player/santosrp/male_09_santosrp.mdl"
  181. },
  182. description = [[Vous pouvez faire des printers et vous donnez des informations au personne sur la police.]],
  183. weapons = {"arrest_stick", "unarrest_stick", "m9k_m92beretta", "stunstick", "door_ram", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs", "policebadgewallet", "stungun"},
  184. command = "policec",
  185. max = 4,
  186. salary = 300,
  187. admin = 0,
  188. vote = true,
  189. hasRadio = true,
  190. hasLicense = true,
  191. chief = true,
  192. candemote = true,
  193. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetArmor(50) end,
  194. })
  195.  
  196. TEAM_FBI = DarkRP.createJob("FBI", {
  197. color = Color(0, 10, 255, 255),
  198. model = {
  199. "models/fbi_pack/fbi_01.mdl",
  200. "models/fbi_pack/fbi_02.mdl",
  201. "models/fbi_pack/fbi_03.mdl",
  202. "models/fbi_pack/fbi_04.mdl"
  203. },
  204. description = [[Vous êtes un policier sous couverture]],
  205. weapons = {"arrest_stick", "unarrest_stick", "kf_handcannon_fas", "stunstick", "door_ram", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs", "stungun"},
  206. command = "bac",
  207. max = 4,
  208. salary = 250,
  209. admin = 0,
  210. vote = true,
  211. hasRadio = true,
  212. hasLicense = false,
  213. })
  214.  
  215. TEAM_CHIEF = DarkRP.createJob("Commissaire(sous whit-list)", {
  216. color = Color(0, 10, 255, 255),
  217. model = {"models/player/suits/male_08_open_tie.mdl",
  218. "models/player/suits/male_03_closed_tie.mdl",
  219. "models/player/suits/male_04_open.mdl",
  220. "models/player/santosrp/male_08_santosrp.mdl",
  221. "models/player/santosrp/male_06_santosrp.mdl"
  222. },
  223. description = [[Vous êtes le Commisaire, vous dirigez la Police.]],
  224. weapons = {"arrest_stick", "unarrest_stick", "speedchecker", "stunstick", "door_ram", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs", "m9k_remington870", "kf_revolver_fas", "stungun"},
  225. command = "commissaire",
  226. max = 1,
  227. salary = 600,
  228. admin = 0,
  229. vote = false,
  230. hasRadio = true,
  231. hasLicense = true,
  232. candemote = true,
  233. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetArmor(100) end,
  234. -- CustomCheck
  235. chief = true,
  236. ammo = {
  237. ["pistol"] = 60,
  238. },
  239. })
  240.  
  241. TEAM_CHEFRAID = DarkRP.createJob("Officier SWAT", {
  242. color = Color(0, 10, 255, 255),
  243. model = {"models/mark2580/payday2/pd2_swat_shield_zeal_player.mdl",
  244. "models/mark2580/payday2/pd2_swat_heavy_zeal_player.mdl"},
  245. description = [[Vous dirigez les troupes]],
  246. weapons = {"arrest_stick", "unarrest_stick", "m9k_m4a1", "kf_handcannon_fas" , "stunstick", "policebadgewallet", "door_ram", "speedchecker", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs", "stungun", "realistic_hook", "weapon_ciga_blat"},
  247. command = "chefduswat",
  248. max = 6,
  249. salary = 1000,
  250. admin = 0,
  251. vote = true,
  252. hasLicense = true,
  253. candemote = true,
  254. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetArmor(100) end,
  255. -- CustomCheck
  256. })
  257.  
  258. TEAM_SHLD = DarkRP.createJob("Shield SWAT", {
  259. color = Color(0, 10, 255, 255),
  260. model = {"models/payday2/units/blue_swat_player.mdl",
  261. "models/mark2580/payday2/pd2_gs_elite_player.mdl"},
  262. description = [[Vous êtes en première ligne]],
  263. weapons = {"arrest_stick", "unarrest_stick", "kf_handcannon_fas" , "stunstick", "door_ram", "policebadgewallet", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs", "weapon_shield", "speedchecker", "stungun","weapon_policeshield", "realistic_hook"},
  264. command = "swat",
  265. max = 5,
  266. salary = 350,
  267. admin = 0,
  268. vote = true,
  269. hasRadio = true,
  270. hasLicense = true,
  271. candemote = true,
  272. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetArmor(100) end,
  273. -- CustomCheck
  274. })
  275.  
  276. TEAM_RESWAT = DarkRP.createJob("Recrue SWAT", {
  277. color = Color(0, 10, 255, 255),
  278. model = {"models/payday2/units/blue_swat_player.mdl"},
  279. description = [[Vous êtes sous les ordres des Officier Du SWAT]],
  280. weapons = {"arrest_stick", "unarrest_stick", "kf_handcannon_fas" , "stunstick", "door_ram", "policebadgewallet", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs", "weapon_shield", "speedchecker", "stungun", "m9k_mp5sd", "realistic_hook"},
  281. command = "rswat",
  282. max = 10,
  283. salary = 350,
  284. admin = 0,
  285. vote = true,
  286. hasRadio = true,
  287. hasLicense = true,
  288. candemote = true,
  289. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetArmor(100) end,
  290. -- CustomCheck
  291. })
  292.  
  293. TEAM_SORAID = DarkRP.createJob("Sous-Officier SWAT", {
  294. color = Color(0, 10, 255, 255),
  295. model = {"models/payday2/units/blue_swat_player.mdl",
  296. "models/mark2580/payday2/pd2_gs_elite_player.mdl",
  297. "models/mark2580/payday2/pd2_swat_shield_zeal_player.mdl"},
  298. description = [[Vous êtes sous les ordres des Officier Du SWAT]],
  299. weapons = {"arrest_stick", "unarrest_stick", "m9k_m4a1 ", "kf_handcannon_fas" , "stunstick", "door_ram", "policebadgewallet", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs", "weapon_shield", "speedchecker", "stungun", "realistic_hook"},
  300. command = "soswat",
  301. max = 10,
  302. salary = 350,
  303. admin = 0,
  304. vote = true,
  305. hasRadio = true,
  306. hasLicense = true,
  307. candemote = true,
  308. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetArmor(100) end,
  309. -- CustomCheck
  310. })
  311.  
  312. TEAM_MRAID = DarkRP.createJob("Medecin SWAT", {
  313. color = Color(0, 10, 255, 255),
  314. model = {"models/payday2/units/blue_swat_player.mdl",
  315. "models/mark2580/payday2/pd2_gs_elite_player.mdl"},
  316. description = [[Vous êtes sous les ordres du Chef Du SWAT]],
  317. weapons = {"arrest_stick", "unarrest_stick", "m9k_m4a1 ", "kf_handcannon_fas", "stunstick", "door_ram", "policebadgewallet", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs", "weapon_shield","speedchecker","stungun","med_kit", "realistic_hook", "weapon_defibrillator"},
  318. command = "mswat",
  319. max = 6,
  320. salary = 500,
  321. admin = 0,
  322. vote = true,
  323. hasRadio = true,
  324. hasLicense = true,
  325. candemote = true,
  326. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetArmor(100) end,
  327. -- CustomCheck
  328. })
  329.  
  330. TEAM_SRAID = DarkRP.createJob("Sniper Du SWAT V.I.P", {
  331. color = Color(0, 10, 255, 255),
  332. model = {"models/payday2/units/blue_swat_player.mdl",
  333. "models/mark2580/payday2/pd2_swat_shield_zeal_player.mdl",
  334. "models/mark2580/payday2/pd2_gs_elite_player.mdl"},
  335. description = [[Vous êtes sous les ordres du Chef Du SWAT]],
  336. weapons = {"arrest_stick", "unarrest_stick", "m9k_m98b", "m9k_m16a4_acog", "kf_handcannon_fas", "stunstick", "door_ram", "policebadgewallet", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs", "realistic_hook", "speedchecker", "stungun", "m9k_barret_m82"},
  337. command = "sswat",
  338. max = 4,
  339. salary = 700,
  340. admin = 0,
  341. vote = true,
  342. hasRadio = true,
  343. hasLicense = true,
  344. candemote = true,
  345. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetArmor(100) end,
  346. -- CustomCheck
  347. })
  348.  
  349. TEAM_MSTO = DarkRP.createJob("Mastodonte Du SWAT V.I.P", {
  350. color = Color(0, 10, 255, 255),
  351. model = {"models/mark2580/payday2/pd2_bulldozer_player.mdl"},
  352. description = [[Vous êtes un Mastodonte]],
  353. weapons = {"arrest_stick", "unarrest_stick", "kf_handcannon_fas", "stunstick", "door_ram", "policebadgewallet", "weaponchecker", "weapon_stungun", "weapon_checker", "weapon_r_handcuffs", "speedchecker", "stungun", "m9k_m249lmg"},
  354. command = "msto",
  355. max = 1,
  356. salary = 700,
  357. admin = 0,
  358. vote = true,
  359. hasRadio = true,
  360. hasLicense = true,
  361. candemote = true,
  362. PlayerLoadout = function(ply) ply:SetHealth(100) ply:SetArmor(500) end,
  363. -- CustomCheck
  364. })
  365.  
  366. TEAM_AGRICULTEUR = DarkRP.createJob("Fermier", {
  367. color = Color(255, 214, 0, 255),
  368. model = {"models/sirgibs/ragdolls/hl2/fisherman.mdl"},
  369. description = [[Vous plantez vos graines]],
  370. weapons = {"weapon_hl2shovel"},
  371. command = "fermier",
  372. max = 2,
  373. salary = 250,
  374. admin = 0,
  375. vote = false,
  376. hasLicense = false,
  377. })
  378.  
  379. TEAM_CINE = DarkRP.createJob("Organisateur du cinéma", {
  380. color = Color(255, 214, 0, 255),
  381. model = {"models/player/suits/male_05_open_waistcoat.mdl"},
  382. description = [[Vous êtes employés du cinéma]],
  383. weapons = {},
  384. command = "cine",
  385. max = 4,
  386. salary = 400,
  387. admin = 0,
  388. vote = false,
  389. hasLicense = false,
  390. })
  391.  
  392. TEAM_CHEFGANGSTER = DarkRP.createJob("Chef Des Gangsters", {
  393. color = Color(75, 75, 75, 255),
  394. model = {"models/player/gman_high.mdl"},
  395. description = [[Vous dirigez les Gangsters]],
  396. weapons = {},
  397. command = "chefgangster",
  398. max = 1,
  399. salary = 600,
  400. admin = 0,
  401. vote = false,
  402. hasRadio = true,
  403. hasLicense = false,
  404. })
  405.  
  406. TEAM_GANG = DarkRP.createJob("Gangster", {
  407. color = Color(75, 75, 75, 255),
  408. model = {
  409. "models/player/Group03/Female_01.mdl",
  410. "models/player/Group03/Female_02.mdl",
  411. "models/player/Group03/Female_03.mdl",
  412. "models/player/Group03/Female_04.mdl",
  413. "models/player/Group03/Female_06.mdl",
  414. "models/player/group03/male_01.mdl",
  415. "models/player/Group03/Male_02.mdl",
  416. "models/player/Group03/male_03.mdl",
  417. "models/player/Group03/Male_04.mdl"
  418. },
  419. description = [[Vous êtes un Gangster, vous devez écouter votre chef.]],
  420. weapons = {},
  421. command = "gangster",
  422. max = 6,
  423. salary = 75,
  424. admin = 0,
  425. vote = false,
  426. hasRadio = true,
  427. hasLicense = false,
  428. })
  429.  
  430. TEAM_GANGV = DarkRP.createJob("Gangster V.I.P", {
  431. color = Color(75, 75, 75, 255),
  432. model = {
  433. "models/player/Group03/Female_01.mdl",
  434. "models/player/Group03/Female_02.mdl",
  435. "models/player/Group03/Female_03.mdl",
  436. "models/player/Group03/Female_04.mdl",
  437. "models/player/Group03/Female_06.mdl",
  438. "models/player/group03/male_01.mdl",
  439. "models/player/Group03/Male_02.mdl",
  440. "models/player/Group03/male_03.mdl"
  441. },
  442. description = [[Vous êtes un Gangster, vous devez écouter votre chef.]],
  443. weapons = {"kf_bullpup_fas"},
  444. command = "gangsterv",
  445. max = 4,
  446. salary = 100,
  447. admin = 0,
  448. vote = false,
  449. hasLicense = false,
  450. })
  451.  
  452. TEAM_MOB = DarkRP.createJob("Tueur à Gages", {
  453. color = Color(20, 150, 20, 255),
  454. model = {"models/player/agent_47.mdl"},
  455. description = [[Vous êtes un tueur à Gages, vous tuer sous contrat.]],
  456. weapons = {"m9k_m98b", "realistic_hook", "m9k_usp"},
  457. command = "Tueuràgages",
  458. max = 4,
  459. salary = 700,
  460. admin = 0,
  461. vote = true,
  462. hasLicense = false,
  463. })
  464.  
  465. TEAM_GUN = DarkRP.createJob("Armurier", {
  466. color = Color(255, 140, 0, 255),
  467. model = "models/player/leet.mdl",
  468. description = [[Vous vendez des armes !]],
  469. weapons = {""},
  470. command = "armurier",
  471. max = 5,
  472. salary = 150,
  473. admin = 0,
  474. vote = false,
  475. hasLicense = false,
  476. })
  477.  
  478. TEAM_HOBO = DarkRP.createJob("SDF", {
  479. color = Color(80, 45, 0, 255),
  480. model = "models/player/scavenger/scavenger.mdl",
  481. description = [[Vous réclamez de l'argent au passant]],
  482. weapons = {"weapon_bugbait"},
  483. command = "hobo",
  484. max = 4,
  485. salary = 1,
  486. admin = 0,
  487. vote = false,
  488. hasLicense = false,
  489. candemote = false,
  490. hobo = true,
  491. })
  492.  
  493. if not DarkRP.disabledDefaults["modules"]["hungermod"] then
  494. TEAM_COOK = DarkRP.createJob("Cuisinier", {
  495. color = Color(238, 99, 99, 255),
  496. model = "models/fearless/chef1.mdl",
  497. description = [[Vous êtes Cuisinier, vous nourrissez les Citoyens]],
  498. weapons = {"weapon_hl2pan", "weapon_hl2pot"},
  499. command = "cuisiner",
  500. max = 4,
  501. salary = 250,
  502. admin = 0,
  503. vote = false,
  504. hasLicense = false,
  505. cook = true
  506. })
  507.  
  508. TEAM_PARRAIN = DarkRP.createJob("Parrain", {
  509. color = Color(0, 0, 0, 255),
  510. model = {"models/vito.mdl"},
  511. description = [[Vous dirigez la mafia]],
  512. weapons = {},
  513. command = "parrain",
  514. max = 1,
  515. salary = 500,
  516. admin = 0,
  517. vote = false,
  518. hasRadio = true,
  519. hasLicense = false,
  520. })
  521.  
  522. TEAM_MAFIA = DarkRP.createJob("Mafieux", {
  523. color = Color(0, 0, 0, 255),
  524. model = {
  525. "models/fearless/mafia02.mdl",
  526. "models/fearless/mafia04.mdl",
  527. "models/fearless/mafia06.mdl",
  528. "models/fearless/mafia07.mdl",
  529. "models/fearless/mafia09.mdl"},
  530. description = [[Vous êtes sous les ordres du parrain]],
  531. weapons = {},
  532. command = "mafia",
  533. max = 6,
  534. salary = 75,
  535. admin = 0,
  536. vote = false,
  537. hasRadio = true,
  538. hasLicense = false,
  539. })
  540.  
  541. TEAM_MAFIAV = DarkRP.createJob("Mafieux V.I.P", {
  542. color = Color(0, 0, 0, 255),
  543. model = {
  544. "models/fearless/mafia02.mdl",
  545. "models/fearless/mafia04.mdl",
  546. "models/fearless/mafia06.mdl",
  547. "models/fearless/mafia07.mdl",
  548. "models/fearless/mafia09.mdl"},
  549. description = [[Vous êtes sous les ordres du parrain]],
  550. weapons = {"m9k_thompson"},
  551. command = "mafiav",
  552. max = 4,
  553. salary = 100,
  554. admin = 0,
  555. vote = false,
  556. hasLicense = false,
  557. })
  558.  
  559. TEAM_BANQUIER = DarkRP.createJob("Banquier", {
  560. color = Color(0, 224, 255, 255),
  561. model = {"models/player/hostage/hostage_01.mdl",
  562. "models/player/suits/male_04_shirt_tie.mdl",
  563. "models/player/suits/male_02_shirt_tie.mdl",
  564. "models/player/suits/male_01_shirt_tie.mdl"
  565. },
  566. description = [[Vous êtes sous les ordres du Patron]],
  567. weapons = {},
  568. command = "banquier",
  569. max = 6,
  570. salary = 500,
  571. admin = 0,
  572. vote = false,
  573. hasLicense = false,
  574. })
  575.  
  576. TEAM_GARDEDESECURITE = DarkRP.createJob("Agent De Sécurité", {
  577. color = Color(255, 198, 0, 255),
  578. model = {
  579. "models/player/guard_pack/guard_01.mdl",
  580. "models/player/guard_pack/guard_02.mdl",
  581. "models/player/guard_pack/guard_03.mdl",
  582. "models/player/guard_pack/guard_04.mdl",
  583. "models/player/guard_pack/guard_05.mdl",
  584. "models/player/guard_pack/guard_06.mdl",
  585. "models/player/guard_pack/guard_07.mdl",
  586. "models/player/guard_pack/guard_08.mdl",
  587. "models/player/guard_pack/guard_09.mdl"
  588. },
  589. description = [[Vous protégez qui vous voulez]],
  590. weapons = {"weapon_checker", "stungun"},
  591. command = "ads",
  592. max = 6,
  593. salary = 150,
  594. admin = 0,
  595. vote = false,
  596. hasLicense = false,
  597. })
  598.  
  599. TEAM_METH = DarkRP.createJob("Fabricant De Meth", {
  600. color = Color(163, 0, 146, 255),
  601. model = {
  602. "models/player/suits/male_01_shirt.mdl",
  603. "models/player/suits/male_02_shirt.mdl",
  604. "models/player/suits/male_03_shirt.mdl"
  605. },
  606. description = [[Vous fabriquez de la meth]],
  607. weapons = {},
  608. command = "meth",
  609. max = 2,
  610. salary = 100,
  611. admin = 0,
  612. vote = false,
  613. hasLicense = false,
  614. })
  615.  
  616. TEAM_WEED = DarkRP.createJob("Dealer De Weed", {
  617. color = Color(71, 104, 0, 255),
  618. model = {
  619. "models/player/suits/male_01_shirt.mdl",
  620. "models/player/suits/male_02_shirt.mdl",
  621. "models/player/suits/male_03_shirt.md",
  622. "models/monk.mdl"
  623. },
  624. description = [[Vous plantez de la weed]],
  625. weapons = {},
  626. command = "weed",
  627. max = 3,
  628. salary = 0,
  629. admin = 0,
  630. vote = false,
  631. hasLicense = false,
  632. })
  633.  
  634. TEAM_VOLEUR = DarkRP.createJob("Voleur", {
  635. color = Color(20, 150, 20, 255),
  636. model = {
  637. "models/player/suits/male_01_shirt.mdl",
  638. "models/player/suits/male_02_shirt.mdl",
  639. "models/player/suits/male_03_shirt.mdl",
  640. "models/player/suits/male_04_shirt.mdl",
  641. "models/player/suits/male_05_shirt_tie.mdl",
  642. "models/player/suits/male_06_shirt.mdl",
  643. "models/player/suits/male_07_shirt.mdl",
  644. "models/player/suits/male_08_shirt.mdl",
  645. "models/player/suits/male_09_shirt.mdl",
  646. "models/player/Group01/Female_01.mdl",
  647. "models/player/Group02/male_03.mdl",
  648. "models/player/Group02/Male_04.mdl",
  649. "models/player/Group01/male_07.mdl",
  650. "models/player/Group02/Female_07.mdl",
  651. "models/player/Group01/male_02.mdl"
  652. },
  653. description = [[Vous cambriolez des maisons ou volez des personnes]],
  654. weapons = {"lockpick", "keypad_cracker", "pickpocket",},
  655. command = "voleur",
  656. max = 2,
  657. salary = 0,
  658. admin = 0,
  659. vote = false,
  660. hasLicense = false,
  661. })
  662.  
  663. TEAM_PSYCHOPATHE = DarkRP.createJob("Psychopathe V.I.P", {
  664. color = Color(255, 0, 214, 255),
  665. model = {
  666. "models/player/suits/male_04_shirt.mdl",
  667. "models/billy_jigsaw.mdl"
  668. },
  669. description = [[Vous tuez les gens discrètement ou vous les torturez]],
  670. weapons = {"m9k_machete", "m9k_damascus", "m9k_harpoon", "weapon_hl2hook", "weapon_hl2pickaxe", "weapon_hl2brokenbottle", "weapon_hl2pipe"},
  671. command = "psychopathe",
  672. max = 2,
  673. salary = 0,
  674. admin = 0,
  675. vote = false,
  676. hasLicense = false,
  677. donationrank = 1,
  678. })
  679.  
  680. TEAM_KIDNA = DarkRP.createJob("Kidnappeur", {
  681. color = Color(20, 150, 20, 255),
  682. model = {
  683. "models/player/suits/male_01_shirt.mdl",
  684. "models/player/suits/male_02_shirt.mdl",
  685. "models/player/suits/male_03_shirt.mdl",
  686. "models/player/suits/male_04_shirt.mdl"
  687. },
  688. description = [[Vous êtes un Kidnappeur]],
  689. weapons = {"weapon_kidnapper","csgo_bayonet"},
  690. command = "Kidnappeur",
  691. max = 2,
  692. salary = 250,
  693. admin = 0,
  694. vote = true,
  695. hasRadio = true,
  696. hasLicense = false,
  697. })
  698.  
  699. TEAM_KIDNAVIP = DarkRP.createJob("Kidnappeur V.I.P", {
  700. color = Color(20, 150, 20, 255),
  701. model = {
  702. "models/player/suits/male_01_shirt.mdl",
  703. "models/player/suits/male_02_shirt.mdl",
  704. "models/player/suits/male_03_shirt.mdl",
  705. "models/player/suits/male_08_shirt.mdl",
  706. "models/player/suits/male_09_shirt.mdl"
  707. },
  708. description = [[Vous êtes un Kidnappeur]],
  709. weapons = {"weapon_kidnapper", "csgo_bayonet", "m9k_ragingbull"},
  710. command = "Kidnappeurvip",
  711. max = 2,
  712. salary = 250,
  713. admin = 0,
  714. vote = true,
  715. hasRadio = true,
  716. hasLicense = false,
  717. })
  718.  
  719. TEAM_SECRETAIRE = DarkRP.createJob("Secretaire Du Président", {
  720. color = Color(255, 0, 0, 255),
  721. model = {"models/fearless/rosa.mdl"},
  722. description = [[Vous êtes la secrétaire du maire]],
  723. weapons = {},
  724. command = "secretaire",
  725. max = 1,
  726. salary = 500,
  727. admin = 0,
  728. vote = false,
  729. hasLicense = false,
  730. })
  731.  
  732. TEAM_GARDE = DarkRP.createJob("Garde Du Président", {
  733. color = Color(255, 0, 0, 255),
  734. model = {"models/player/smith.mdl"},
  735. description = [[Vous protégez le maire]],
  736. weapons = {"stunstick", "weaponchecker", "weapon_stungun", "weapon_checker"},
  737. command = "garde",
  738. max = 4,
  739. salary = 500,
  740. admin = 0,
  741. vote = false,
  742. hasLicense = false,
  743. })
  744.  
  745. TEAM_TAXI = DarkRP.createJob("Taxi", {
  746. color = Color(255, 244, 0, 255),
  747. model = {
  748. "models/player/suits/male_01_shirt.mdl",
  749. "models/player/suits/male_02_shirt.mdl",
  750. "models/player/suits/male_03_shirt.mdl",
  751. "models/player/suits/male_04_shirt.mdl",
  752. "models/player/suits/male_05_shirt_tie.mdl",
  753. "models/player/suits/male_09_shirt.mdl"
  754. },
  755. description = [[Vous conduisez un taxi]],
  756. weapons = {},
  757. command = "taxi",
  758. max = 4,
  759. salary = 500,
  760. admin = 0,
  761. vote = false,
  762. hasLicense = false,
  763. })
  764.  
  765. TEAM_BUS = DarkRP.createJob("Chauffeur De Bus", {
  766. color = Color(21, 150, 26, 255),
  767. model = {
  768. "models/player/suits/male_01_shirt.mdl",
  769. "models/player/suits/male_02_shirt.mdl",
  770. "models/player/suits/male_03_shirt.mdl",
  771. "models/player/suits/male_04_shirt.mdl",
  772. "models/player/suits/male_09_shirt.mdl"
  773. },
  774. description = [[Vous conduisez un bus]],
  775. weapons = {},
  776. command = "bus",
  777. max = 4,
  778. salary = 500,
  779. admin = 0,
  780. vote = false,
  781. hasLicense = false,
  782. })
  783.  
  784. TEAM_CYAKUSA = DarkRP.createJob("Chef Des Yakusa", {
  785. color = Color(155, 121, 0, 255),
  786. model = {"models/sd/players/[dbs_grappler_2].mdl",
  787. "models/sd/players/[dbs_brawler_2]-head_brawler_dbs.mdl"
  788. },
  789. description = [[Vous êtes de redoutable chinois]],
  790. weapons = {},
  791. command = "cyakusa",
  792. max = 1,
  793. salary = 150,
  794. admin = 0,
  795. vote = false,
  796. hasRadio = true,
  797. hasLicense = false,
  798. })
  799.  
  800. TEAM_YAKUSA = DarkRP.createJob("Yakusa", {
  801. color = Color(155, 121, 0, 255),
  802. model = {"models/sd/players/[dbs_brawler]-head_brawler_dbs.mdl",
  803. "models/sd/players/[dbs_grappler].mdl"
  804. },
  805. description = [[Vous êtes de redoutable chinois]],
  806. weapons = {},
  807. command = "yakusa",
  808. max = 6,
  809. salary = 300,
  810. admin = 0,
  811. vote = false,
  812. hasRadio = true,
  813. hasLicense = false,
  814. })
  815.  
  816. TEAM_YAKUSAV = DarkRP.createJob("Yakusa V.I.P", {
  817. color = Color(155, 121, 0, 255),
  818. model = {"models/sd/players/[dbs_brawler]-head_brawler_dbs.mdl",
  819. "models/sd/players/[dbs_grappler].mdl"
  820. },
  821. description = [[Vous êtes de redoutable chinois]],
  822. weapons = {"kf_m14_ebr_fas"},
  823. command = "yakusav",
  824. max = 4,
  825. salary = 600,
  826. admin = 0,
  827. vote = false,
  828. hasLicense = false,
  829. hasRadio = true,
  830. })
  831.  
  832. TEAM_HACKER = DarkRP.createJob("Hackeur", {
  833. color = Color(4, 130, 9, 255),
  834. model = {
  835. "models/player/suits/male_01_shirt.mdl",
  836. "models/player/aiden_pearce.mdl"
  837. },
  838. description = [[Votre but est de hacker les ATM]],
  839. weapons = {"weapon_arc_atmhack"},
  840. command = "hacker",
  841. max = 2,
  842. salary = 200,
  843. admin = 0,
  844. vote = true,
  845. hasLicense = false,
  846. })
  847.  
  848. TEAM_HACKERV = DarkRP.createJob("Hackeur V.I.P", {
  849. color = Color(4, 130, 9, 255),
  850. model = {
  851. "models/player/suits/male_01_shirt.mdl",
  852. "models/player/aiden_pearce.mdl"
  853. },
  854. description = [[Votre but est de hacker les ATM et autre]],
  855. weapons = {"weapon_arc_atmhack", "weapon_hack_phone", "m9k_colt1911"},
  856. command = "hackerv",
  857. max = 2,
  858. salary = 500,
  859. admin = 0,
  860. vote = true,
  861. hasLicense = false,
  862. })
  863.  
  864. TEAM_CBRAQUEUR = DarkRP.createJob("Chef Des Braqueurs", {
  865. color = Color(98, 0, 114, 255),
  866. model = {
  867. "models/player/suits/robber_shirt.mdl",
  868. "models/player/suits/robber_tie.mdl",
  869. "models/player/suits/robber_open.mdl"
  870. },
  871. description = [[Votre but est de braquer la Banque]],
  872. weapons = {},
  873. command = "cbraqueur",
  874. max = 1,
  875. salary = 600,
  876. admin = 0,
  877. vote = false,
  878. hasRadio = true,
  879. hasLicense = false,
  880. })
  881.  
  882. TEAM_BRAQUEUR = DarkRP.createJob("Braqueur", {
  883. color = Color(98, 0, 114, 255),
  884. model = {
  885. "models/player/suits/robber_shirt.mdl",
  886. "models/player/suits/robber_tie.mdl",
  887. "models/player/suits/robber_open.mdl"
  888. },
  889. description = [[Votre but est de braquer la Banque]],
  890. weapons = {},
  891. command = "braqueur",
  892. max = 6,
  893. salary = 300,
  894. admin = 0,
  895. vote = false,
  896. hasRadio = true,
  897. hasLicense = false,
  898. })
  899.  
  900. TEAM_BRAQUEURVIP = DarkRP.createJob("Braqueur V.I.P", {
  901. color = Color(98, 0, 114, 255),
  902. model = {
  903. "models/player/suits/robber_shirt.mdl",
  904. "models/player/suits/robber_tie.mdl",
  905. "models/player/suits/robber_open.mdl"
  906. },
  907. description = [[Votre but est de braquer la Banque]],
  908. weapons = {"m9k_m16a4_acog"},
  909. command = "braqueurvip",
  910. max = 4,
  911. salary = 600,
  912. admin = 0,
  913. vote = false,
  914. hasRadio = true,
  915. hasLicense = false,
  916. })
  917.  
  918. TEAM_TUE = DarkRP.createJob("Clown Tueur V.I.P", {
  919. color = Color(255, 91, 0, 255),
  920. model = {"models/ninja/l4d2/clown/clown.mdl"},
  921. description = [[Votre but est de faire peur au gens ou de les tuer]],
  922. weapons = {"weapon_crowbar", "m9k_machete", "csgo_bayonet", "weapon_hl2pipe", "weapon_hl2pickaxe", "weapon_hl2hook"},
  923. command = "tue",
  924. max = 2,
  925. salary = 75,
  926. admin = 0,
  927. vote = false,
  928. hasLicense = false,
  929. donationrank = 1,
  930. })
  931.  
  932. TEAM_CHEFCRIPZ = DarkRP.createJob("Chef Cripz", {
  933. color = Color(33, 23, 125, 255),
  934. model = {
  935. "models/player/cripz/slow_3.mdl"
  936. },
  937. description = [[
  938. -Vous êtes un bandit de quartier, vous ne respectez aucune loi de la ville.
  939.  
  940. Comment jouer ?
  941.  
  942. Vous faites des activités illégales comme raquetter des gens, rentrer chez des gens par effractions etc… des activités comme celles ci, vous pouvez presque tout faire sauf les prises d’otages et les braquages de banques.
  943. ]],
  944. weapons = {"weapon_fists"},
  945. command = "chefcripz",
  946. max = 1,
  947. jobType = "job",
  948. salary = 600,
  949. admin = 0,
  950. vote = false,
  951. hasLicense = false,
  952. hasRadio = true,
  953. PlayerDeath = function(ply, weapon, killer)
  954. ply:teamBan()
  955. ply:changeTeam(GAMEMODE.DefaultTeam, true)
  956. end,
  957. OnPlayerChangedTeam = function(ply)
  958. ply:ConCommand("noclip")
  959. end,
  960. PlayerSpawn = function(ply)
  961. ply:ConCommand("noclip")
  962. end,
  963. })
  964.  
  965. TEAM_CRIPZ = DarkRP.createJob("Cripz", {
  966. color = Color(33, 23, 125, 255),
  967. model = {
  968. "models/player/cripz/slow_1.mdl",
  969. "models/player/cripz/slow_2.mdl"
  970. },
  971. description = [[
  972. -Vous êtes un bandit de quartier, vous ne respectez aucune loi de la ville.
  973.  
  974. Comment jouer ?
  975.  
  976. Vous faites des activités illégales comme raquetter des gens, rentrer chez des gens par effractions etc… des activités comme celles ci, vous pouvez presque tout faire sauf les prises d’otages et les braquages de banques.
  977. ]],
  978. weapons = {"weapon_fists"},
  979. command = "cripz",
  980. max = 6,
  981. jobType = "job",
  982. salary = 0,
  983. admin = 0,
  984. vote = false,
  985. hasLicense = false,
  986. hasRadio = true,
  987. PlayerDeath = function(ply, weapon, killer)
  988. ply:teamBan()
  989. ply:changeTeam(GAMEMODE.DefaultTeam, true)
  990. end,
  991. OnPlayerChangedTeam = function(ply)
  992. ply:ConCommand("noclip")
  993. end,
  994. PlayerSpawn = function(ply)
  995. ply:ConCommand("noclip")
  996. end,
  997. })
  998.  
  999. TEAM_CRIPZVIP = DarkRP.createJob("Cripz V.I.P", {
  1000. color = Color(33, 23, 125, 255),
  1001. model = {
  1002. "models/player/cripz/slow_1.mdl",
  1003. "models/player/cripz/slow_2.mdl"
  1004. },
  1005. description = [[
  1006. -Vous êtes un bandit de quartier, vous ne respectez aucune loi de la ville.
  1007.  
  1008. Comment jouer ?
  1009.  
  1010. Vous faites des activités illégales comme raquetter des gens, rentrer chez des gens par effractions etc… des activités comme celles ci, vous pouvez presque tout faire sauf les prises d’otages et les braquages de banques.
  1011. ]],
  1012. weapons = {"m9k_uzi"},
  1013. command = "cripzvip",
  1014. max = 6,
  1015. jobType = "job",
  1016. salary = 0,
  1017. admin = 0,
  1018. vote = false,
  1019. hasLicense = false,
  1020. hasRadio = true,
  1021. PlayerDeath = function(ply, weapon, killer)
  1022. ply:teamBan()
  1023. ply:changeTeam(GAMEMODE.DefaultTeam, true)
  1024. end,
  1025. OnPlayerChangedTeam = function(ply)
  1026. ply:ConCommand("noclip")
  1027. end,
  1028. PlayerSpawn = function(ply)
  1029. ply:ConCommand("noclip")
  1030. end,
  1031. })
  1032.  
  1033. TEAM_CHEFBLOOBZ = DarkRP.createJob("Chef Bloods", {
  1034. color = Color(255, 0, 0, 255),
  1035. model = {
  1036. "models/player/bloodz/slow_3.mdl"
  1037. },
  1038. description = [[
  1039. -Vous êtes un bandit de quartier, vous ne respectez aucune loi de la ville.
  1040.  
  1041. Comment jouer ?
  1042.  
  1043. Vous faites des activités illégales comme raquetter des gens, rentrer chez des gens par effractions etc… des activités comme celles ci, vous pouvez presque tout faire sauf les prises d’otages et les braquages de banques.
  1044. ]],
  1045. weapons = {"weapon_fists"},
  1046. command = "chefbloods",
  1047. max = 1,
  1048. jobType = "job",
  1049. salary = 50,
  1050. admin = 0,
  1051. vote = false,
  1052. hasLicense = false,
  1053. hasRadio = true,
  1054. PlayerDeath = function(ply, weapon, killer)
  1055. ply:teamBan()
  1056. ply:changeTeam(GAMEMODE.DefaultTeam, true)
  1057. end,
  1058. OnPlayerChangedTeam = function(ply)
  1059. ply:ConCommand("noclip")
  1060. end,
  1061. PlayerSpawn = function(ply)
  1062. ply:ConCommand("noclip")
  1063. end,
  1064. })
  1065.  
  1066. TEAM_BLOOBZ = DarkRP.createJob("Bloods", {
  1067. color = Color(255, 0, 0, 255),
  1068. model = {
  1069. "models/player/bloodz/slow_2.mdl",
  1070. "models/player/bloodz/slow_1.mdl"
  1071. },
  1072. description = [[
  1073. -Vous êtes un bandit de quartier, vous ne respectez aucune loi de la ville.
  1074.  
  1075. Comment jouer ?
  1076.  
  1077. Vous faites des activités illégales comme raquetter des gens, rentrer chez des gens par effractions etc… des activités comme celles ci, vous pouvez presque tout faire sauf les prises d’otages et les braquages de banques.
  1078. ]],
  1079. weapons = {"weapon_fists"},
  1080. command = "bloods",
  1081. max = 6,
  1082. jobType = "job",
  1083. salary = 200,
  1084. admin = 0,
  1085. vote = false,
  1086. hasLicense = false,
  1087. hasRadio = true,
  1088. PlayerDeath = function(ply, weapon, killer)
  1089. ply:teamBan()
  1090. ply:changeTeam(GAMEMODE.DefaultTeam, true)
  1091. end,
  1092. OnPlayerChangedTeam = function(ply)
  1093. ply:ConCommand("noclip")
  1094. end,
  1095. PlayerSpawn = function(ply)
  1096. ply:ConCommand("noclip")
  1097. end,
  1098. })
  1099.  
  1100. TEAM_BLOOBZVIP = DarkRP.createJob("Bloods V.I.P", {
  1101. color = Color(255, 0, 0, 255),
  1102. model = {
  1103. "models/player/bloodz/slow_2.mdl",
  1104. "models/player/bloodz/slow_1.mdl"
  1105. },
  1106. description = [[
  1107. -Vous êtes un bandit de quartier, vous ne respectez aucune loi de la ville.
  1108.  
  1109. Comment jouer ?
  1110.  
  1111. Vous faites des activités illégales comme raquetter des gens, rentrer chez des gens par effractions etc… des activités comme celles ci, vous pouvez presque tout faire sauf les prises d’otages et les braquages de banques.
  1112. ]],
  1113. weapons = {"m9k_uzi"},
  1114. command = "bloodsvip",
  1115. max = 6,
  1116. jobType = "job",
  1117. salary = 200,
  1118. admin = 0,
  1119. vote = false,
  1120. hasLicense = false,
  1121. hasRadio = true,
  1122. PlayerDeath = function(ply, weapon, killer)
  1123. ply:teamBan()
  1124. ply:changeTeam(GAMEMODE.DefaultTeam, true)
  1125. end,
  1126. OnPlayerChangedTeam = function(ply)
  1127. ply:ConCommand("noclip")
  1128. end,
  1129. PlayerSpawn = function(ply)
  1130. ply:ConCommand("noclip")
  1131. end,
  1132. })
  1133.  
  1134. TEAM_JIHAD = DarkRP.createJob("Terroriste V.I.P", {
  1135. color = Color(20, 150, 20, 255),
  1136. model = {
  1137. "models/player/kuma/alqaeda_commando.mdl",
  1138. "models/player/kuma/taliban_bomber.mdl",
  1139. "models/player/kuma/taliban_grunt.mdl",
  1140. "models/player/kuma/taliban_rpg.mdl"
  1141. },
  1142. description = [[Votre but est de faire un attentat et de faire le plus de victimes possible sans se faire tué avant de se suicidé . Il n'a qu'une seule chance!!
  1143. ! (vote)]],
  1144. weapons = {"m9k_ak47", "m9k_ak74", "ptp_weapon_grenade", "csgo_bayonet", "weapon_hl2axe", "weapon_r_handcuffs", "kf_grenadelauncher_camo_fas", "realistic_hook"},
  1145. command = "jihad",
  1146. max = 2,
  1147. salary = 50,
  1148. admin = 0,
  1149. vote = false,
  1150. hasLicense = false,
  1151. PlayerDeath = function(ply, weapon, killer)
  1152. ply:teamBan()
  1153. ply:changeTeam(GAMEMODE.DefaultTeam, true)
  1154. if killer:IsPlayer() then
  1155. DarkRP.notifyAll(0, 4, "Le terroriste est mort.")
  1156. else
  1157. DarkRP.notifyAll(0, 4, "Le terroriste est mort.")
  1158. end
  1159. end,
  1160. })
  1161.  
  1162. TEAM_CFOSTER = DarkRP.createJob("Chef de famille Foster", {
  1163. color = Color(27, 206, 195, 255),
  1164. model = {"models/mark2580/killing/steampunk/sp_mr_foster.mdl"
  1165. },
  1166. description = [[vous êtes le chef de la famille Foster de grand ennemi des mafieux vous inspiré la peur dans le regard des gens vous pouvez tous faire sauf les prises d'otage ]],
  1167. weapons = {},
  1168. command = "cfoster",
  1169. max = 1,
  1170. salary = 150,
  1171. admin = 0,
  1172. vote = false,
  1173. hasLicense = false,
  1174. candemote = true,
  1175. -- CustomCheck
  1176. medic = false,
  1177. chief = false,
  1178. mayor = false,
  1179. hobo = false,
  1180. cook = false,
  1181. })
  1182.  
  1183. TEAM_FOSTER = DarkRP.createJob("Foster", {
  1184. color = Color(27, 206, 195, 255),
  1185. model = {"models/mark2580/killing/steampunk/sp_mrs_foster.mdl"
  1186. },
  1187. description = [[vous êtes membre de la famille Foster vous êtes sous les ordres de votre chef et de grand ennemi des mafieux vous inspiré la peur dans le regard des gens vous pouvez tous faire sauf les prises d'otage ]],
  1188. weapons = {},
  1189. command = "foster",
  1190. max = 6,
  1191. salary = 250,
  1192. admin = 0,
  1193. vote = false,
  1194. hasLicense = false,
  1195. candemote = true,
  1196. -- CustomCheck
  1197. medic = false,
  1198. chief = false,
  1199. mayor = false,
  1200. hobo = false,
  1201. cook = false,
  1202. })
  1203.  
  1204. TEAM_FOSTERV = DarkRP.createJob("Foster VIP", {
  1205. color = Color(27, 206, 195, 255),
  1206. model = {"models/mark2580/killing/steampunk/sp_mrs_foster.mdl"},
  1207. description = [[vous êtes membre de la famille Foster vous êtes sous les ordres de votre chef et de grand ennemi des mafieux vous inspiré la peur dans le regard des gens vous pouvez tous faire sauf les prises d'otage ]],
  1208. weapons = {"m9k_deagle"},
  1209. command = "fosterV",
  1210. max = 4,
  1211. salary = 150,
  1212. admin = 0,
  1213. vote = false,
  1214. hasLicense = false,
  1215. candemote = true,
  1216. -- CustomCheck
  1217. })
  1218.  
  1219. TEAM_CONDU = DarkRP.createJob("Conducteur de Fourgon", {
  1220. color = Color(38, 207, 176, 255),
  1221. model = {"models/player/suits/male_01_shirt.mdl",
  1222. "models/player/suits/male_01_shirt.mdl",
  1223. "models/player/suits/male_02_shirt.mdl",
  1224. "models/player/suits/male_03_shirt.mdl",
  1225. "models/player/suits/male_04_shirt.mdl",
  1226. "models/player/suits/male_05_shirt_tie.mdl",
  1227. "models/player/suits/male_06_shirt.mdl",
  1228. "models/plFayer/suits/male_07_shirt.mdl",
  1229. "models/player/suits/male_08_shirt.mdl",
  1230. "models/player/suits/male_09_shirt.mdl"
  1231. },
  1232. description = [[Votre but est de resté le plus longtemps avec votre fourgon dans ville en circulant sans se faire braqué]],
  1233. weapons = {"kf_mk23_fas"},
  1234. command = "condu",
  1235. max = 4,
  1236. salary = 2500,
  1237. admin = 0,
  1238. vote = false,
  1239. hasLicense = false,
  1240. candemote = true,
  1241. -- CustomCheck
  1242. })
  1243.  
  1244. TEAM_ALI = DarkRP.createJob("Aliéne V.I.P", {
  1245. color = Color(34, 85, 85, 255),
  1246. model = {"models/player/f3alien/slow.mdl"},
  1247. description = [[Le but de l'allien est de envahire le monde interdit de tué des personne volontairement]],
  1248. weapons = {"kf_vlad9k_fas"},
  1249. command = "aliene",
  1250. max = 2,
  1251. salary = 500,
  1252. admin = 0,
  1253. vote = false,
  1254. hasLicense = false,
  1255. candemote = true,
  1256. -- CustomCheck
  1257. })
  1258.  
  1259. TEAM_PB = DarkRP.createJob("Patron de la Banque", {
  1260. color = Color(0, 224, 255, 255),
  1261. model = {
  1262. "models/player/suits/male_03_open.mdl",
  1263. "models/player/suits/male_09_open_waistcoat.mdl",
  1264. "models/player/suits/male_08_closed_tie.mdl"
  1265. },
  1266. description = [[Votre but est de invéstire votre banque et gérer vos banquiers]],
  1267. weapons = {},
  1268. command = "patronb",
  1269. max = 1,
  1270. salary = 5000,
  1271. admin = 0,
  1272. vote = false,
  1273. hasLicense = false,
  1274. candemote = true,
  1275. -- CustomCheck
  1276. })
  1277.  
  1278. TEAM_PB = DarkRP.createJob("Patron du Cinéma", {
  1279. color = Color(0, 224, 255, 255),
  1280. model = {
  1281. "models/player/suits/male_03_open.mdl",
  1282. "models/player/suits/male_09_open_waistcoat.mdl",
  1283. "models/player/suits/male_08_closed_tie.mdl"
  1284. },
  1285. description = [[Votre but est de invéstire votre cinéma et gérer vos employés]],
  1286. weapons = {},
  1287. command = "patroncine",
  1288. max = 1,
  1289. salary = 2500,
  1290. admin = 0,
  1291. vote = false,
  1292. hasLicense = false,
  1293. candemote = true,
  1294. -- CustomCheck
  1295. })
  1296.  
  1297. TEAM_CIGAR = DarkRP.createJob("Vendeur de Cigarettes", {
  1298. color = Color(0, 224, 255, 255),
  1299. model = {"models/player/monk.mdl"},
  1300. description = [[Votre but est de faire votre marché en vendant des cigarettes]],
  1301. weapons = {"weapon_ciga_cheap", "weapon_ciga_blat", "weapon_ciga_pachka_cheap", "weapon_ciga_pachka_blat", "weapon_ciga_pachka", "weapon_ciga"},
  1302. command = "cigar",
  1303. max = 5,
  1304. salary = 300,
  1305. admin = 0,
  1306. vote = false,
  1307. hasLicense = false,
  1308. candemote = true,
  1309. -- CustomCheck
  1310. })
  1311.  
  1312. TEAM_STAFF = DarkRP.createJob("Staff", {
  1313. color = Color(20, 150, 20, 255),
  1314. model = {
  1315. "models/player/anon/anon.mdl"
  1316. },
  1317. description = [[Vous êtes un honnête citoyen.]],
  1318. weapons = {"god_stick"},
  1319. command = "staff",
  1320. max = 0,
  1321. salary = 50,
  1322. admin = 1,
  1323. vote = false,
  1324. hasLicense = false,
  1325. candemote = false,
  1326. })
  1327.  
  1328. TEAM_TAG = DarkRP.createJob("Tageur", {
  1329. color = Color(20, 150, 20, 255),
  1330. model = {
  1331. "models/csgoanarchist1pm.mdl"
  1332. },
  1333. description = [[Vous êtes un Tageur.]],
  1334. weapons = {"dab", "surrender", "middlefinger", "weapon_spray"},
  1335. command = "tag",
  1336. max = 2,
  1337. salary = 50,
  1338. admin = 0,
  1339. vote = false,
  1340. hasLicense = false,
  1341. candemote = false,
  1342. })
  1343.  
  1344. TEAM_AGP = DarkRP.createJob("Agent de propreté", {
  1345. color = Color(20, 150, 20, 255),
  1346. model = {"models/player/odessa.mdl"},
  1347. description = [[Vous êtes un honnête Agent de propreté]],
  1348. weapons = {"weapon_cleaner"},
  1349. command = "agp",
  1350. max = 2,
  1351. salary = 50,
  1352. admin = 0,
  1353. vote = false,
  1354. hasLicense = false,
  1355. candemote = false,
  1356. })
  1357.  
  1358. end
  1359.  
  1360.  
  1361.  
  1362.  
  1363. --[[---------------------------------------------------------------------------
  1364. Define which team joining players spawn into and what team you change to if demoted
  1365. ---------------------------------------------------------------------------]]
  1366. GAMEMODE.DefaultTeam = TEAM_CITIZEN
  1367.  
  1368.  
  1369. --[[---------------------------------------------------------------------------
  1370. Define which teams belong to civil protection
  1371. Civil protection can set warrants, make people wanted and do some other police related things
  1372. ---------------------------------------------------------------------------]]
  1373. GAMEMODE.CivilProtection = {
  1374. [TEAM_CHIEF] = true,
  1375. [TEAM_MAYOR] = true,
  1376. [TEAM_CHEFRAID] = true,
  1377. [TEAM_RESWAT] = true,
  1378. [TEAM_SRAID] = true,
  1379. [TEAM_POLICEC] = true,
  1380. [TEAM_NATIONAL] = true,
  1381. [TEAM_FBI] = true,
  1382. [TEAM_SHLD] = true,
  1383. [TEAM_SORAID] = true,
  1384. }
  1385.  
  1386. --[[---------------------------------------------------------------------------
  1387. Jobs that are hitmen (enables the hitman menu)
  1388. ---------------------------------------------------------------------------]]
  1389. DarkRP.addHitmanTeam(TEAM_MOB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement