TEAM_CHEFGANGSTER = DarkRP.createJob("Chef des Gangsters", {
color = Color(25, 25, 25, 255),
model = "models/player/gman_high.mdl",
description = [[Le chef des gangsters est le patron des criminels dans la ville. Avec sa puissance, il coordonne les gangsters et forme une organisation du crime efficace. Il a la capacite de penetrer dans des maisons en utilisant son lockpick. Le chef des gangsters possede la capacite de vous liberer de prison.]],
weapons = {"weapon_fists", "lockpick", "unarrest_stick","weapon_arc_atmcard","pocket"},
command = "chefgangster",
max = 1,
salary = 70,
admin = 0,
vote = false,
hasLicense = false,
})
TEAM_MOB = DarkRP.createJob("Assassin", {
color = Color(25, 25, 25, 255),
model = "models/player/ezio.mdl",
description = [[Prenez les contrats de vos clients.]],
weapons = {"weapon_fists", "fas2_m24", "m9k_knife","weapon_arc_atmcard","pocket"},
command = "mobboss",
max = 1,
salary = 65,
admin = 0,
vote = true,
hasLicense = false,
})
TEAM_GUN = DarkRP.createJob("Vendeur d'armes", {
color = Color(255, 140, 0, 255),
model = "models/player/monk.mdl",
description = [[Le vendeur d'armes est la seule personne qui peut vendre des armes a d'autres personnes. Assurez-vous que vous n'etes pas pris à vendre des armes a feu illegales au public! Vous pourriez etre arretez!]],
weapons = {"weapon_fists","weapon_arc_atmcard","pocket"},
command = "gundealer",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
})
TEAM_DEALER = DarkRP.createJob("Dealer", {
color = Color(255, 140, 0, 255),
model = "models/player/odessa.mdl",
description = [[Le dealer est un vendeur de drogue, produits illicites ou dopants. Ce terme s'applique aux petits revendeurs de rue et de parc et pour de petites quantites de produits. On rencontre aussi le terme trafiquant]],
weapons = {"weapon_fists","weapon_arc_atmcard","pocket"},
command = "dealer",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
})
TEAM_DIVER = DarkRP.createJob("Quincailler", {
color = Color(255, 140, 0, 255),
model = "models/player/eli.mdl",
description = [[Une quincaillerie est un type de commerce de detail, destine au professionnel ou au particulier, vendant principalement des outils, des fournitures et materiel de bricolage, ou des ustensiles menagers. On appelle quincaillier le responsable de ce commerce.]],
weapons = {"weapon_fists","weapon_arc_atmcard","pocket"},
command = "diver",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
})
TEAM_MEDIC = DarkRP.createJob("Docteur", {
color = Color(47, 79, 79, 255),
model = "models/11thdoctor/thedoctor.mdl",
description = [[Un docteur est un professionnel de la sante titulaire d'un diplôme de docteur en médecine. Il soigne les maladies, pathologies et blessures. Il travaille generalement au sein d'une equipe de professionnels de la sante. Faites un clic droit avec le kit médical pour vous soigner.]],
weapons = {"weapon_fists", "med_kit","weapon_arc_atmcard","pocket"},
command = "medic",
max = 3,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
medic = true,
})
TEAM_CHIEF = DarkRP.createJob("Commissaire", {
color = Color(20, 20, 255, 255),
model = {
"models/player/uk_police/uk_police_01.mdl",
"models/player/uk_police/uk_police_01.mdl",
"models/player/uk_police/uk_police_01.mdl",
"models/player/uk_police/uk_police_01.mdl",
"models/player/uk_police/uk_police_01.mdl",
"models/player/uk_police/uk_police_01.mdl",
"models/player/uk_police/uk_police_01.mdl",
"models/player/uk_police/uk_police_01.mdl",
"models/player/uk_police/uk_police_01.mdl"
},
description = [[Le commisaire coordonne les policiers, il dirige le commissariat et c'est lui qui dirige les operations. Respectez le sous peine d'etre virez de la police.]],
weapons = {"keypad_cracker", "weapon_stungun", "weapon_fists", "arrest_stick", "unarrest_stick", "fas2_deagle", "stunstick", "door_ram", "weaponchecker", "fas2_mp5a5", "handcuffs","pocket","weapon_arc_atmcard"},
command = "chief",
max = 1,
salary = 100,
admin = 0,
vote = false,
hasLicense = true,
chief = true,
NeedToChangeFrom = TEAM_POLICE,
})
TEAM_MAYOR = DarkRP.createJob("Maire", {
color = Color(150, 20, 20, 255),
model = "models/fearless/mayor1.mdl",
description = [[Le maire est une personne physique representant l'autorite municipale. Dans de nombreux cas, il est le detenteur du pouvoir, et doit garder la bonne economie au sein de sa ville !]],
weapons = {"weapon_fists","weapon_arc_atmcard","pocket"},
command = "mayor",
max = 1,
salary = 125,
admin = 0,
vote = true,
hasLicense = false,
mayor = true,
})
TEAM_HACKER = DarkRP.createJob("*VIP* Hacker", {
color = Color(80, 45, 0, 255),
model = {"models/player/aiden_pearce.mdl"},
description = [[En securite informatique, un hacker est un specialiste dans la maîtrise de la securite informatique et donc des moyens de déjouer cette securite. Certains d'entre eux utilisent ce savoir-faire dans un cadre illegal pour pirater des atm.]],
weapons = {"weapon_hack_phone", "weapon_arc_atmhack", "weapon_arc_atmcard","pocket"},
command = "hacker",
max = 3,
salary = 10,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
customCheck = function(ply) return ply:CheckGroup("VIP") or ply:IsAdmin() end,
})
TEAM_HOBO = DarkRP.createJob("SDF", {
color = Color(80, 45, 0, 255),
model = "models/player/corpse1.mdl",
description = [[Vous avez perdu toutes vos économies, maisons etc.. ]],
weapons = {"weapon_fists", "weapon_bugbait","weapon_arc_atmcard","pocket"},
command = "hobo",
max = 5,
salary = 2,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
hobo = true,
})
TEAM_BANK = DarkRP.createJob("Banquier", {
color = Color(255, 215, 0, 255),
model = "models/player/hostage/hostage_02.mdl",
description = [[Occupez vous des printers de vos clients.]],
weapons = {"weapon_fists","weapon_arc_atmcard","pocket"},
command = "bank",
max = 1,
salary = 35,
admin = 0,
vote = false,
hasLicense = false,
-- Insert customCheck here if you have one and want one.
})
TEAM_SWAT = DarkRP.createJob("SWAT", {
color = Color(20, 20, 255, 255),
model = {"models/player/swat.mdl"},
description = [[Un SWAT, acronyme de Special Weapons and Tactics, est une unite specialisee existante dans les principales polices, capable de mener des operations a hauts risques avec un armement et des tactiques adaptees.Ses missions peuvent consister en des assauts coordonnes contre des objectifs choisis tels que des criminels lourdement armes dans des lieux retranches..]],
weapons = {"weapon_stungun", "weapon_fists", "arrest_stick", "unarrest_stick", "fas2_deagle", "stunstick", "door_ram", "weaponchecker", "fas2_m4a1", "handcuffs","weapon_arc_atmcard","pocket"},
command = "swat",
max = 2,
salary = 115,
admin = 0,
vote = true,
hasLicense = true,
-- Insert customCheck here if you have one and want one.
})
TEAM_SWATCHIEF = DarkRP.createJob("*VIP* Chef SWAT", {
color = Color(20, 20, 255, 255),
model = {"models/player/urban.mdl"},
description = [[Dirigez votre unité du S.W.A.T]],
weapons = {"pocket","keypad_cracker", "weapon_stungun", "weapon_fists", "arrest_stick", "unarrest_stick", "fas2_deagle", "stunstick", "door_ram", "weaponchecker", "fas2_m4a1", "handcuffs", "fas2_m3s90","weapon_arc_atmcard"},
command = "swatchief",
max = 1,
salary = 125,
admin = 0,
vote = true,
hasLicense = true,
customCheck = function(ply) return ply:CheckGroup("VIP") or ply:IsAdmin() end,
})
TEAM_THIEF = DarkRP.createJob("Voleur", {
color = Color(20, 150, 20, 255),
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"},
description = [[Volez tout ce que vous pouvez avec les outils fournis avec votre job.]],
weapons = {"weapon_fists", "keypad_cracker", "lockpick", "pickpocket","weapon_arc_atmcard","pocket"},
command = "thief",
max = 4,
salary = 30,
admin = 0,
vote = false,
hasLicense = false,
-- Insert customCheck here if you have one and want one.
})
TEAM_PSYCO = DarkRP.createJob("*VIP* Psycopathe", {
color = Color(119 , 136, 153, 255),
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"},
description = [[Tuez toutes vos proies dans un endroit discret sans temoin(s). Il ne doit pas y avoir de temoin(s) !]],
weapons = {"weapon_fists", "fas2_machete","weapon_arc_atmcard","pocket"},
command = "psyco",
max = 4,
salary = 20,
admin = 0,
vote = true,
hasLicense = false,
customCheck = function(ply) return ply:CheckGroup("VIP") or ply:IsAdmin() end,
})
TEAM_BRA = DarkRP.createJob("*VIP* Braqueur", {
color = Color(75, 75, 75, 255),
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"},
description = [[Un braquage est un vol a main armee dans une banque ou dans un magasin generalement dans le but d'y derober de l'argent ou des objets de valeur. Dans la plupart des juridictions nationales le braquage est un crime..]],
weapons = {"weapon_fists", "lockpick", "keypad_cracker", "fas2_deagle","weapon_arc_atmcard","pocket"},
command = "braqueur",
max = 4,
salary = 50,
admin = 0,
vote = true,
hasLicense = false,
customCheck = function(ply) return ply:CheckGroup("VIP") or ply:IsAdmin() end,
})
TEAM_BODYGUARD = DarkRP.createJob("Garde du Corps", {
color = Color(244, 164, 96, 255),
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"},
description = [[Un Garde du Corps est un individu dont la fonction est de proteger le corps, et donc la vie, d'une personne a laquelle il est attachez.]],
weapons = {"weapon_fists", "stunstick", "weaponchecker","weapon_arc_atmcard","pocket"},
command = "bodyguard",
max = 4,
salary = 55,
admin = 0,
vote = true,
hasLicense = true,
-- Insert customCheck here if you have one and want one.
})
TEAM_SECRETARY = DarkRP.createJob("Secretaire du Maire", {
color = Color(150, 20, 20, 255),
model = {"models/player/mossman.mdl"},
description = [[Vous etes la secretaire du maire, occupez vous de ses rendez-vous.]],
weapons = {"weapon_fists","weapon_arc_atmcard","pocket"},
command = "secretary",
max = 1,
salary = 100,
admin = 0,
vote = true,
hasLicense = false,
-- Insert customCheck here if you have one and want one.
})