Advertisement
Guest User

Untitled

a guest
Aug 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.85 KB | None | 0 0
  1. -----------------------------------------------------
  2. --[[---------------------------------------------------------------------------
  3. DarkRP custom jobs
  4. ---------------------------------------------------------------------------
  5.  
  6. This file contains your custom jobs.
  7. This file should also contain jobs from DarkRP that you edited.
  8.  
  9. Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
  10. Once you've done that, copy and paste the job to this file and edit it.
  11.  
  12. The default jobs can be found here:
  13. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
  14.  
  15. For examples and explanation please visit this wiki page:
  16. http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
  17.  
  18.  
  19. Add jobs under the following line:
  20. ---------------------------------------------------------------------------]]
  21.  
  22. TEAM_CITOYEN = DarkRP.createJob("Chomeur", {
  23. color = Color(69, 127, 12, 255),
  24. model = {"models/player/Group01/male_01.mdl", "models/player/Group01/male_02.mdl", "models/player/Group01/male_03.mdl", "models/player/Group01/male_04.mdl", "models/player/Group01/male_05.mdl", "models/player/Group01/male_06.mdl", "models/player/Group01/male_07.mdl", "models/player/Group01/male_08.mdl", "models/player/Group01/male_09.mdl"},
  25. description = [[Vous êtes un habitant qui ne travaille pas ! et vous n'avez pas D'Avenir.]],
  26. weapons = {"weapon_arc_atmcard", "itemstore_pickup", "weapon_keycard", "sw_trashbag"},
  27. command = "habitantdlv",
  28. max = 0,
  29. salary = 0,
  30. admin = 0,
  31. vote = false,
  32. hasLicense = false,
  33. candemote = false,
  34. -- CustomCheck
  35. medic = false,
  36. chief = false,
  37. mayor = false,
  38. hobo = false,
  39. cook = false,
  40. category = "Citizens",
  41. PlayerDeath = function(ply, weapon, killer)
  42. ply:teamBan()
  43. ply:changeTeam(GAMEMODE.DefaultTeam, true)
  44. end
  45. })
  46.  
  47. TEAM_PEUR = DarkRP.createJob("*VIP* Fantome", {
  48. color = Color(100, 30, 3, 122),
  49. model = {"models/player/slow/slimer/slow.mdl"},
  50. description = [[Vous êtes un esprit qui perturbe la mentalité de la personne concernée. Votre but Est de mettre la personne concernée dans la paranoïa pour qui vous obéi.]],
  51. weapons = {"weapon_fists","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  52. command = "lefamtome",
  53. max = 5,
  54. salary = 150,
  55. admin = 0,
  56. vote = false,
  57. hasLicense = true,
  58. customCheck = function(ply) return CLIENT or
  59. table.HasValue({"VIP", "EpicVIP", "admin", "superadmin", "Modérateur-Test-VIP", "Modérateur-Test-EpicVIP", "Modérateur-VIP", "Modérateur-EpicVIP"}, ply:GetNWString("usergroup"))
  60. end,
  61. CustomCheckFailMsg = "Métier VIP",
  62. })
  63.  
  64. TEAM_GFDZS = DarkRP.createJob("*VIP* Tueur à Gage", {
  65. color = Color(255, 0, 0),
  66. model = {"models/hitman_absolution/agent47.mdl"},
  67. weapons = {"weapon_lightsaber", "fas2_m24"},
  68. description = [[Un Tueur a gage vous êtes un tueur a gage on doit vous demandé un comtra. exemple en disant: Je souhaite tuer cette personne concernée en raison suivante.]],
  69. command = "inquisiteursith",
  70. max = 0,
  71. salary = 0,
  72. admin = 0,
  73. customCheck = function(ply) return CLIENT or
  74. table.HasValue({"VIP", "EpicVIP", "admin", "superadmin", "Modérateur-Test-VIP", "Modérateur-Test-EpicVIP", "Modérateur-VIP", "Modérateur-EpicVIP"}, ply:GetNWString("usergroup"))
  75. end,
  76. CustomCheckFailMsg = "Métier VIP",
  77. })
  78.  
  79.  
  80. TEAM_SPIDER = DarkRP.createJob("*VIP* Spider-Man", {
  81. color = Color(100, 30, 3, 122),
  82. model = {"models/player/nogitsu/tasm2spider/tasm2spider_pm.mdl"},
  83. description = [[Vous êtes une arraignée qui a des pouvoir surnaturel pour protéger les habitant de la ville.]],
  84. weapons = {"weapon_fists","weapon_arc_atmcard","pocket", "itemstore_pickup","weapon_spiderman"},
  85. command = "spidercochon",
  86. max = 5,
  87. salary = 150,
  88. admin = 0,
  89. vote = false,
  90. hasLicense = true,
  91. customCheck = function(ply) return CLIENT or
  92. table.HasValue({"VIP", "EpicVIP", "admin", "superadmin", "Modérateur-Test-VIP", "Modérateur-Test-EpicVIP", "Modérateur-VIP", "Modérateur-EpicVIP"}, ply:GetNWString("usergroup"))
  93. end,
  94. CustomCheckFailMsg = "Métier VIP",
  95. })
  96.  
  97. TEAM_POLICE = DarkRP.createJob("Agent de police", {
  98. color = Color(25, 25, 170, 255),
  99. model = {
  100. "models/player/nypd/male_02.mdl",
  101. "models/player/nypd/male_04.mdl",
  102. "models/player/nypd/male_05.mdl",
  103. "models/player/nypd/male_06.mdl",
  104. "models/player/nypd/male_07.mdl",
  105. "models/player/nypd/male_08.mdl",
  106. "models/player/nypd/male_09.mdl"
  107. },
  108. description = [[Vous un policier qui fait respecter la loix en ville qui été choisi par le maire.]],
  109. weapons = {"weapon_stungun", "weapon_fists", "arrest_stick", "unarrest_stick", "fas2_glock20", "stunstick", "door_ram", "weaponchecker", "realrbn_tazer", "fas2_mp5k","pocket", "weapon_arc_atmcard", "itemstore_pickup","guigui_handcuffs"},
  110. command = "cp",
  111. max = 5,
  112. salary = 90,
  113. admin = 0,
  114. vote = true,
  115. hasLicense = true,
  116. Category = "Protection de la Population",
  117. })
  118.  
  119. TEAM_BRINKS = DarkRP.createJob("Brinks", {
  120. color = Color(150, 20, 20, 255),
  121. model = {
  122. "models/brinks/security/guard_brinks_1.mdl",
  123. "models/brinks/security/guard_brinks_2.mdl",
  124. "models/brinks/security/guard_brinks_4.mdl",
  125. "models/brinks/security/guard_brinks_3.mdl",
  126. "models/brinks/security/guard_brinks_6.mdl",
  127. "models/brinks/security/guard_brinks_8.mdl",
  128. "models/brinks/security/guard_brinks_5.mdl"
  129. },
  130. description = [[Vous êtes une "sécurité" qui amène l'argents des clients a la banque.]],
  131. weapons = {"m9k_colt1911"},
  132. command = "brinks",
  133. max = 2,
  134. salary = 5,
  135. admin = 0,
  136. vote = false,
  137. hasLicense = true,
  138. candemote = false,
  139. })
  140.  
  141. TEAM_MERCENAIRE = DarkRP.createJob("*VIP* Mercenaire", {
  142. color = Color(100, 30, 3, 122),
  143. model = {"models/player/phoenix.mdl"},
  144. description = [[Un mercenaire est un combattant étranger aux parties en conflit, « spécialement recruté dans le pays ou à l'étranger » et qui « prend une part directe aux hostilités.]],
  145. weapons = {"weapon_fists","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  146. command = "mercenaire",
  147. max = 1,
  148. salary = 45,
  149. admin = 0,
  150. vote = true,
  151. hasLicense = true,
  152. customCheck = function(ply) return CLIENT or
  153. table.HasValue({"VIP", "EpicVIP", "admin", "superadmin", "Modérateur-Test-VIP", "Modérateur-Test-EpicVIP", "Modérateur-VIP", "Modérateur-EpicVIP"}, ply:GetNWString("usergroup"))
  154. end,
  155. CustomCheckFailMsg = "Métier VIP",
  156. })
  157.  
  158. TEAM_PARRAIN = DarkRP.createJob("Parrain", {
  159. color = Color(100, 50, 3, 102),
  160. model = {"models/humans/mafia/male_04_headhack.mdl"},
  161. description = [[Un parrain est un chef d'un clans qui a été créer.]],
  162. weapons = {"weapon_arc_atmcard","weapon_fists","pocket", "itemstore_pickup"},
  163. command = "parrain",
  164. max = 1,
  165. salary = 45,
  166. admin = 0,
  167. vote = true,
  168. hasLicense = false,
  169. })
  170.  
  171. TEAM_MAFIA = DarkRP.createJob("Mafieux", {
  172. color = Color(100, 50, 3, 102),
  173. model = {"models/fearless/mafia06.mdl","models/fearless/mafia05.mdl","models/fearless/mafia04.mdl"},
  174. description = [[Un mafieux est une "famille" que leur but est de aidé leur chef être le chef de la ville.]],
  175. weapons = {"weapon_fists","weapon_arc_atmcard", "itemstore_pickup"},
  176. command = "mafia",
  177. max = 5,
  178. salary = 45,
  179. admin = 0,
  180. vote = false,
  181. hasLicense = false,
  182. })
  183.  
  184. TEAM_GANG = DarkRP.createJob("Gangster", {
  185. color = Color(75, 75, 75, 255),
  186. model = {
  187. "models/player/Group03/Female_01.mdl",
  188. "models/player/Group03/Female_02.mdl",
  189. "models/player/Group03/Female_03.mdl",
  190. "models/player/Group03/Female_04.mdl",
  191. "models/player/Group03/Female_06.mdl",
  192. "models/player/group03/male_01.mdl",
  193. "models/player/Group03/Male_02.mdl",
  194. "models/player/Group03/male_03.mdl",
  195. "models/player/Group03/Male_04.mdl",
  196. "models/player/Group03/Male_05.mdl",
  197. "models/player/Group03/Male_06.mdl",
  198. "models/player/Group03/Male_07.mdl",
  199. "models/player/Group03/Male_08.mdl",
  200. "models/player/Group03/Male_09.mdl"},
  201. description = [[Gangster est un malfaiteur ; le terme est devenu particulièrement évocateur sous le régime de la prohibition aux États-Unis. Son symbole reste sans conteste Al Capone, et la ville du gangstérisme, Chicago.]],
  202. weapons = {"weapon_fists","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  203. command = "gangster",
  204. max = 4,
  205. salary = 60,
  206. admin = 0,
  207. vote = false,
  208. hasLicense = false,
  209. })
  210.  
  211. TEAM_CHEFGANGSTER = DarkRP.createJob("Chef des Gangsters", {
  212. color = Color(25, 25, 25, 255),
  213. model = "models/player/gman_high.mdl",
  214. description = [[Chef-gangster est un chef qui donne des ordre a c'est "Esclaves".]],
  215. weapons = {"weapon_fists", "lockpick", "unarrest_stick","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  216. command = "chefgangster",
  217. max = 1,
  218. salary = 70,
  219. admin = 0,
  220. vote = false,
  221. hasLicense = false,
  222. })
  223.  
  224. TEAM_GUN = DarkRP.createJob("Vendeur d'armes", {
  225. color = Color(255, 140, 0, 255),
  226. model = "models/player/monk.mdl",
  227. description = [[Vendeur d'armes est un employer pour vendre des armes as des clients avec licence mais des fois sans licence.]],
  228. weapons = {"weapon_fists","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  229. command = "gundealer",
  230. max = 2,
  231. salary = 45,
  232. admin = 0,
  233. vote = false,
  234. hasLicense = false,
  235. })
  236.  
  237. TEAM_CHIEF = DarkRP.createJob("Commissaire", {
  238. color = Color(20, 20, 255, 255),
  239. model = {
  240. "models/player/uk_police/uk_police_01.mdl",
  241. "models/player/uk_police/uk_police_01.mdl",
  242. "models/player/uk_police/uk_police_01.mdl",
  243. "models/player/uk_police/uk_police_01.mdl",
  244. "models/player/uk_police/uk_police_01.mdl",
  245. "models/player/uk_police/uk_police_01.mdl",
  246. "models/player/uk_police/uk_police_01.mdl",
  247. "models/player/uk_police/uk_police_01.mdl",
  248. "models/player/uk_police/uk_police_01.mdl"
  249. },
  250. description = [[Vendeur d'armes est un employer pour vendre des armes as des clients avec licence mais des fois sans licence.]],
  251. weapons = {"keypad_cracker", "weapon_stungun", "weapon_fists", "arrest_stick", "unarrest_stick", "fas2_deagle", "stunstick", "realrbn_tazer", "weaponchecker", "fas2_mp5a5", "guigui_handcuffs","pocket","weapon_arc_atmcard", "itemstore_pickup"},
  252. command = "chief",
  253. max = 1,
  254. salary = 100,
  255. admin = 0,
  256. vote = false,
  257. hasLicense = true,
  258. chief = true,
  259. NeedToChangeFrom = TEAM_POLICE,
  260. })
  261.  
  262. TEAM_MAYOR = DarkRP.createJob("Maire", {
  263. color = Color(150, 20, 20, 255),
  264. model = "models/fearless/mayor1.mdl",
  265. description = [[Le maire est le maire de la ville qui choisi les régles a obéir.]],
  266. weapons = {"weapon_fists","weapon_arc_atmcard","pocket", "itemstore_pickup","realrbn_tazer"},
  267. command = "mayor",
  268. max = 1,
  269. salary = 125,
  270. admin = 0,
  271. vote = true,
  272. hasLicense = false,
  273. mayor = true,
  274. })
  275.  
  276. TEAM_HACKER = DarkRP.createJob("*VIP* Hacker", {
  277. color = Color(80, 45, 0, 255),
  278. model = {"models/player/aiden_pearce.mdl"},
  279. description = [[Un hackeur et specialisé dans le hacking pour hack des carte bancaire des civile.]],
  280. weapons = {"weapon_hack_phone", "weapon_arc_atmhack", "weapon_arc_atmcard","pocket", "itemstore_pickup"},
  281. command = "hacker",
  282. max = 3,
  283. salary = 10,
  284. admin = 0,
  285. vote = false,
  286. hasLicense = false,
  287. candemote = false,
  288. customCheck = function(ply) return CLIENT or
  289. table.HasValue({"VIP", "EpicVIP", "admin", "superadmin", "Modérateur-Test-VIP", "Modérateur-Test-EpicVIP", "Modérateur-VIP", "Modérateur-EpicVIP"}, ply:GetNWString("usergroup"))
  290. end,
  291. CustomCheckFailMsg = "Métier VIP",
  292. })
  293.  
  294. TEAM_HOBO = DarkRP.createJob("SDF", {
  295. color = Color(80, 45, 0, 255),
  296. model = "models/player/corpse1.mdl",
  297. description = [[Un sdf vous êtes un clochard qui a pas d'argents et vous pué que les civile save pas rester avec vous êtes seul au monde.]],
  298. weapons = {"weapon_fists", "weapon_bugbait","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  299. command = "hobo",
  300. max = 5,
  301. salary = 2,
  302. admin = 0,
  303. vote = false,
  304. hasLicense = false,
  305. candemote = false,
  306. hobo = true,
  307. })
  308.  
  309. TEAM_BANK = DarkRP.createJob("Banquier", {
  310. color = Color(255, 215, 0, 255),
  311. model = "models/player/hostage/hostage_02.mdl",
  312. description = [[Un banquier est une personne qui garde votre argents, Qui ouvre un comte pour déposé votre argents en sécurité.]],
  313. weapons = {"weapon_fists","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  314. command = "bank",
  315. max = 1,
  316. salary = 35,
  317. admin = 0,
  318. vote = false,
  319. hasLicense = false,
  320. -- Insert customCheck here if you have one and want one.
  321. })
  322.  
  323. TEAM_THIEF = DarkRP.createJob("Voleur", {
  324. color = Color(20, 150, 20, 255),
  325. model = {"models/humans/group02/player/tale_01.mdl", "models/humans/group02/player/tale_03.mdl", "models/humans/group02/player/tale_04.mdl", "models/humans/group02/player/tale_05.mdl", "models/humans/group02/player/tale_06.mdl", "models/humans/group02/player/tale_07.mdl", "models/humans/group02/player/tale_08.mdl", "models/humans/group02/player/tale_09.mdl", "models/humans/group02/player/temale_01.mdl", "models/humans/group02/player/temale_02.mdl", "models/humans/group02/player/temale_07.mdl"},
  326. description = [[Un voleur est une personne qui vole des voitures, boissons, nourritures, argents]],
  327. weapons = {"weapon_fists", "keypad_cracker", "lockpick", "pickpocket","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  328. command = "thief",
  329. max = 4,
  330. salary = 30,
  331. admin = 0,
  332. vote = false,
  333. hasLicense = false,
  334. -- Insert customCheck here if you have one and want one.
  335. })
  336.  
  337. TEAM_PSYCO = DarkRP.createJob("*VIP* Psycopathe", {
  338. color = Color(119 , 136, 153, 255),
  339. model = {"models/humans/group02/player/tale_01.mdl", "models/humans/group02/player/tale_03.mdl", "models/humans/group02/player/tale_04.mdl", "models/humans/group02/player/tale_05.mdl", "models/humans/group02/player/tale_06.mdl", "models/humans/group02/player/tale_07.mdl", "models/humans/group02/player/tale_08.mdl", "models/humans/group02/player/tale_09.mdl", "models/humans/group02/player/temale_01.mdl", "models/humans/group02/player/temale_02.mdl", "models/humans/group02/player/temale_07.mdl"},
  340. description = [[Un Psychopathe est une personne qui aime faire des chose gore. "exemple" découper des doigts. Mais faut faire sa discrétement.]],
  341. weapons = {"weapon_fists", "fas2_machete","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  342. command = "psyco",
  343. max = 4,
  344. salary = 20,
  345. admin = 0,
  346. vote = true,
  347. hasLicense = false,
  348. customCheck = function(ply) return CLIENT or
  349. table.HasValue({"VIP", "EpicVIP", "admin", "superadmin", "Modérateur-Test-VIP", "Modérateur-Test-EpicVIP", "Modérateur-VIP", "Modérateur-EpicVIP"}, ply:GetNWString("usergroup"))
  350. end,
  351. CustomCheckFailMsg = "Métier VIP",
  352. })
  353.  
  354. TEAM_BRA = DarkRP.createJob("*VIP* Braqueur", {
  355. color = Color(75, 75, 75, 255),
  356. model = {"models/player/pd2_chains_p.mdl", "models/player/pd2_dallas_p.mdl", "models/player/pd2_hoxton_p.mdl", "models/player/pd2_wolf_p.mdl"},
  357. description = [[Un braqueur est une personne qui braque des personnes avec son arme qui braque des banks qui braque des voiture pour parti loin]],
  358. weapons = {"weapon_fists", "lockpick", "keypad_cracker", "fas2_deagle","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  359. command = "braqueur",
  360. max = 4,
  361. salary = 50,
  362. admin = 0,
  363. vote = true,
  364. hasLicense = false,
  365. customCheck = function(ply) return CLIENT or
  366. table.HasValue({"VIP", "EpicVIP", "admin", "superadmin", "Modérateur-Test-VIP", "Modérateur-Test-EpicVIP", "Modérateur-VIP", "Modérateur-EpicVIP"}, ply:GetNWString("usergroup"))
  367. end,
  368. CustomCheckFailMsg = "Métier VIP",
  369. })
  370.  
  371. TEAM_BODYGUARD = DarkRP.createJob("Garde du Corps", {
  372. color = Color(244, 164, 96, 255),
  373. model = {"models/player/guard_pack/guard_01.mdl", "models/player/guard_pack/guard_02.mdl", "models/player/guard_pack/guard_03.mdl", "models/player/guard_pack/guard_04.mdl", "models/player/guard_pack/guard_05.mdl", "models/player/guard_pack/guard_06.mdl", "models/player/guard_pack/guard_07.mdl", "models/player/guard_pack/guard_08.mdl", "models/player/guard_pack/guard_09.mdl"},
  374. description = [[Un officier de sécurité ou garde du corps est un individu dont la fonction est de protéger le corps, et donc la vie, d'une personne à laquelle il est attaché.]],
  375. weapons = {"weapon_fists", "stunstick", "weaponchecker","weapon_arc_atmcard","pocket", "itemstore_pickup","realrbn_tazer"},
  376. command = "bodyguard",
  377. max = 4,
  378. salary = 55,
  379. admin = 0,
  380. vote = true,
  381. hasLicense = true,
  382. -- Insert customCheck here if you have one and want one.
  383. })
  384. TEAM_BLOODZ = DarkRP.createJob("Bloodz", {
  385. color = Color(220, 20, 60, 255),
  386. model = {
  387. "models/player/bloodz/slow_1.mdl",
  388. "models/player/bloodz/slow_2.mdl",
  389. "models/player/bloodz/slow_3.mdl"
  390. },
  391. description = [[Un Bloodz est un clan de guerre pour faire respecter ses territoires.]],
  392. weapons = {"weapon_fists","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  393. command = "bloodz",
  394. max = 4,
  395. salary = 50,
  396. admin = 0,
  397. vote = false,
  398. hasLicense = false,
  399. -- Insert customCheck here if you have one and want one.
  400. })
  401.  
  402. TEAM_CRIPZ = DarkRP.createJob("Cripz", {
  403. color = Color(0 ,0, 255, 255),
  404. model = {
  405. "models/player/cripz/slow_1.mdl",
  406. "models/player/cripz/slow_2.mdl",
  407. "models/player/cripz/slow_3.mdl"
  408. },
  409. description = [[Un cripz est un clan de guerre pour faire respecter ses territoires.]],
  410. weapons = {"weapon_fists","weapon_arc_atmcard", "itemstore_pickup"},
  411. command = "cripz",
  412. max = 4,
  413. salary = 50,
  414. admin = 0,
  415. vote = false,
  416. hasLicense = false,
  417. -- Insert customCheck here if you have one and want one.
  418. })
  419.  
  420. TEAM_STAFF = DarkRP.createJob("Staff", {
  421. color = Color(255, 255, 255, 255),
  422. model = {"models/thotreap/thotrep.mdl"},
  423. description = [[Vous êtes ici pour administrer !]],
  424. weapons = {},
  425. command = "staff",
  426. max = 0,
  427. salary = 50,
  428. admin = 1,
  429. vote = false,
  430. hasLicense = true,
  431. candemote = false
  432. })
  433.  
  434. TEAM_METH = DarkRP.createJob("Fabriquant De Meth", {
  435. color = Color(238, 235, 18, 255),
  436. model = {"models/bloocobalt/splintercell/chemsuit_cod.mdl"},
  437. description = [[Un Fabricant de meth est un fabrique de la methamphetamine est puis la revendre pour avoir beaucoup d'argents.]],
  438. weapons = {"weapon_arc_atmcard", "itemstore_pickup"},
  439. command = "methe",
  440. max = 4,
  441. salary = 50,
  442. admin = 0,
  443. vote = false,
  444. hasLicense = false,
  445. candemote = false
  446. })
  447.  
  448. TEAM_CHIENP = DarkRP.createJob("Chien", {
  449. color = Color(207, 98, 32, 255),
  450. model = {"models/doge_player/doge_player.mdl"},
  451. description = [[Un chien est un animal qui veux être adopté par un seul maitre.]],
  452. weapons = {"weapon_dogswep", "itemstore_pickup"},
  453. command = "cestlechien",
  454. max = 0,
  455. salary = 0,
  456. admin = 0,
  457. vote = false,
  458. hasLicense = false,
  459. candemote = false
  460. })
  461.  
  462. TEAM_COCA = DarkRP.createJob("Fabriquant De Cocaïne", {
  463. color = Color(29, 212, 51, 255),
  464. model = {
  465. "models/player/hostage/hostage_01.mdl",
  466. "models/player/hostage/hostage_04.mdl"
  467. },
  468. description = [[La cocaïne est un alcaloïde tropanique extrait de la feuille de coca. Psychotrope, elle est un ..... en cocaïne pure dans le produit final trouvé dans le contexte d'une commercialisation illégale varie en fonction des procédés de fabrication.]],
  469. weapons = {"weapon_arc_atmcard", "itemstore_pickup"},
  470. command = "lecoca",
  471. max = 5,
  472. salary = 50,
  473. admin = 0,
  474. vote = false,
  475. hasLicense = false,
  476. candemote = false
  477. })
  478.  
  479. TEAM_BETER = DarkRP.createJob("Fabriquant De Weed", {
  480. color = Color(29, 212, 51, 255),
  481. model = {
  482. "models/player/hostage/hostage_01.mdl",
  483. "models/player/hostage/hostage_04.mdl"
  484. },
  485. description = [[Un Fabricant de weed est une personne fabrique de la weed pour la revendre plus tard.]],
  486. weapons = {"weapon_arc_atmcard", "itemstore_pickup"},
  487. command = "fk",
  488. max = 5,
  489. salary = 50,
  490. admin = 0,
  491. vote = false,
  492. hasLicense = false,
  493. candemote = false
  494. })
  495.  
  496. TEAM_COLISIMO = DarkRP.createJob("*VIP* Livreur", {
  497. color = Color(100, 30, 3, 122),
  498. model = {"models/player/phoenix.mdl"},
  499. description = [[Un livreur est une personne qui livre un colis par exemple.]],
  500. weapons = {"weapon_fists","weapon_arc_atmcard","pocket", "itemstore_pickup"},
  501. command = "livrerchezvou",
  502. max = 5,
  503. salary = 150,
  504. admin = 0,
  505. vote = false,
  506. hasLicense = true,
  507. customCheck = function(ply) return CLIENT or
  508. table.HasValue({"VIP", "EpicVIP", "admin", "superadmin", "Modérateur-Test-VIP", "Modérateur-Test-EpicVIP", "Modérateur-VIP", "Modérateur-EpicVIP"}, ply:GetNWString("usergroup"))
  509. end,
  510. CustomCheckFailMsg = "Métier VIP",
  511. })
  512.  
  513. TEAM_SEGPA = DarkRP.createJob("Senpai", {
  514. color = Color(188, 0, 255, 255),
  515. model = {
  516. "models/fzone96/senpai.mdl"},
  517. description = [[Job perso de Senpai]],
  518. weapons = {"weapon_arc_atmcard", "itemstore_pickup","csgo_m9_damascus","csgo_m9_ddpat","csgo_m9_marblefade"},
  519. command = "senpag",
  520. max = 1,
  521. salary = 0,
  522. admin = 0,
  523. vote = false,
  524. hasLicense = false,
  525. candemote = false
  526. })
  527.  
  528. TEAM_FILLE = DarkRP.createJob("Petite Fille", {
  529. color = Color(188, 0, 255, 255),
  530. model = {
  531. "models/captainbigbutt/vocaloid/chibi_miku_ap.mdl"},
  532. description = [[Une petite fille vous êtes a la recherche d'un papa, maman qui veux bien vous adopté.]],
  533. weapons = {"weapon_arc_atmcard", "itemstore_pickup"},
  534. command = "jesuisunfile",
  535. max = 5,
  536. salary = 0,
  537. admin = 0,
  538. vote = false,
  539. hasLicense = false,
  540. candemote = false
  541. })
  542.  
  543. --[[---------------------------------------------------------------------------
  544. Define which team joining players spawn into and what team you change to if demoted
  545. ---------------------------------------------------------------------------]]
  546. GAMEMODE.DefaultTeam = TEAM_CITOYEN
  547.  
  548.  
  549. --[[---------------------------------------------------------------------------
  550. Define which teams belong to civil protection
  551. Civil protection can set warrants, make people wanted and do some other police related things
  552. ---------------------------------------------------------------------------]]
  553.  
  554. --[[---------------------------------------------------------------------------
  555. Jobs that are hitmen (enables the hitman menu)
  556. ---------------------------------------------------------------------------]]
  557. DarkRP.addHitmanTeam(TEAM_GFDZS)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement