- Initiateur de la discussion
séméron23
Psychopathe
- Messages
- 1 305
- Score réaction
- 310
- Points
- 290
Bonjour je sawn sous la map et il n'y a plus aucun métier , a la consolle l'ereur vient des job: addons/darkrpmodification/lua/darkrp_customthings/jobs.lua:20: '=' expected near TEAM_CITIZEN'
Mais quesque sa veut dire , mon job.lua:
z--[[---------------------------------------------------------------------------
DarkRP custom jobs
---------------------------------------------------------------------------
This file contains your custom jobs.
This file should also contain jobs from DarkRP that you edited.
Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
Once you've done that, copy and paste the job to this file and edit it.
The default jobs can be found here:
https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
For examples and explanation please visit this wiki page:
http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
Add jobs under the following line:
---------------------------------------------------------------------------]]
TEAM_CITIZEN = DarkRP.createJob("Citoyen", {
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_01.mdl",
"models/humans/group02/player/temale_07.mdl"
},
description = [[Le citoyen est le niveau le plus fondamental de la société , vous pouvez tenir en plus d'être un clochard . Vous avez pas de rôle spécifique dans la vie de la ville.]],
weapons = {},
command = "citizen",
max = 0,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "Citizens",
})
TEAM_ENFANT = DarkRP.createJob("[VIP]Enfant Magique", {
color = Color(20, 150, 20, 255),
model = {
"models/player/dewobedil/chucky/chucky_npc.mdl"
},
description = [[Le citoyen est le niveau le plus fondamental de la société , vous pouvez tenir en plus d'être un clochard . Vous avez pas de rôle spécifique dans la vie de la ville.]],
weapons = {"blink", "swep_vortigaunt_beam"},
command = "enfant",
max = 0,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_HOBO = DarkRP.createJob("SDF", {
color = Color(20, 150, 20, 255),
model = {
"models/half-dead/metroll/m1b1.mdl",
"models/half-dead/metroll/m2b1.mdl",
"models/half-dead/metroll/m3b1.mdl",
"models/half-dead/metroll/m4b1.mdl",
"models/half-dead/metroll/m5b1.mdl",
"models/half-dead/metroll/m6b1.mdl",
"models/half-dead/metroll/m7b1.mdl",
"models/half-dead/metroll/m8b1.mdl",
"models/half-dead/metroll/m9b1.mdl"
},
description = [[Le membre le plus bas de la société . Tout le monde se moque de vous.
Vous avez pas de maison.
mandiez pour votre nourriture et de l'argent
Chantez pour tout le monde qui passe à obtenir de l'argent
Faites votre propre maison en bois , quelque part dans un coin ou à l'extérieur de la porte de quelqu'un d'autre]],
weapons = {"weapon_bugbait"},
command = "hobo",
max = 5,
salary = 0,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
hobo = true,
category = "Citizens",
})
TEAM_COOK = DarkRP.createJob("Cuisinier", {
color = Color(20, 150, 20, 255),
model = "models/player/mossman.mdl",
description = [[Comme un cuisinier , il est de votre responsabilité de nourrir les autres membres de votre ville.]],
weapons = {""},
command = "cook",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
cook = true,
})
TEAM_MEDIC = DarkRP.createJob("Docteur", {
color = Color(20, 150, 20, 255),
model = {
"models/player/portal/Male_02_Medic.mdl",
"models/player/portal/Male_04_Medic.mdl",
"models/player/portal/Male_05_Medic.mdl",
"models/player/portal/Male_06_Medic.mdl",
"models/player/portal/Male_07_Medic.mdl",
"models/player/portal/Male_08_Medic.mdl",
"models/player/portal/Male_09_Medic.mdl"
},
description = [[Avec vos connaissances médicales vous travaillez pour restaurer joueurs en pleine santé.
Sans un médecin , les gens ne peuvent pas être guéris.
Clic gauche avec le kit médical pour guérir d'autres joueurs.
Faites un clic droit avec le kit médical pour vous guérir.]],
weapons = {"med_kit", "weapon_defibrilator"},
command = "medic",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
medic = true,
category = "Citizens",
})
TEAM_BANQUIER = DarkRP.createJob("Banquier", {
color = Color(20, 150, 20, 255),
model = "models/11thdoctor/thedoctor.mdl",
description = [[vous étes un banquier.
acceuillez vos client stocker leur printer et prenez un pourcentage!]],
weapons = {""},
command = "banquier",
max = 1,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
})
TEAM_TAXIEUR = DarkRP.createJob("Chauffeur de taxi", {
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 = [[vous étes un chaufeur de taxi.
allez vous achetez un taxi et gagnez de l'argent en deposant des gens!]],
weapons = {""},
command = "taxieur",
max = 3,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
})
TEAM_MECANICIEN = DarkRP.createJob("Mécanicien", {
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 = [[Vous réparez les véhicules des personnes quand ils ont besoin de votre aide.]],
weapons = {"vc_wrench"},
command = "mecanicien",
max = 2,
salary = 65,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
})
TEAM_VOLEUR = DarkRP.createJob("Voleur", {
color = Color(20, 150, 20, 255),
model = "models/h-d/2sg/simonplayer.mdl",
description = [[Vous étes un voleur,
allez voler.
bande de voleur.]],
weapons = {"lockpick", "keypad_cracker"},
command = "voleur",
max = 3,
salary = 65,
admin = 0,
vote = true,
hasLicense = false,
category = "Citizens",
})
TEAM_VIOLEUR = DarkRP.createJob("[VIP]Violeur", {
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 = [[Vous étes un violeur,
allez viole des filles en les baisant a part si vous étes pd je dit rien chuuut.]],
weapons = {"weapon_adult"},
command = "violeur",
max = 2,
salary = 25,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" or ply:GetNWString("usergroup") == "admin" or ply:GetNWString("usergroup") == "moderateur" or ply:GetNWString("usergroup") == "Modo-Test" end,
})
TEAM_FABRIQUANTM = DarkRP.createJob("[VIP]Producteur de methamphetamine", {
color = Color(20, 150, 20, 255),
model = "models/player/kleiner.mdl",
description = [[vous étes un fabriquant de meth.
Faite de la meth puis vendais le à un consomateur mais fait gaffe au poulets!]],
weapons = {""},
command = "frabriquantm",
max = 2,
salary = 75,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_FABRIQUANTw = DarkRP.createJob("[VIP]Producteur de Weed", {
color = Color(20, 150, 20, 255),
model = "models/player/kleiner.mdl",
description = [[vous étes un fabriquant weed.
Faite de la weed puis vendais le à un consomateur mais fait gaffe au poulets!]],
weapons = {"sent_tablet"},
command = "frabriquantw",
max = 2,
salary = 75,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_FERMIER = DarkRP.createJob("[VIP] Paysan", {
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 = [[Vous étes un paysan,
allez faire poussez des fruit et légumes dans votre jardin.
et allez les vendre au vendeur de légumes.]],
weapons = {""},
command = "fermier",
max = 4,
salary = 75,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_GUN = DarkRP.createJob("Vendeur d'arme", {
color = Color(255, 140, 0, 255),
model = "models/player/t_leet.mdl",
description = [[Tu vend des cigarette !]],
weapons = {""},
command = "cigarette",
max = 3,
salary = 45,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
})
TEAM_COUTEAUX = DarkRP.createJob("[VIP]Vendeur de couteaux", {
color = Color(255, 140, 0, 255),
model = "models/player/lara_croft.mdl",
description = [[Le Vendeur de couteaux est la seule personne qui peut vendre des couteaux à d'autres personnes.
Assurez-vous que vous n'êtes pas pris à vendre des couteaux au personne sans license ! Vous pourriez être arrêté !]],
weapons = {""},
command = "couteaux",
max = 3,
salary = 45,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_GARDEDUCORP = DarkRP.createJob("Garde du Corp", {
color = Color(20, 150, 20, 255),
model = {"models/fearless/wsuit09.mdl"},
description = [[Vous étes le garde du corp du maire.
protégée le pour votre vie.
assurez vous de le suivre partout ou il va.]],
weapons = {"fas2_deagle", "weapon_cuff_standard"},
command = "gardeducorp",
max = 2,
salary = 55,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
})
TEAM_AGENT = AddExtraTeam("Agent de la BAC", {
color = Color(0, 51, 204, 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"},
description = [[Un Agent de la Bac par en mission sous couverture civile pour arrêter les hors la lois.]],
weapons = {"fas2_deagle", "lockpick", "stunstick", "weaponchecker", "stungun", "policebadgewallet", "unarrest_stick", "arrest_stick", "speedchecker", "weapon_cuff_standard", "police_checker"},
command = "agent",
max = 3,
salary = 65,
admin = 0,
vote = false,
hasLicense = true,
category = "Civil Protection",
})
TEAM_POLICE = DarkRP.createJob("Policier", {
color = Color(20, 20, 255, 255),
model = {
"models/player/santosrp/Male_02_santosrp.mdl",
"models/player/santosrp/Male_04_santosrp.mdl",
"models/player/santosrp/Male_05_santosrp.mdl",
"models/player/santosrp/Male_06_santosrp.mdl",
"models/player/santosrp/Male_07_santosrp.mdl",
"models/player/santosrp/Male_08_santosrp.mdl",
"models/player/santosrp/Male_09_santosrp.mdl"
},
description = [[Le protecteur de chaque citoyen qui vit dans la ville.
Vous avez le pouvoir d'arrêter les criminels et protéger les innocents.
Frapper un joueur avec votre arrestation matraque pour les mettre en prison.
Frappez un joueur avec un stunstick et ils peuvent apprendre à obéir à la loi.
Le Bélier peut briser la porte d'un criminel , d'un mandat d'arrestation.
Le Bélier peut également débloquer des accessoires congelés (si activé).
Tape /wanted <name> pour alerter le public à la présence d'un criminel.]],
weapons = {"stunstick", "arrest_stick", "unarrest_stick", "door_ram", "weaponchecker", "policebadgewallet", "fas2_p226", "stungun", "speedchecker", "police_checker", "weapon_cuff_standard"},
command = "cp",
max = 8,
salary = 65,
admin = 0,
vote = true,
type = "police",
hasLicense = true,
ammo = {
["pistol"] = 120,
},
category = "Civil Protection",
})
TEAM_CHIEF = DarkRP.createJob("[VIP]Commissaire", {
color = Color(20, 20, 255, 255),
model = "models/fearless/02.mdl",
description = [[Le commissaire est le chef de l'unité de protection civile.
Coordonner la force de police pour faire respecter la loi dans la ville.
Frapper un joueur avec arrestation matraque pour les mettre en prison.
Frappez un joueur avec un stunstick et ils peuvent apprendre à obéir à la loi.
Le Bélier peut briser la porte d'un criminel , avec un mandat pour son / son arrestation.
Tape /wanted <name> pour alerter le public à la présence d'un criminel.]],
weapons = {"stunstick", "arrest_stick", "unarrest_stick", "door_ram", "weaponchecker", "policebadgewallet", "fas2_p226", "stungun", "speedchecker", "fas2_m3s90", "weapon_policeshield", "police_checker", "weapon_cuff_standard"},
command = "chief",
max = 1,
salary = 75,
admin = 0,
vote = true,
type = "police",
hasLicense = true,
chief = true,
NeedToChangeFrom = TEAM_POLICE,
ammo = {
["pistol"] = 120,
},
category = "Civil Protection",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
TEAM_SWAT = DarkRP.createJob("[VIP]GIGN", {
color = Color(20, 20, 255, 255),
model = {"models/fearless/sru02.mdl"},
description = [[Le protecteur de chaque citoyen qui vit dans la ville.
Vous avez le pouvoir d'arrêter les criminels et protéger les innocents.
Frapper un joueur avec votre arrestation matraque pour les mettre en prison.
Frappez un joueur avec un stunstick et ils peuvent apprendre à obéir à la loi.
Le Bélier peut briser la porte d'un criminel , d'un mandat d'arrestation.
Le Bélier peut également débloquer des accessoires congelés (si activé).
Tape /wanted <name> pour alerter le public à la présence d'un criminel.]],
weapons = {"stunstick", "door_ram", "weaponchecker", "policebadgewallet", "unarrest_stick", "arrest_stick", "fas2_ots33", "stungun", "fas2_famas", "weapon_policeshield", "speedchecker", "weapon_cuff_standard", "police_checker"},
command = "swat",
max = 5,
salary = 55,
admin = 0,
vote = true,
hasLicense = true,
help = {
"S'il vous plaît ne pas abuser de votre travail",
"Lorsque vous arrêtez quelqu'un qu'ils sont auto transportés à la prison.",
"Ils sont auto laisser sortir de prison après un certain temps",
"Tape /warrant [Nick|SteamID|Status ID] pour définir un mandat de perquisition pour un joueur.",
"Tape /wanted [Nick|SteamID|Status ID] pour alerter tout le monde à un suspect recherché",
"Tape /unwanted [Nick|SteamID|Status ID] pour effacer le suspect",
},
category = "Civil Protection",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_SWATL = DarkRP.createJob("[VIP] Chef du GIGN", {
color = Color(20, 20, 255, 255),
model = {"models/fearless/sru01.mdl"},
description = [[Le protecteur de chaque citoyen qui vit dans la ville.
Vous avez le pouvoir d'arrêter les criminels et protéger les innocents.
Frapper un joueur avec votre arrestation matraque pour les mettre en prison.
Frappez un joueur avec un stunstick et ils peuvent apprendre à obéir à la loi.
Le Bélier peut briser la porte d'un criminel , d'un mandat d'arrestation.
Le Bélier peut également débloquer des accessoires congelés (si activé).
Tape /wanted <name> pour alerter le public à la présence d'un criminel.]],
weapons = {"stunstick", "door_ram", "weaponchecker", "policebadgewallet", "arrest_stick", "unarrest_stick", "fas2_ots33", "stungun", "fas2_famas", "weapon_policeshield", "speedchecker", "m9k_remington870", "weapon_cuff_standard", "police_checker"},
command = "swatl",
max = 1,
salary = 75,
admin = 0,
vote = true,
hasLicense = true,
help = {
"S'il vous plaît ne pas abuser de votre travail",
"Lorsque vous arrêtez quelqu'un qu'ils sont auto transportés à la prison.",
"Ils sont auto laisser sortir de prison après un certain temps",
"Tape /warrant [Nick|SteamID|Status ID] pour définir un mandat de perquisition pour un joueur.",
"Tape /wanted [Nick|SteamID|Status ID] pour alerter tout le monde à un suspect recherché",
"Tape /unwanted [Nick|SteamID|Status ID] pour effacer le suspect",
},
category = "Civil Protection",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_MAYOR = DarkRP.createJob("Maire", {
color = Color(150, 20, 20, 255),
model = "models/obama/obama.mdl",
description = [[Le maire de la ville crée des lois pour régir la ville.
Si vous êtes le maire , vous pouvez créer et accepter des bons de souscription.
Tape /wanted <name> pour justifier un joueur.
Tape /lockdown initier un verrouillage de la ville.
Tout le monde doit être à l'intérieur pendant un verrouillage.
Les flics patrouillent la zone.
/unlockdown pour mettre fin à un verrouillage]],
weapons = {""},
command = "mayor",
max = 1,
salary = 75,
admin = 0,
vote = true,
hasLicense = true,
mayor = true,
category = "Civil Protection",
PlayerDeath = function(ply, weapon, killer)
ply:teamBan()
ply:changeTeam(GAMEMODE.DefaultTeam, true)
if killer:IsPlayer() then
DarkRP.notifyAll(0, 4, "Le maire a ete tue et est demote.")
else
DarkRP.notifyAll(0, 4, "Le maire est mort et a ete demote.")
end
end
})
TEAM_SMAIRE = DarkRP.createJob("Secrétaire du Maire", {
color = Color(20, 150, 20, 255),
model = "models/fearless/rosa.mdl",
description = [[Tu es la secrétaire du maire.]],
weapons = {""},
command = "smaire",
max = 1,
salary = 65,
admin = 0,
vote = false,
hasLicense = false,
})
TEAM_GARDEDUMAIRE = DarkRP.createJob("Garde du Maire", {
color = Color(20, 150, 20, 255),
model = {"models/fearless/wsuit09.mdl"},
description = [[Vous étes le garde du corp du maire.
protégée le pour votre vie.
assurez vous de le suivre partout ou il va.]],
weapons = {"fas2_deagle", "weapon_cuff_standard"},
command = "gardedumaire",
max = 2,
salary = 55,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
})
TEAM_JUGE = DarkRP.createJob("Juge", {
color = Color(20, 150, 20, 255),
model = "models/fearless/mayor1.mdl",
description = [[tu es un juge.
juge tous les coupable arrétée par la police.
la peine de mort et interdit.]],
weapons = {""},
command = "juge",
max = 1,
salary = 120,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
})
TEAM_AVOCAT = DarkRP.createJob("Avocat", {
color = Color(20, 150, 20, 255),
model = {"models/fearless/mayor2.mdl"},
description = [[Tu es un Avocat.
protége les personne qui sont coupable au jury.
essaye de discutée et de fournir des preuve avant la santence.]],
weapons = {""},
command = "avocat",
max = 3,
salary = 55,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
})
TEAM_MOB = DarkRP.createJob("[VIP] Chef des gangster", {
color = Color(20, 150, 20, 255),
model = "models/player/gman_high.mdl",
description = [[Le chef des gangster 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 capacité de pénétrer dans les maisons en utilisant un lockpick.]],
weapons = {"lockpick"},
command = "mobboss",
max = 1,
salary = 55,
admin = 0,
vote = true,
hasLicense = false,
category = "Gangsters",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_GANG = DarkRP.createJob("Gangster", {
color = Color(20, 150, 20, 255),
model = {
"models/player/Group03/Female_01.mdl",
"models/player/Group03/Female_02.mdl",
"models/player/Group03/Female_03.mdl",
"models/player/Group03/Female_04.mdl",
"models/player/Group03/Female_06.mdl",
"models/player/group03/male_01.mdl",
"models/player/Group03/Male_02.mdl",
"models/player/Group03/male_03.mdl",
"models/player/Group03/Male_04.mdl",
"models/player/Group03/Male_05.mdl",
"models/player/Group03/Male_06.mdl",
"models/player/Group03/Male_07.mdl",
"models/player/Group03/Male_08.mdl",
"models/player/Group03/Male_09.mdl"
},
description = [[La personne la plus fiable de la criminalité.
Un gangster travaille généralement pour leur chef qui dirige la famille du crime.
Le chef des gangster définit votre agenda et vous suivent ou vous pourriez être puni.]],
weapons = {},
command = "gangster",
max = 5,
salary = 25,
admin = 0,
vote = false,
hasLicense = false,
category = "Gangsters",
})
TEAM_PARRAIN = DarkRP.createJob("[VIP] Parrain", {
color = Color(20, 150, 20, 255),
model = "models/fearless/don1.mdl",
description = [[vous étes le parrain.
organisez des bisness pour gagner bc d'argent et donner des mission aux mafieux!]],
weapons = {"lockpick"},
command = "parrain",
max = 1,
salary = 110,
admin = 0,
vote = true,
hasLicense = true,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_MAFIEUX = DarkRP.createJob("Mafia", {
color = Color(20, 150, 20, 255),
model = {"models/fearless/mafia02.mdl", "models/fearless/mafia04.mdl", "models/fearless/mafia07.mdl", "models/fearless/mafia09.mdl"},
description = [[vous étes un mafieux.
vous étes au ordre du parrain pour les bisness!]],
weapons = {""},
command = "mafieux",
max = 5,
salary = 75,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
})
TEAM_CHEFTRIAD = DarkRP.createJob("[VIP] Chef Triads Jade", {
color = Color(0, 250, 0, 255),
model = {
"models/SD/Players/[dbs_grappler].mdl",
"models/SD/Players/[dbs_grappler_2].mdl"
},
description = [[Vous étes le Chef de la Triads Jad.
Organisez des bisness pour gagner bc d'argent et donner des mission aux autre de votre goupe.]],
weapons = {"weapon_arc_atmcard", "weapon_fists"},
command = "cheftriadsjade",
max = 1,
salary = 15,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_TRIAD = DarkRP.createJob("Triads Jade", {
color = Color(0, 250, 0, 255),
model = {
"models/SD/Players/[dbs_brawler]-head_brawler_dbs.mdl",
"models/SD/Players/[dbs_brawler_2]-head_brawler_dbs.mdl",
"models/SD/Players/[dbs_quick]-head_quick_dbs.mdl",
"models/SD/Players/[dbs_quick]-head_quick_dbs_2.mdl",
"models/SD/Players/[dbs_quick]-head_striker_dbs.mdl",
"models/SD/Players/[dbs_striker]-head_striker_dbs.mdl",
"models/SD/Players/[dbs_striker]-head_quick_dbs_2.mdl"
},
description = [[Vous étes un Triads Jad.
Vous étes au ordre du Chef de la Triads Jad pour les bisness!]],
weapons = {"weapon_arc_atmcard", "weapon_fists"},
command = "triadsjade",
max = 5,
salary = 10,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "Citizens",
})
TEAM_CBRAQUEUR = DarkRP.createJob("[VIP]Chef des Braqueurs", {
color = Color(20, 150, 20, 255),
model = {"models/code_gs/robber/robberplayer.mdl"},
description = [[Tu es le leader des braqueurs organise des braquage de banque ou plein de bisness illégal.]],
weapons = {"lockpick"},
command = "cbraqueur",
max = 1,
salary = 65,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_BRAQUEUR = DarkRP.createJob("Braqueur", {
color = Color(20, 150, 20, 255),
model = {"models/code_gs/robber/robberplayer.mdl"},
description = [[Le Braqueur organise des braquage de banque avec le Leader des braqueurs.]],
weapons = {},
command = "braqueur",
max = 3,
salary = 75,
admin = 0,
vote = false,
hasLicense = false,
candemote = true,
})
TEAM_BLOODZ = DarkRP.createJob("Bloodz", {
color = Color(20, 150, 20, 255),
model = {"models/player/bloodz/slow_2.mdl", "models/player/bloodz/slow_3.mdl", "models/player/bloodz/slow_1.mdl"},
description = [[La personne la plus fiable de la criminalité.
Un Bloodz fonctionne généralement pour le Chef des Bloodz qui dirige la famille du crime.
Vos pire énemie se sont les cripz.]],
weapons = {},
command = "bloodz",
max = 6,
salary = 66,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
})
TEAM_CRIPZ = DarkRP.createJob("Cripz", {
color = Color(20, 150, 20, 255),
model = {
"models/player/cripz/slow_1.mdl",
"models/player/cripz/slow_2.mdl",
"models/player/cripz/slow_3.mdl"
},
description = [[La personne la plus fiable de la criminalité.
Un Cripz fonctionne généralement pour le Chef des Cripz qui dirige la famille du crime.
Vos pire énemie se sont les bloodz.]],
weapons = {""},
command = "cripz",
max = 6,
salary = 66,
admin = 0,
vote = false,
hasLicense = false,
category = "Gangsters",
})
TEAM_PSYCHO = DarkRP.createJob("[VIP] Psychopate", {
color = Color(20, 150, 20, 255),
model = "models/player/bobert/tourist.mdl",
description = [[Vous étes un Psychopate vous tuer des personnes discretement.]],
weapons = {"m9k_machete", "m9k_harpoon"},
command = "psychopate",
max = 5,
salary = 200,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
TEAM_MERCENAIRE = DarkRP.createJob("[VIP] Mercenaire", {
color = Color(20, 150, 20, 255),
model = "models/fearless/cr.mdl",
description = [[Vous étes un mercenaire.
Vous pouvez vous ralié à n'importe qu'elle personne pour de l'argent.
gouvernement ou criminel.]],
weapons = {"fas2_an94"},
command = "mercenaire",
max = 1,
salary = 200,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_TERRORISTE = DarkRP.createJob("[VIP] Terroriste", {
color = Color(20, 150, 20, 255),
model = {"models/player/kuma/alqaeda_commando.mdl", "models/player/kuma/taliban_bomber.mdl", "models/player/kuma/taliban_grunt.mdl", "models/player/kuma/taliban_rpg.mdl"},
description = [[Tu es un terroriste avant de faire un attentat t obliger d'attendre qu'il y a au moins 5 personne dans un endroit ne jette pas les bombes pour rien sinon ban.]],
weapons = {"m9k_suicide_bomb", "m9k_proxy_mine", "m9k_knife", "m9k_m61_frag", "m9k_ak74", "weapon_real_cs_flash", "weapon_jihadbomb"},
command = "terroriste",
max = 3,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_HITMAN = DarkRP.createJob("[VIP] Tueur à gage", {
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 = [[Les gens embauchent vous sortez d'autres personnes,
ce travail vous oblige à être entièrement dédiée.
Un seul souffle peut vous faire perdre un coup de feu.]],
weapons = {"fas2_m21"},
command = "hitman",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_STAFF = DarkRP.createJob("STAFF", {
color = Color(150, 20, 20, 255),
model = {
"models/player/anon/anon.mdl",
"models/tfa/comm/h2o/cartoonz.mdl",
"models/toothlesspm/toothlesspm.mdl",
"models/trex_player/trex_player.mdl",
"models/trex_player/trex_player_gray.mdl"
},
description = [[]],
weapons = {""},
command = "staff",
max = 0,
salary = 0,
admin = 1,
vote = false,
hasLicense = true,
category = "Citizens",
})
--[[---------------------------------------------------------------------------
Define which team joining players spawn into and what team you change to if demoted
---------------------------------------------------------------------------]]
GAMEMODE.DefaultTeam = CITIZEN
--[[---------------------------------------------------------------------------
Define which teams belong to civil protection
Civil protection can set warrants, make people wanted and do some other police related things
---------------------------------------------------------------------------]]
GAMEMODE.CivilProtection = {
[TEAM_POLICE] = true,
[TEAM_CHIEF] = true,
[TEAM_MAYOR] = true,
}
--[[---------------------------------------------------------------------------
Jobs that are hitmen (enables the hitman menu)
---------------------------------------------------------------------------]]
DarkRP.addHitmanTeam(TEAM_HITMAN)
Mais quesque sa veut dire , mon job.lua:
z--[[---------------------------------------------------------------------------
DarkRP custom jobs
---------------------------------------------------------------------------
This file contains your custom jobs.
This file should also contain jobs from DarkRP that you edited.
Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
Once you've done that, copy and paste the job to this file and edit it.
The default jobs can be found here:
https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
For examples and explanation please visit this wiki page:
http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
Add jobs under the following line:
---------------------------------------------------------------------------]]
TEAM_CITIZEN = DarkRP.createJob("Citoyen", {
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_01.mdl",
"models/humans/group02/player/temale_07.mdl"
},
description = [[Le citoyen est le niveau le plus fondamental de la société , vous pouvez tenir en plus d'être un clochard . Vous avez pas de rôle spécifique dans la vie de la ville.]],
weapons = {},
command = "citizen",
max = 0,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "Citizens",
})
TEAM_ENFANT = DarkRP.createJob("[VIP]Enfant Magique", {
color = Color(20, 150, 20, 255),
model = {
"models/player/dewobedil/chucky/chucky_npc.mdl"
},
description = [[Le citoyen est le niveau le plus fondamental de la société , vous pouvez tenir en plus d'être un clochard . Vous avez pas de rôle spécifique dans la vie de la ville.]],
weapons = {"blink", "swep_vortigaunt_beam"},
command = "enfant",
max = 0,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_HOBO = DarkRP.createJob("SDF", {
color = Color(20, 150, 20, 255),
model = {
"models/half-dead/metroll/m1b1.mdl",
"models/half-dead/metroll/m2b1.mdl",
"models/half-dead/metroll/m3b1.mdl",
"models/half-dead/metroll/m4b1.mdl",
"models/half-dead/metroll/m5b1.mdl",
"models/half-dead/metroll/m6b1.mdl",
"models/half-dead/metroll/m7b1.mdl",
"models/half-dead/metroll/m8b1.mdl",
"models/half-dead/metroll/m9b1.mdl"
},
description = [[Le membre le plus bas de la société . Tout le monde se moque de vous.
Vous avez pas de maison.
mandiez pour votre nourriture et de l'argent
Chantez pour tout le monde qui passe à obtenir de l'argent
Faites votre propre maison en bois , quelque part dans un coin ou à l'extérieur de la porte de quelqu'un d'autre]],
weapons = {"weapon_bugbait"},
command = "hobo",
max = 5,
salary = 0,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
hobo = true,
category = "Citizens",
})
TEAM_COOK = DarkRP.createJob("Cuisinier", {
color = Color(20, 150, 20, 255),
model = "models/player/mossman.mdl",
description = [[Comme un cuisinier , il est de votre responsabilité de nourrir les autres membres de votre ville.]],
weapons = {""},
command = "cook",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
cook = true,
})
TEAM_MEDIC = DarkRP.createJob("Docteur", {
color = Color(20, 150, 20, 255),
model = {
"models/player/portal/Male_02_Medic.mdl",
"models/player/portal/Male_04_Medic.mdl",
"models/player/portal/Male_05_Medic.mdl",
"models/player/portal/Male_06_Medic.mdl",
"models/player/portal/Male_07_Medic.mdl",
"models/player/portal/Male_08_Medic.mdl",
"models/player/portal/Male_09_Medic.mdl"
},
description = [[Avec vos connaissances médicales vous travaillez pour restaurer joueurs en pleine santé.
Sans un médecin , les gens ne peuvent pas être guéris.
Clic gauche avec le kit médical pour guérir d'autres joueurs.
Faites un clic droit avec le kit médical pour vous guérir.]],
weapons = {"med_kit", "weapon_defibrilator"},
command = "medic",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
medic = true,
category = "Citizens",
})
TEAM_BANQUIER = DarkRP.createJob("Banquier", {
color = Color(20, 150, 20, 255),
model = "models/11thdoctor/thedoctor.mdl",
description = [[vous étes un banquier.
acceuillez vos client stocker leur printer et prenez un pourcentage!]],
weapons = {""},
command = "banquier",
max = 1,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
})
TEAM_TAXIEUR = DarkRP.createJob("Chauffeur de taxi", {
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 = [[vous étes un chaufeur de taxi.
allez vous achetez un taxi et gagnez de l'argent en deposant des gens!]],
weapons = {""},
command = "taxieur",
max = 3,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
})
TEAM_MECANICIEN = DarkRP.createJob("Mécanicien", {
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 = [[Vous réparez les véhicules des personnes quand ils ont besoin de votre aide.]],
weapons = {"vc_wrench"},
command = "mecanicien",
max = 2,
salary = 65,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
})
TEAM_VOLEUR = DarkRP.createJob("Voleur", {
color = Color(20, 150, 20, 255),
model = "models/h-d/2sg/simonplayer.mdl",
description = [[Vous étes un voleur,
allez voler.
bande de voleur.]],
weapons = {"lockpick", "keypad_cracker"},
command = "voleur",
max = 3,
salary = 65,
admin = 0,
vote = true,
hasLicense = false,
category = "Citizens",
})
TEAM_VIOLEUR = DarkRP.createJob("[VIP]Violeur", {
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 = [[Vous étes un violeur,
allez viole des filles en les baisant a part si vous étes pd je dit rien chuuut.]],
weapons = {"weapon_adult"},
command = "violeur",
max = 2,
salary = 25,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" or ply:GetNWString("usergroup") == "admin" or ply:GetNWString("usergroup") == "moderateur" or ply:GetNWString("usergroup") == "Modo-Test" end,
})
TEAM_FABRIQUANTM = DarkRP.createJob("[VIP]Producteur de methamphetamine", {
color = Color(20, 150, 20, 255),
model = "models/player/kleiner.mdl",
description = [[vous étes un fabriquant de meth.
Faite de la meth puis vendais le à un consomateur mais fait gaffe au poulets!]],
weapons = {""},
command = "frabriquantm",
max = 2,
salary = 75,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_FABRIQUANTw = DarkRP.createJob("[VIP]Producteur de Weed", {
color = Color(20, 150, 20, 255),
model = "models/player/kleiner.mdl",
description = [[vous étes un fabriquant weed.
Faite de la weed puis vendais le à un consomateur mais fait gaffe au poulets!]],
weapons = {"sent_tablet"},
command = "frabriquantw",
max = 2,
salary = 75,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_FERMIER = DarkRP.createJob("[VIP] Paysan", {
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 = [[Vous étes un paysan,
allez faire poussez des fruit et légumes dans votre jardin.
et allez les vendre au vendeur de légumes.]],
weapons = {""},
command = "fermier",
max = 4,
salary = 75,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_GUN = DarkRP.createJob("Vendeur d'arme", {
color = Color(255, 140, 0, 255),
model = "models/player/t_leet.mdl",
description = [[Tu vend des cigarette !]],
weapons = {""},
command = "cigarette",
max = 3,
salary = 45,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
})
TEAM_COUTEAUX = DarkRP.createJob("[VIP]Vendeur de couteaux", {
color = Color(255, 140, 0, 255),
model = "models/player/lara_croft.mdl",
description = [[Le Vendeur de couteaux est la seule personne qui peut vendre des couteaux à d'autres personnes.
Assurez-vous que vous n'êtes pas pris à vendre des couteaux au personne sans license ! Vous pourriez être arrêté !]],
weapons = {""},
command = "couteaux",
max = 3,
salary = 45,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_GARDEDUCORP = DarkRP.createJob("Garde du Corp", {
color = Color(20, 150, 20, 255),
model = {"models/fearless/wsuit09.mdl"},
description = [[Vous étes le garde du corp du maire.
protégée le pour votre vie.
assurez vous de le suivre partout ou il va.]],
weapons = {"fas2_deagle", "weapon_cuff_standard"},
command = "gardeducorp",
max = 2,
salary = 55,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
})
TEAM_AGENT = AddExtraTeam("Agent de la BAC", {
color = Color(0, 51, 204, 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"},
description = [[Un Agent de la Bac par en mission sous couverture civile pour arrêter les hors la lois.]],
weapons = {"fas2_deagle", "lockpick", "stunstick", "weaponchecker", "stungun", "policebadgewallet", "unarrest_stick", "arrest_stick", "speedchecker", "weapon_cuff_standard", "police_checker"},
command = "agent",
max = 3,
salary = 65,
admin = 0,
vote = false,
hasLicense = true,
category = "Civil Protection",
})
TEAM_POLICE = DarkRP.createJob("Policier", {
color = Color(20, 20, 255, 255),
model = {
"models/player/santosrp/Male_02_santosrp.mdl",
"models/player/santosrp/Male_04_santosrp.mdl",
"models/player/santosrp/Male_05_santosrp.mdl",
"models/player/santosrp/Male_06_santosrp.mdl",
"models/player/santosrp/Male_07_santosrp.mdl",
"models/player/santosrp/Male_08_santosrp.mdl",
"models/player/santosrp/Male_09_santosrp.mdl"
},
description = [[Le protecteur de chaque citoyen qui vit dans la ville.
Vous avez le pouvoir d'arrêter les criminels et protéger les innocents.
Frapper un joueur avec votre arrestation matraque pour les mettre en prison.
Frappez un joueur avec un stunstick et ils peuvent apprendre à obéir à la loi.
Le Bélier peut briser la porte d'un criminel , d'un mandat d'arrestation.
Le Bélier peut également débloquer des accessoires congelés (si activé).
Tape /wanted <name> pour alerter le public à la présence d'un criminel.]],
weapons = {"stunstick", "arrest_stick", "unarrest_stick", "door_ram", "weaponchecker", "policebadgewallet", "fas2_p226", "stungun", "speedchecker", "police_checker", "weapon_cuff_standard"},
command = "cp",
max = 8,
salary = 65,
admin = 0,
vote = true,
type = "police",
hasLicense = true,
ammo = {
["pistol"] = 120,
},
category = "Civil Protection",
})
TEAM_CHIEF = DarkRP.createJob("[VIP]Commissaire", {
color = Color(20, 20, 255, 255),
model = "models/fearless/02.mdl",
description = [[Le commissaire est le chef de l'unité de protection civile.
Coordonner la force de police pour faire respecter la loi dans la ville.
Frapper un joueur avec arrestation matraque pour les mettre en prison.
Frappez un joueur avec un stunstick et ils peuvent apprendre à obéir à la loi.
Le Bélier peut briser la porte d'un criminel , avec un mandat pour son / son arrestation.
Tape /wanted <name> pour alerter le public à la présence d'un criminel.]],
weapons = {"stunstick", "arrest_stick", "unarrest_stick", "door_ram", "weaponchecker", "policebadgewallet", "fas2_p226", "stungun", "speedchecker", "fas2_m3s90", "weapon_policeshield", "police_checker", "weapon_cuff_standard"},
command = "chief",
max = 1,
salary = 75,
admin = 0,
vote = true,
type = "police",
hasLicense = true,
chief = true,
NeedToChangeFrom = TEAM_POLICE,
ammo = {
["pistol"] = 120,
},
category = "Civil Protection",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
TEAM_SWAT = DarkRP.createJob("[VIP]GIGN", {
color = Color(20, 20, 255, 255),
model = {"models/fearless/sru02.mdl"},
description = [[Le protecteur de chaque citoyen qui vit dans la ville.
Vous avez le pouvoir d'arrêter les criminels et protéger les innocents.
Frapper un joueur avec votre arrestation matraque pour les mettre en prison.
Frappez un joueur avec un stunstick et ils peuvent apprendre à obéir à la loi.
Le Bélier peut briser la porte d'un criminel , d'un mandat d'arrestation.
Le Bélier peut également débloquer des accessoires congelés (si activé).
Tape /wanted <name> pour alerter le public à la présence d'un criminel.]],
weapons = {"stunstick", "door_ram", "weaponchecker", "policebadgewallet", "unarrest_stick", "arrest_stick", "fas2_ots33", "stungun", "fas2_famas", "weapon_policeshield", "speedchecker", "weapon_cuff_standard", "police_checker"},
command = "swat",
max = 5,
salary = 55,
admin = 0,
vote = true,
hasLicense = true,
help = {
"S'il vous plaît ne pas abuser de votre travail",
"Lorsque vous arrêtez quelqu'un qu'ils sont auto transportés à la prison.",
"Ils sont auto laisser sortir de prison après un certain temps",
"Tape /warrant [Nick|SteamID|Status ID] pour définir un mandat de perquisition pour un joueur.",
"Tape /wanted [Nick|SteamID|Status ID] pour alerter tout le monde à un suspect recherché",
"Tape /unwanted [Nick|SteamID|Status ID] pour effacer le suspect",
},
category = "Civil Protection",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_SWATL = DarkRP.createJob("[VIP] Chef du GIGN", {
color = Color(20, 20, 255, 255),
model = {"models/fearless/sru01.mdl"},
description = [[Le protecteur de chaque citoyen qui vit dans la ville.
Vous avez le pouvoir d'arrêter les criminels et protéger les innocents.
Frapper un joueur avec votre arrestation matraque pour les mettre en prison.
Frappez un joueur avec un stunstick et ils peuvent apprendre à obéir à la loi.
Le Bélier peut briser la porte d'un criminel , d'un mandat d'arrestation.
Le Bélier peut également débloquer des accessoires congelés (si activé).
Tape /wanted <name> pour alerter le public à la présence d'un criminel.]],
weapons = {"stunstick", "door_ram", "weaponchecker", "policebadgewallet", "arrest_stick", "unarrest_stick", "fas2_ots33", "stungun", "fas2_famas", "weapon_policeshield", "speedchecker", "m9k_remington870", "weapon_cuff_standard", "police_checker"},
command = "swatl",
max = 1,
salary = 75,
admin = 0,
vote = true,
hasLicense = true,
help = {
"S'il vous plaît ne pas abuser de votre travail",
"Lorsque vous arrêtez quelqu'un qu'ils sont auto transportés à la prison.",
"Ils sont auto laisser sortir de prison après un certain temps",
"Tape /warrant [Nick|SteamID|Status ID] pour définir un mandat de perquisition pour un joueur.",
"Tape /wanted [Nick|SteamID|Status ID] pour alerter tout le monde à un suspect recherché",
"Tape /unwanted [Nick|SteamID|Status ID] pour effacer le suspect",
},
category = "Civil Protection",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_MAYOR = DarkRP.createJob("Maire", {
color = Color(150, 20, 20, 255),
model = "models/obama/obama.mdl",
description = [[Le maire de la ville crée des lois pour régir la ville.
Si vous êtes le maire , vous pouvez créer et accepter des bons de souscription.
Tape /wanted <name> pour justifier un joueur.
Tape /lockdown initier un verrouillage de la ville.
Tout le monde doit être à l'intérieur pendant un verrouillage.
Les flics patrouillent la zone.
/unlockdown pour mettre fin à un verrouillage]],
weapons = {""},
command = "mayor",
max = 1,
salary = 75,
admin = 0,
vote = true,
hasLicense = true,
mayor = true,
category = "Civil Protection",
PlayerDeath = function(ply, weapon, killer)
ply:teamBan()
ply:changeTeam(GAMEMODE.DefaultTeam, true)
if killer:IsPlayer() then
DarkRP.notifyAll(0, 4, "Le maire a ete tue et est demote.")
else
DarkRP.notifyAll(0, 4, "Le maire est mort et a ete demote.")
end
end
})
TEAM_SMAIRE = DarkRP.createJob("Secrétaire du Maire", {
color = Color(20, 150, 20, 255),
model = "models/fearless/rosa.mdl",
description = [[Tu es la secrétaire du maire.]],
weapons = {""},
command = "smaire",
max = 1,
salary = 65,
admin = 0,
vote = false,
hasLicense = false,
})
TEAM_GARDEDUMAIRE = DarkRP.createJob("Garde du Maire", {
color = Color(20, 150, 20, 255),
model = {"models/fearless/wsuit09.mdl"},
description = [[Vous étes le garde du corp du maire.
protégée le pour votre vie.
assurez vous de le suivre partout ou il va.]],
weapons = {"fas2_deagle", "weapon_cuff_standard"},
command = "gardedumaire",
max = 2,
salary = 55,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
})
TEAM_JUGE = DarkRP.createJob("Juge", {
color = Color(20, 150, 20, 255),
model = "models/fearless/mayor1.mdl",
description = [[tu es un juge.
juge tous les coupable arrétée par la police.
la peine de mort et interdit.]],
weapons = {""},
command = "juge",
max = 1,
salary = 120,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
})
TEAM_AVOCAT = DarkRP.createJob("Avocat", {
color = Color(20, 150, 20, 255),
model = {"models/fearless/mayor2.mdl"},
description = [[Tu es un Avocat.
protége les personne qui sont coupable au jury.
essaye de discutée et de fournir des preuve avant la santence.]],
weapons = {""},
command = "avocat",
max = 3,
salary = 55,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
})
TEAM_MOB = DarkRP.createJob("[VIP] Chef des gangster", {
color = Color(20, 150, 20, 255),
model = "models/player/gman_high.mdl",
description = [[Le chef des gangster 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 capacité de pénétrer dans les maisons en utilisant un lockpick.]],
weapons = {"lockpick"},
command = "mobboss",
max = 1,
salary = 55,
admin = 0,
vote = true,
hasLicense = false,
category = "Gangsters",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_GANG = DarkRP.createJob("Gangster", {
color = Color(20, 150, 20, 255),
model = {
"models/player/Group03/Female_01.mdl",
"models/player/Group03/Female_02.mdl",
"models/player/Group03/Female_03.mdl",
"models/player/Group03/Female_04.mdl",
"models/player/Group03/Female_06.mdl",
"models/player/group03/male_01.mdl",
"models/player/Group03/Male_02.mdl",
"models/player/Group03/male_03.mdl",
"models/player/Group03/Male_04.mdl",
"models/player/Group03/Male_05.mdl",
"models/player/Group03/Male_06.mdl",
"models/player/Group03/Male_07.mdl",
"models/player/Group03/Male_08.mdl",
"models/player/Group03/Male_09.mdl"
},
description = [[La personne la plus fiable de la criminalité.
Un gangster travaille généralement pour leur chef qui dirige la famille du crime.
Le chef des gangster définit votre agenda et vous suivent ou vous pourriez être puni.]],
weapons = {},
command = "gangster",
max = 5,
salary = 25,
admin = 0,
vote = false,
hasLicense = false,
category = "Gangsters",
})
TEAM_PARRAIN = DarkRP.createJob("[VIP] Parrain", {
color = Color(20, 150, 20, 255),
model = "models/fearless/don1.mdl",
description = [[vous étes le parrain.
organisez des bisness pour gagner bc d'argent et donner des mission aux mafieux!]],
weapons = {"lockpick"},
command = "parrain",
max = 1,
salary = 110,
admin = 0,
vote = true,
hasLicense = true,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_MAFIEUX = DarkRP.createJob("Mafia", {
color = Color(20, 150, 20, 255),
model = {"models/fearless/mafia02.mdl", "models/fearless/mafia04.mdl", "models/fearless/mafia07.mdl", "models/fearless/mafia09.mdl"},
description = [[vous étes un mafieux.
vous étes au ordre du parrain pour les bisness!]],
weapons = {""},
command = "mafieux",
max = 5,
salary = 75,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
})
TEAM_CHEFTRIAD = DarkRP.createJob("[VIP] Chef Triads Jade", {
color = Color(0, 250, 0, 255),
model = {
"models/SD/Players/[dbs_grappler].mdl",
"models/SD/Players/[dbs_grappler_2].mdl"
},
description = [[Vous étes le Chef de la Triads Jad.
Organisez des bisness pour gagner bc d'argent et donner des mission aux autre de votre goupe.]],
weapons = {"weapon_arc_atmcard", "weapon_fists"},
command = "cheftriadsjade",
max = 1,
salary = 15,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_TRIAD = DarkRP.createJob("Triads Jade", {
color = Color(0, 250, 0, 255),
model = {
"models/SD/Players/[dbs_brawler]-head_brawler_dbs.mdl",
"models/SD/Players/[dbs_brawler_2]-head_brawler_dbs.mdl",
"models/SD/Players/[dbs_quick]-head_quick_dbs.mdl",
"models/SD/Players/[dbs_quick]-head_quick_dbs_2.mdl",
"models/SD/Players/[dbs_quick]-head_striker_dbs.mdl",
"models/SD/Players/[dbs_striker]-head_striker_dbs.mdl",
"models/SD/Players/[dbs_striker]-head_quick_dbs_2.mdl"
},
description = [[Vous étes un Triads Jad.
Vous étes au ordre du Chef de la Triads Jad pour les bisness!]],
weapons = {"weapon_arc_atmcard", "weapon_fists"},
command = "triadsjade",
max = 5,
salary = 10,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "Citizens",
})
TEAM_CBRAQUEUR = DarkRP.createJob("[VIP]Chef des Braqueurs", {
color = Color(20, 150, 20, 255),
model = {"models/code_gs/robber/robberplayer.mdl"},
description = [[Tu es le leader des braqueurs organise des braquage de banque ou plein de bisness illégal.]],
weapons = {"lockpick"},
command = "cbraqueur",
max = 1,
salary = 65,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_BRAQUEUR = DarkRP.createJob("Braqueur", {
color = Color(20, 150, 20, 255),
model = {"models/code_gs/robber/robberplayer.mdl"},
description = [[Le Braqueur organise des braquage de banque avec le Leader des braqueurs.]],
weapons = {},
command = "braqueur",
max = 3,
salary = 75,
admin = 0,
vote = false,
hasLicense = false,
candemote = true,
})
TEAM_BLOODZ = DarkRP.createJob("Bloodz", {
color = Color(20, 150, 20, 255),
model = {"models/player/bloodz/slow_2.mdl", "models/player/bloodz/slow_3.mdl", "models/player/bloodz/slow_1.mdl"},
description = [[La personne la plus fiable de la criminalité.
Un Bloodz fonctionne généralement pour le Chef des Bloodz qui dirige la famille du crime.
Vos pire énemie se sont les cripz.]],
weapons = {},
command = "bloodz",
max = 6,
salary = 66,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
})
TEAM_CRIPZ = DarkRP.createJob("Cripz", {
color = Color(20, 150, 20, 255),
model = {
"models/player/cripz/slow_1.mdl",
"models/player/cripz/slow_2.mdl",
"models/player/cripz/slow_3.mdl"
},
description = [[La personne la plus fiable de la criminalité.
Un Cripz fonctionne généralement pour le Chef des Cripz qui dirige la famille du crime.
Vos pire énemie se sont les bloodz.]],
weapons = {""},
command = "cripz",
max = 6,
salary = 66,
admin = 0,
vote = false,
hasLicense = false,
category = "Gangsters",
})
TEAM_PSYCHO = DarkRP.createJob("[VIP] Psychopate", {
color = Color(20, 150, 20, 255),
model = "models/player/bobert/tourist.mdl",
description = [[Vous étes un Psychopate vous tuer des personnes discretement.]],
weapons = {"m9k_machete", "m9k_harpoon"},
command = "psychopate",
max = 5,
salary = 200,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
TEAM_MERCENAIRE = DarkRP.createJob("[VIP] Mercenaire", {
color = Color(20, 150, 20, 255),
model = "models/fearless/cr.mdl",
description = [[Vous étes un mercenaire.
Vous pouvez vous ralié à n'importe qu'elle personne pour de l'argent.
gouvernement ou criminel.]],
weapons = {"fas2_an94"},
command = "mercenaire",
max = 1,
salary = 200,
admin = 0,
vote = false,
hasLicense = true,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_TERRORISTE = DarkRP.createJob("[VIP] Terroriste", {
color = Color(20, 150, 20, 255),
model = {"models/player/kuma/alqaeda_commando.mdl", "models/player/kuma/taliban_bomber.mdl", "models/player/kuma/taliban_grunt.mdl", "models/player/kuma/taliban_rpg.mdl"},
description = [[Tu es un terroriste avant de faire un attentat t obliger d'attendre qu'il y a au moins 5 personne dans un endroit ne jette pas les bombes pour rien sinon ban.]],
weapons = {"m9k_suicide_bomb", "m9k_proxy_mine", "m9k_knife", "m9k_m61_frag", "m9k_ak74", "weapon_real_cs_flash", "weapon_jihadbomb"},
command = "terroriste",
max = 3,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_HITMAN = DarkRP.createJob("[VIP] Tueur à gage", {
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 = [[Les gens embauchent vous sortez d'autres personnes,
ce travail vous oblige à être entièrement dédiée.
Un seul souffle peut vous faire perdre un coup de feu.]],
weapons = {"fas2_m21"},
command = "hitman",
max = 2,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
category = "Citizens",
customCheck = function(ply) return ply:GetNWString("usergroup") == "vip" or ply:GetNWString("usergroup") == "superadmin" end,
})
TEAM_STAFF = DarkRP.createJob("STAFF", {
color = Color(150, 20, 20, 255),
model = {
"models/player/anon/anon.mdl",
"models/tfa/comm/h2o/cartoonz.mdl",
"models/toothlesspm/toothlesspm.mdl",
"models/trex_player/trex_player.mdl",
"models/trex_player/trex_player_gray.mdl"
},
description = [[]],
weapons = {""},
command = "staff",
max = 0,
salary = 0,
admin = 1,
vote = false,
hasLicense = true,
category = "Citizens",
})
--[[---------------------------------------------------------------------------
Define which team joining players spawn into and what team you change to if demoted
---------------------------------------------------------------------------]]
GAMEMODE.DefaultTeam = CITIZEN
--[[---------------------------------------------------------------------------
Define which teams belong to civil protection
Civil protection can set warrants, make people wanted and do some other police related things
---------------------------------------------------------------------------]]
GAMEMODE.CivilProtection = {
[TEAM_POLICE] = true,
[TEAM_CHIEF] = true,
[TEAM_MAYOR] = true,
}
--[[---------------------------------------------------------------------------
Jobs that are hitmen (enables the hitman menu)
---------------------------------------------------------------------------]]
DarkRP.addHitmanTeam(TEAM_HITMAN)