Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[---------------------------------------------------------------------------
- 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_STAFF = DarkRP.createJob("STAFF Communauté Amnésia", {
- color = Color(0, 224, 255, 255),
- model = {
- "models/katazuro/defalt_playermodel.mdl",
- "models/player/anon/anon.mdl",
- "models/player/portal/male_04hve.mdl"
- },
- description = [[Faites respecter les règles du serveur.]],
- weapons = {"weapon_keypadchecker", "weaponchecker", "lockpick", "unarrest_stick", "stunstick"},
- command = "staff",
- max = 0,
- salary = 0,
- admin = 1,
- vote = false,
- hasLicense = false,
- candemote = true,
- category = "Staff",
- })
- TEAM_CITIZEN = DarkRP.createJob("Cadet Clone Trooper", {
- color = Color(207, 179, 159, 255),
- model = {
- "models/player/clone cadet/clonecadet.mdl",
- "models/player/starwars/clone_cadet/clone_cadet.mdl"
- },
- description = [[Vous êtes un cadet fraichement arrivé à bord de l'Amnésia.]],
- weapons = {"tfa_dc15a_expanded_training","garde_a_vousv1.1"},
- command = "citizen",
- max = 0,
- salary = 0,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Cadet Clone",
- candemote = false,
- })
- TEAM_CT = DarkRP.createJob("Clonetrooper", {
- color = Color(218, 218, 218, 255),
- model = {
- "models/player/clone/starwars/trooper.mdl",
- "models/player/clone/starwars/trooper_helmetless.mdl"
- },
- description = [[<Whitelist> Vous êtes un Clonetrooper, vous faites parti de l'armée régulière]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","models/weapons/w_tfa_clonecard_c1.mdl","swep_radiodevice"},
- command = "clonetrooper",
- max = 0,
- salary = 8000,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "CloneTrooper",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé à ceux ayant fini leur formation CCT.",
- })
- TEAM_CMDSHOCK = DarkRP.createJob("CMD Shocktrooper Elite", {
- color = Color(210, 2, 2, 255),
- model = {
- "models/player/gguc/gguc.mdl"
- },
- description = [[<Whitelist> Vous êtes le Commandant Clonetrooper Shock Elite, ne mettez cette tenue qu'en combat]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cmdshockelite",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "CloneTrooper Shock Elite",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1500) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_CPTSHOCK = DarkRP.createJob("CPT Shocktrooper Elite", {
- color = Color(210, 2, 2, 255),
- model = {
- "models/player/ggrt/ggrt.mdl"
- },
- description = [[<Whitelist> Vous êtes le Capitaine Clonetrooper Shock Elite, ne mettez cette tenue qu'en combat]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cptshockelite",
- max = 5, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "CloneTrooper Shock Elite",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1250) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_LTNSHOCK = DarkRP.createJob("LTN Shocktrooper Elite", {
- color = Color(210, 2, 2, 255),
- model = {
- "models/player/ggbt/ggbt.mdl"
- },
- description = [[<Whitelist> Vous êtes le Lieutenant Clonetrooper Shock Elite, ne mettez cette tenue qu'en combat]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "ltnshockelite",
- max = 5, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "CloneTrooper Shock Elite",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1200) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_SGTSHOCK = DarkRP.createJob("SGT Shocktrooper Elite", {
- color = Color(210, 2, 2, 255),
- model = {
- "models/player/gggt/gggt.mdl"
- },
- description = [[<Whitelist> Vous êtes le Sergent Clonetrooper Shock Elite, ne mettez cette tenue qu'en combat]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "sgtshockelite",
- max = 5, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "CloneTrooper Shock Elite",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1000) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_CTSHOCK = DarkRP.createJob("CT Shocktrooper Elite", {
- color = Color(210, 2, 2, 255),
- model = {
- "models/player/ggyt/ggyt.mdl"
- },
- description = [[<Whitelist> Vous êtes un Clonetrooper Shock Elite, ne mettez cette tenue qu'en combat]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "ctshockelite",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "CloneTrooper Shock Elite",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(800) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_CT501 = DarkRP.createJob("CT 501st", {
- color = Color(29, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/501_d1/501_d1.mdl",
- "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Clonetrooper de la 501st]],
- weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
- command = "ct501",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
- })
- TEAM_CPL501 = DarkRP.createJob("Caporal 501st", {
- color = Color(29, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/501_d2/501_d2.mdl",
- "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Caporal de la 501st]],
- weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
- command = "cpl501",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(500) end,
- CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
- })
- TEAM_CPLC501 = DarkRP.createJob("Caporal-Chef 501st", {
- color = Color(29, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/501_d3/501_d3.mdl",
- "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Caporal-Chef de la 501st]],
- weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
- command = "cplc501",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(750) end,
- CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
- })
- TEAM_SGT501 = DarkRP.createJob("Sergent 501st", {
- color = Color(29, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/501_d5/501_d5.mdl",
- "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Sergent de la 501st]],
- weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
- command = "sgt501",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1000) end,
- CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
- })
- TEAM_LTNSEC501 = DarkRP.createJob("Lieutenant en second 501st", {
- color = Color(29, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/501_d6/501_d6.mdl",
- "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant en Second de la 501st]],
- weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
- command = "ltnsec501",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1200) end,
- CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
- })
- TEAM_LTN501 = DarkRP.createJob("Lieutnant 501st", {
- color = Color(29, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/501_lt/501_lt.mdl",
- "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant de la 501st]],
- weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
- command = "ltn501",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1400) end,
- CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
- })
- TEAM_CPTSEC501 = DarkRP.createJob("Capitaine en second 501st", {
- color = Color(29, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/501_maj/501_maj.mdl",
- "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine en second de la 501st]],
- weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
- command = "ctpsec501",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1600) end,
- CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
- })
- TEAM_CPT501 = DarkRP.createJob("Capitaine 501st", {
- color = Color(29, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/501_cpt/501_cpt.mdl",
- "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine de la 501st]],
- weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
- command = "ctp501",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1800) end,
- CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
- })
- TEAM_VCMD501 = DarkRP.createJob("Vice Commandant 501st", {
- color = Color(29, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/501_col/501_col.mdl",
- "models/reizer_cgi_p2/501_snow_cmd/501_snow_cmd.mdl",
- },
- description = [[<Whitelist> Vous êtes le Vice-Commandant de la 501st]],
- weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
- command = "vcmd501",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2000) end,
- CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
- })
- TEAM_CMD501 = DarkRP.createJob("Commandant 501st", {
- color = Color(29, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/501_appo/501_appo.mdl",
- "models/reizer_cgi_p2/501_snow_cmd/501_snow_cmd.mdl",
- },
- description = [[<Whitelist> Vous êtes le Commandant de la 501st]],
- weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
- command = "cmd501",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2250) end,
- CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
- })
- TEAM_ANAKIN = DarkRP.createJob("GNL Anakin Skywalker", {
- color = Color(0, 31, 127, 255),
- model = {
- "models/tfa/comm/gg/pm_sw_anakin_v2.mdl"
- },
- description = [[<Whitelist> =VIP= Vous êtes le Général de la 501st ]],
- weapons = {"weapon_lightsaber","swep_radiodevice"},
- command = "anakin",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(3000) end,
- CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
- })
- TEAM_ASHOKA = DarkRP.createJob("CMD Padawan Ashoka Tano", {
- color = Color(0, 31, 127, 255),
- model = {
- "models/tfa/comm/gg/pm_sw_ahsoka_v1.mdl"
- },
- description = [[<Whitelist> =VIP= Vous êtes le Commandant de la 501st et Padawan de Anakin Skywalker ]],
- weapons = {"weapon_lightsaber","swep_radiodevice"},
- command = "ashoka",
- max = 1,
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 501st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2000) end,
- customCheck = function(ply) return CLIENT or
- table.HasValue({'superadmin','Gerant-Staff', 'Administrateur', 'Moderateur', 'Moderateur-Test', 'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup'))
- end,
- CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
- })
- TEAM_CTMARINE = DarkRP.createJob("Clonetrooper 21st", {
- color = Color(127, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/21_trp/21_trp.mdl",
- "models/reizer_cgi_p2/gm_1/gm_1.mdl",
- "models/reizer_cgi_p2/gm_8/gm_8.mdl",
- "models/reizer_cgi_p2/gm_13/gm_13.mdl",
- "models/reizer_cgi_p2/gm_3/gm_3.mdl",
- },
- description = [[<Whitelist> Vous êtes un Clonetrooper de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "ct21st",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_MDCMARINE = DarkRP.createJob("Medecin 21st", {
- color = Color(127, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/21_med/21_med.mdl",
- "models/reizer_cgi_p2/gm_1/gm_1.mdl",
- "models/reizer_cgi_p2/gm_8/gm_8.mdl",
- "models/reizer_cgi_p2/gm_13/gm_13.mdl",
- "models/reizer_cgi_p2/gm_3/gm_3.mdl",
- },
- description = [[<Whitelist> Vous êtes un Medecin de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice","weapon_bactanade","weapon_bactainjector","weapon_medkit"},
- command = "mdc21st",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(550) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_CPLMARINE = DarkRP.createJob("Caporal 21st", {
- color = Color(127, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/21_d1/21_d1.mdl",
- "models/reizer_cgi_p2/gm_1/gm_1.mdl",
- "models/reizer_cgi_p2/gm_8/gm_8.mdl",
- "models/reizer_cgi_p2/gm_13/gm_13.mdl",
- "models/reizer_cgi_p2/gm_3/gm_3.mdl",
- },
- description = [[<Whitelist> Vous êtes un Clonetrooper de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cpl21st",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(500) and ply:SetArmor(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_CPLCMARINE = DarkRP.createJob("Caporal-Chef 21st", {
- color = Color(127, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/21_d4/21_d4.mdl",
- "models/reizer_cgi_p2/gm_1/gm_1.mdl",
- "models/reizer_cgi_p2/gm_8/gm_8.mdl",
- "models/reizer_cgi_p2/gm_13/gm_13.mdl",
- "models/reizer_cgi_p2/gm_3/gm_3.mdl",
- },
- description = [[<Whitelist> Vous êtes un Caporal-Chef de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cplc21st",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(750) and ply:SetArmor(125) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_SGTMARINE = DarkRP.createJob("Sergent 21st", {
- color = Color(127, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/21_sgt/21_sgt.mdl",
- "models/reizer_cgi_p2/gm_1/gm_1.mdl",
- "models/reizer_cgi_p2/gm_8/gm_8.mdl",
- "models/reizer_cgi_p2/gm_13/gm_13.mdl",
- "models/reizer_cgi_p2/gm_3/gm_3.mdl",
- },
- description = [[<Whitelist> Vous êtes un Sergent de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "sgt21st",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1000) and ply:SetArmor(150) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_LTN2NDMARINE = DarkRP.createJob("Lieutenant en second 21st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/21_d3/21_d3.mdl",
- "models/reizer_cgi_p2/gm_1/gm_1.mdl",
- "models/reizer_cgi_p2/gm_8/gm_8.mdl",
- "models/reizer_cgi_p2/gm_13/gm_13.mdl",
- "models/reizer_cgi_p2/gm_3/gm_3.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant en second de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "ltn2nd21st",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1200) and ply:SetArmor(175) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_LTNMARINE = DarkRP.createJob("Lieutenant 21st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/21_lt/21_lt.mdl",
- "models/reizer_cgi_p2/gm_1/gm_1.mdl",
- "models/reizer_cgi_p2/gm_8/gm_8.mdl",
- "models/reizer_cgi_p2/gm_13/gm_13.mdl",
- "models/reizer_cgi_p2/gm_3/gm_3.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "ltn21st",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1400) and ply:SetArmor(200) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_CPTMARINE = DarkRP.createJob("Capitaine en Second 21st", {
- color = Color(127, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/21_arf/21_arf.mdl",
- "models/reizer_cgi_p2/gm_1/gm_1.mdl",
- "models/reizer_cgi_p2/gm_8/gm_8.mdl",
- "models/reizer_cgi_p2/gm_13/gm_13.mdl",
- "models/reizer_cgi_p2/gm_3/gm_3.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine en Second de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cpt2nd21st",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_CPTMARINE = DarkRP.createJob("Capitaine 21st", {
- color = Color(127, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/21_cpt/21_cpt.mdl",
- "models/reizer_cgi_p2/gm_1/gm_1.mdl",
- "models/reizer_cgi_p2/gm_8/gm_8.mdl",
- "models/reizer_cgi_p2/gm_13/gm_13.mdl",
- "models/reizer_cgi_p2/gm_3/gm_3.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cpt21st",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_VCMDMARINE = DarkRP.createJob("Vice-Commandant 21st", {
- color = Color(127, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/21_assault/21_assault.mdl",
- "models/reizer_cgi_p2/gm_1/gm_1.mdl",
- "models/reizer_cgi_p2/gm_8/gm_8.mdl",
- "models/reizer_cgi_p2/gm_13/gm_13.mdl",
- "models/reizer_cgi_p2/gm_3/gm_3.mdl",
- },
- description = [[<Whitelist> Vous êtes le Vice-Commandant de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "vcmd21st",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_CMDMARINE = DarkRP.createJob("Commandant 21st", {
- color = Color(127, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/21_jet/21_jet.mdl",
- },
- description = [[<Whitelist> Vous êtes le Commandant de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cmd21st",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_CMDMMARINE = DarkRP.createJob("Commandant-Maréchal 21st", {
- color = Color(127, 0, 255, 255),
- model = {
- "models/reizer_cgi_p2/21_bacara/21_bacara.mdl",
- },
- description = [[<Whitelist> Vous êtes le Commandant-Maréchal de la 21st]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cmdm21st",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
- })
- TEAM_MUNDI = DarkRP.createJob("GNL Ki-Adi Mundi", {
- color = Color(127, 0, 255, 255),
- model = {
- "models/tfa/comm/gg/pm_sw_mundi.mdl",
- },
- description = [[<Whitelist> =VIP= Vous êtes le Général de la 21st]],
- weapons = {"weapon_lightsaber","swep_radiodevice"},
- command = "kiadi",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(3000) end,
- customCheck = function(ply) return CLIENT or
- table.HasValue({'superadmin','Gerant-Staff', 'Administrateur', 'Moderateur', 'Moderateur-Test', 'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup'))
- end,
- CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
- })
- TEAM_CTGREE = DarkRP.createJob("Clonetrooper 41st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/41_trp/41_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Clonetrooper de la 41st]],
- weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
- command = "ct41st",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- TEAM_MDCGREE = DarkRP.createJob("Medecin 41st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/41_med/41_med.mdl",
- },
- description = [[<Whitelist> Vous êtes un medecin de la 41st]],
- weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","weapon_hexshield","weapon_752_dc17m_sn","stungun","weapon_bactanade","weapon_bactainjector","weapon_medkit","swep_radiodevice","realistic_hook"},
- command = "mdc41st",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(550) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- TEAM_CPLGREE = DarkRP.createJob("Caporal 41st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/41_d7/41_d7.mdl",
- },
- description = [[<Whitelist> Vous êtes un Caporal de la 41st]],
- weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
- command = "cpl41st",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(500) and ply:SetArmor(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- TEAM_CPLCGREE = DarkRP.createJob("Caporal-Chef 41st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/41_d6/41_d6.mdl",
- },
- description = [[<Whitelist> Vous êtes un Caporal-Chef de la 41st]],
- weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
- command = "cplc41st",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(750) and ply:SetArmor(125) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- TEAM_SGTGREE = DarkRP.createJob("Sergent 41st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/41_sgt/41_sgt.mdl",
- },
- description = [[<Whitelist> Vous êtes un Sergent de la 41st]],
- weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
- command = "sgt41st",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1000) and ply:SetArmor(150) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- TEAM_LTN2NDGREE = DarkRP.createJob("Lieutenant en second 41st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/41_arf/41_arf.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant en second de la 41st]],
- weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
- command = "ltn2nd41st",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1200) and ply:SetArmor(175) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- TEAM_LTNGREE = DarkRP.createJob("Lieutenant 41st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/41_lt/41_lt.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant de la 41st]],
- weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
- command = "ltn41st",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1400) and ply:SetArmor(200) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- TEAM_CPT2NDGREE = DarkRP.createJob("Capitaine en second 41st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/41_maj/41_maj.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine en second de la 41st]],
- weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
- command = "cpt2nd41st",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1600) and ply:SetArmor(215) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- TEAM_CPTGREE = DarkRP.createJob("Capitaine 41st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/41_cpt/41_cpt.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine de la 41st]],
- weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
- command = "cpt41st",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1800) and ply:SetArmor(225) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- TEAM_VCMDGREE = DarkRP.createJob("Vice-Commandant 41st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/41_col/41_col.mdl",
- },
- description = [[<Whitelist> Vous êtes le Vice-Commandant de la 41st]],
- weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
- command = "vcmd41st",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2000) and ply:SetArmor(250) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- TEAM_CMDGREE = DarkRP.createJob("Commandant 41st", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/reizer_cgi_p2/41_gree/41_gree.mdl",
- },
- description = [[<Whitelist> Vous êtes le Commandant de la 41st]],
- weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
- command = "cmd41st",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2250) and ply:SetArmor(350) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- TEAM_YODA = DarkRP.createJob("GNL Maitre Yoda", {
- color = Color(0, 127, 31, 255),
- model = {
- "models/tfa/comm/gg/pm_sw_yoda.mdl",
- },
- description = [[<Whitelist> =VIP= Vous êtes le Général de la 41st]],
- weapons = {"weapon_lightsaber","swep_radiodevice"},
- command = "yoda",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 41st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(3000) end,
- customCheck = function(ply) return CLIENT or
- table.HasValue({'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup')) end,
- CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
- })
- TEAM_CTSHOCK = DarkRP.createJob("CT Shocktrooper", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/guard_trp/guard_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un CT de la Shock]],
- weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "ctshock",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 65st/ Shock",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_MDCSHOCK = DarkRP.createJob("MDC Shocktrooper", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/guard_med/guard_med.mdl",
- },
- description = [[<Whitelist> Vous êtes un medecin de la Shock]],
- weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_hexshield","stungun","weapon_bactanade","weapon_bactainjector","weapon_medkit","swep_radiodevice"},
- command = "mdcshock",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 65st/ Shock",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(550) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_CPLSHOCK = DarkRP.createJob("CPL Shocktrooper", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/guard_d2/guard_d2.mdl",
- },
- description = [[<Whitelist> Vous êtes un Caporal de la Shock]],
- weapons=
- {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "cplshock",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 65st/ Shock",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(500) and ply:SetArmor(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_CPLCSHOCK = DarkRP.createJob("CPLC Shocktrooper", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/guard_d4/guard_d4.mdl",
- },
- description = [[<Whitelist> Vous êtes un Caporal-Chef de la Shock]],
- weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "cplcshock",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 65st/ Shock",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(750) and ply:SetArmor(125) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_SGTSHOCK = DarkRP.createJob("SGT Shocktrooper", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/guard_sgt/guard_sgt.mdl",
- },
- description = [[<Whitelist> Vous êtes un Sergent de la Shock]],
- weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "sgtshock",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 65st/ Shock",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1000) and ply:SetArmor(150) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_LTN2NDSHOCK = DarkRP.createJob("LTN en second Shocktrooper", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/guard_d3/guard_d3.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant en second de la Shock]],
- weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "ltn2ndshock",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 65st/ Shock",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1200) and ply:SetArmor(175) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_LTNSHOCK = DarkRP.createJob("LTN Shocktrooper", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/guard_lt/guard_lt.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant de la Shock]],
- weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "ltnshock",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 65st/ Shock",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1400) and ply:SetArmor(200) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_CPT2NDSHOCK = DarkRP.createJob("CPT2nd Shocktrooper", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/guard_maj/guard_maj.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine en second de la Shock]],
- weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "cpt2ndshock",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 65st/ Shock",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1600) and ply:SetArmor(215) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_CPTSHOCK = DarkRP.createJob("CPT Shocktrooper", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/guard_cpt/guard_cpt.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine de la Shock]],
- weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "cptshock",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 65st/ Shock",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1800) and ply:SetArmor(225) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_VCMDSHOCK = DarkRP.createJob("VCMD Shocktrooper", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/guard_reizer/guard_reizer.mdl",
- },
- description = [[<Whitelist> Vous êtes le Vice-Commandant de la Shock]],
- weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "vcmdshock",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 65st/ Shock",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2000) and ply:SetArmor(250) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_CMDSHOCK = DarkRP.createJob("CMD Shocktrooper", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/guard_fox/guard_fox.mdl",
- },
- description = [[<Whitelist> Vous êtes le Commandant de la Shock]],
- weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
- command = "cmdshock",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 65st/ Shock",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2250) and ply:SetArmor(350) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_CTWOLFFE = DarkRP.createJob("Clonetrooper 104th", {
- color = Color(72, 72, 72, 255),
- model = {
- "models/reizer_cgi_p2/104_trp/104_trp.mdl",
- "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Clonetrooper de la 104th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "ct104",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
- })
- TEAM_MDCWOLFFE = DarkRP.createJob("MDC 104th", {
- color = Color(255, 0, 0, 255),
- model = {
- "models/reizer_cgi_p2/104_med/104_med.mdl",
- "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un medecin de la 104th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","weapon_bactanade","weapon_bactainjector","weapon_medkit","swep_radiodevice"},
- command = "mdc104th",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(550) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
- })
- TEAM_CPLWOLFFE = DarkRP.createJob("Caporal 104th", {
- color = Color(72, 72, 72, 255),
- model = {
- "models/reizer_cgi_p2/104_d1/104_d1.mdl",
- "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Caporal de la 104th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cpl104",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(500) and ply:SetArmor(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
- })
- TEAM_CPLCWOLFFE = DarkRP.createJob("Caporal-Chef 104th", {
- color = Color(72, 72, 72, 255),
- model = {
- "models/reizer_cgi_p2/104_d2/104_d2.mdl",
- "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Caporal-Chef de la 104th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cplc104",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(750) and ply:SetArmor(125) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
- })
- TEAM_SGTWOLFFE = DarkRP.createJob("Sergent 104th", {
- color = Color(72, 72, 72, 255),
- model = {
- "models/reizer_cgi_p2/104_sgt/104_sgt.mdl",
- "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Sergent de la 104th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "sgt104",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1000) and ply:SetArmor(150) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
- })
- TEAM_LTN2NDWOLFFE = DarkRP.createJob("LTN2nd 104th", {
- color = Color(72, 72, 72, 255),
- model = {
- "models/reizer_cgi_p2/104_d5/104_d5.mdl",
- "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant en second de la 104th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "ltn2nd104",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1200) and ply:SetArmor(175) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
- })
- TEAM_LTNWOLFFE = DarkRP.createJob("Lieutenant 104th", {
- color = Color(72, 72, 72, 255),
- model = {
- "models/reizer_cgi_p2/104_lt/104_lt.mdl",
- "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant de la 104th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "ltn104",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1400) and ply:SetArmor(200) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
- })
- TEAM_CPT2NDWOLFFE = DarkRP.createJob("CPT2nd 104th", {
- color = Color(72, 72, 72, 255),
- model = {
- "models/reizer_cgi_p2/104_maj/104_maj.mdl",
- "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine en second de la 104th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cpt2nd104",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1600) and ply:SetArmor(215) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
- })
- TEAM_CPTWOLFFE = DarkRP.createJob("Capitaine 104th", {
- color = Color(72, 72, 72, 255),
- model = {
- "models/reizer_cgi_p2/104_cpt/104_cpt.mdl",
- "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine de la 104th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cpt104",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1800) and ply:SetArmor(225) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
- })
- TEAM_VCMDWOLFFE = DarkRP.createJob("Vice-Commandant 104th", {
- color = Color(72, 72, 72, 255),
- model = {
- "models/reizer_cgi_p2/104_arc/104_arc.mdl",
- "models/reizer_cgi_p2/104_snow_cmd/104_snow_cmd.mdl",
- },
- description = [[<Whitelist> Vous êtes le Vice-Commandant de la 104th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "vcmd104",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2000) and ply:SetArmor(250) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
- })
- TEAM_CMDWOLFFE = DarkRP.createJob("Commandant 104th", {
- color = Color(72, 72, 72, 255),
- model = {
- "models/reizer_cgi_p2/104_wolf/104_wolf.mdl",
- "models/reizer_cgi_p2/104_snow_cmd/104_snow_cmd.mdl",
- },
- description = [[<Whitelist> Vous êtes le Commandant de la 104th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "cmd104",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2250) and ply:SetArmor(350) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
- })
- TEAM_PLOKOON = DarkRP.createJob("GNL Plo Koon", {
- color = Color(72, 72, 72, 255),
- model = {
- "models/player/plokoon/plokoon.mdl",
- },
- description = [[<Whitelist> =VIP= Vous êtes le Général de la 104st]],
- weapons = {"weapon_lightsaber","swep_radiodevice"},
- command = "PloKoon",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 104th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(3000) end,
- customCheck = function(ply) return CLIENT or
- table.HasValue({'superadmin','Gerant-Staff', 'Administrateur', 'Moderateur', 'Moderateur-Test', 'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup')) end,
- CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
- })
- TEAM_ATERRAIN = DarkRP.createJob("Agent", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/player/clone/bnaval.mdl",
- "models/halo1/spartan_blue.mdl",
- },
- description = [[<Whitelist> Vous êtes un Agent de terrain de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
- command = "aem",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Etat-Major",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) and ply:SetArmor(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
- })
- TEAM_2NDLTNTERRAIN = DarkRP.createJob("2nd Lieutenant", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/lt_c/sci_fi/humans/male_01.mdl",
- "models/lt_c/sci_fi/humans/male_02.mdl",
- "models/lt_c/sci_fi/humans/male_03.mdl",
- "models/lt_c/sci_fi/humans/male_05.mdl",
- "models/lt_c/sci_fi/humans/male_mp3.mdl",
- "models/lt_c/sci_fi/humans/male_louis.mdl",
- "models/lt_c/sci_fi/humans/male_mp1.mdl",
- "models/lt_c/sci_fi/humans/male_plr.mdl",
- "models/lt_c/sci_fi/humans/male_08.mdl",
- "models/lt_c/sci_fi/humans/female_02.mdl",
- "models/lt_c/sci_fi/humans/female_07.mdl",
- "models/lt_c/sci_fi/humans/female_zoey.mdl",
- "models/halo1/spartan_black.mdl",
- },
- description = [[<Whitelist> Vous êtes un 2nd Lieutenant de terrain de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
- command = "2ndltem",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Etat-Major",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(250) and ply:SetArmor(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
- })
- TEAM_1ERLTNTERRAIN = DarkRP.createJob("1er Lieutenant", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/lt_c/sci_fi/humans/male_01.mdl",
- "models/lt_c/sci_fi/humans/male_02.mdl",
- "models/lt_c/sci_fi/humans/male_03.mdl",
- "models/lt_c/sci_fi/humans/male_05.mdl",
- "models/lt_c/sci_fi/humans/male_mp3.mdl",
- "models/lt_c/sci_fi/humans/male_louis.mdl",
- "models/lt_c/sci_fi/humans/male_mp1.mdl",
- "models/lt_c/sci_fi/humans/male_plr.mdl",
- "models/lt_c/sci_fi/humans/male_08.mdl",
- "models/lt_c/sci_fi/humans/female_02.mdl",
- "models/lt_c/sci_fi/humans/female_07.mdl",
- "models/lt_c/sci_fi/humans/female_zoey.mdl",
- "models/halo1/spartan_maroon.mdl",
- },
- description = [[<Whitelist> Vous êtes un 1er Lieutenant de terrain de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
- command = "1erltem",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Etat-Major",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(450) and ply:SetArmor(150) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
- })
- TEAM_CPPTTERRAIN = DarkRP.createJob("Capitaine", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/lt_c/sci_fi/humans/male_01.mdl",
- "models/lt_c/sci_fi/humans/male_02.mdl",
- "models/lt_c/sci_fi/humans/male_03.mdl",
- "models/lt_c/sci_fi/humans/male_05.mdl",
- "models/lt_c/sci_fi/humans/male_mp3.mdl",
- "models/lt_c/sci_fi/humans/male_louis.mdl",
- "models/lt_c/sci_fi/humans/male_mp1.mdl",
- "models/lt_c/sci_fi/humans/male_plr.mdl",
- "models/lt_c/sci_fi/humans/male_08.mdl",
- "models/lt_c/sci_fi/humans/female_02.mdl",
- "models/lt_c/sci_fi/humans/female_07.mdl",
- "models/lt_c/sci_fi/humans/female_zoey.mdl",
- "models/halo1/spartan_orange.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine de terrain de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
- command = "cptterem",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Etat-Major",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(700) and ply:SetArmor(175) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
- })
- TEAM_MAJTERRAIN = DarkRP.createJob("Major", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/lt_c/sci_fi/humans/male_01.mdl",
- "models/lt_c/sci_fi/humans/male_02.mdl",
- "models/lt_c/sci_fi/humans/male_03.mdl",
- "models/lt_c/sci_fi/humans/male_05.mdl",
- "models/lt_c/sci_fi/humans/male_mp3.mdl",
- "models/lt_c/sci_fi/humans/male_louis.mdl",
- "models/lt_c/sci_fi/humans/male_mp1.mdl",
- "models/lt_c/sci_fi/humans/male_plr.mdl",
- "models/lt_c/sci_fi/humans/male_08.mdl",
- "models/lt_c/sci_fi/humans/female_02.mdl",
- "models/lt_c/sci_fi/humans/female_07.mdl",
- "models/lt_c/sci_fi/humans/female_zoey.mdl",
- "models/halo1/spartan_brown.mdl",
- },
- description = [[<Whitelist> Vous êtes un Major de terrain de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
- command = "majorem",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Etat-Major",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(950) and ply:SetArmor(200) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
- })
- TEAM_LTNCOLTERRAIN = DarkRP.createJob("Lieutenant-Colonel", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/lt_c/sci_fi/humans/male_04.mdl",
- "models/lt_c/sci_fi/humans/female_03.mdl",
- "models/halo1/spartan_cyan.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant-Colonel de terrain de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
- command = "ltcolem",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Etat-Major",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1150) and ply:SetArmor(225) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
- })
- TEAM_MAJOR = DarkRP.createJob("Colonel", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/lt_c/sci_fi/humans/male_08.mdl",
- "models/lt_c/sci_fi/humans/female_06.mdl",
- "models/halo1/spartan_cobalt.mdl",
- },
- description = [[<Whitelist> Vous êtes un Colonel de terrain de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
- command = "colem",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Etat-Major",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1300) and ply:SetArmor(260) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
- })
- TEAM_BRITERRAIN = DarkRP.createJob("Brigadier", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/lt_c/sci_fi/humans/male_03.mdl",
- "models/lt_c/sci_fi/humans/female_07.mdl",
- "models/halo1/spartan_mc.mdl",
- },
- description = [[<Whitelist> Vous êtes un Brigadier de terrain de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
- command = "briem",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Etat-Major",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1500) and ply:SetArmor(350) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
- })
- TEAM_MAJGNLTERRAIN = DarkRP.createJob("Major-Général", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/lt_c/sci_fi/humans/male_louis.mdl",
- "models/lt_c/sci_fi/humans/female_02.mdl",
- "models/halo1/spartan_gray.mdl",
- },
- description = [[<Whitelist> Vous êtes un Major-Général de terrain de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
- command = "mgem",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Etat-Major",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1750) and ply:SetArmor(375) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
- })
- TEAM_LTNGNLTERRAIN = DarkRP.createJob("Lieutenant-Général", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/lt_c/sci_fi/humans/male_01.mdl",
- "models/lt_c/sci_fi/humans/female_zoey.mdl",
- "models/halo1/spartan_teal.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant-Général de terrain de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
- command = "lgem",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Etat-Major",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1900) and ply:SetArmor(450) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
- })
- TEAM_GNLTERRAIN = DarkRP.createJob("Général", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/lt_c/sci_fi/humans/male_bill.mdl",
- "models/voxelzero/player/odst.mdl",
- },
- description = [[<Whitelist> Vous êtes le Général de terrain de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
- command = "genem",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Etat-Major",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2250) and ply:SetArmor(500) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
- })
- TEAM_ARCALPHA = DarkRP.createJob("Instructeur ARC Alpha 17", {
- color = Color(0, 31, 127, 255),
- model = {
- "models/player/arc/starwars/alpha.mdl",
- },
- description = [[<Whitelist> Vous êtes Alpha 17 l'instructeur des Commandants]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "Alpha17",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "ARC Alpha",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(5000) end,
- customCheck = function(ply) return CLIENT or
- table.HasValue({"Gerant-CloneWarsRP", "superadmin"}, ply:GetNWString('usergroup')) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
- })
- TEAM_INSTRUCTEUR = DarkRP.createJob("Instructeur Clone", {
- color = Color(0, 31, 127, 255),
- model = {
- "models/player/smitty/bf2_reg/clone_instructor/clone_instructor.mdl",
- },
- description = [[<Whitelist> Vous êtes un instructeur de clones ( CCT et CT) ]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
- command = "instructeurcct",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "CloneTrooper",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1850) end,
- CustomCheckFailMsg = "Ce métier est reservé aux Instructeurs.",
- })
- TEAM_CTAEROPORTEE = DarkRP.createJob("Clone Trooper 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_trp/212_trp.mdl",
- "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un CT de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
- command = "ct212th",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
- TEAM_MDCAEROPORTEE = DarkRP.createJob("Medecin 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_med/212_med.mdl",
- "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un medecin de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","weapon_leash_elastic","weapon_hexshield","stungun","weapon_bactanade","weapon_bactainjector","weapon_medkit","swep_radiodevice"},
- command = "mdc212th",
- max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(550) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
- TEAM_CPLAEROPORTEE = DarkRP.createJob("Caporal 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_d2/212_d2.mdl",
- "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Caporal de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
- command = "cpl212th",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(500) and ply:SetArmor(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th .",
- })
- TEAM_CPLCAEROPORTEE = DarkRP.createJob("Caporal-Chef 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_d1/212_d1.mdl",
- "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Caporal-Chef de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
- command = "cplc212th",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(750) and ply:SetArmor(125) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
- TEAM_SGTAEROPORTEE = DarkRP.createJob("Sergent 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_sgt/212_sgt.mdl",
- "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Sergent de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
- command = "sgt212th",
- max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1000) and ply:SetArmor(150) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
- TEAM_LTN2NDAEROPORTEE = DarkRP.createJob("Lieutenant en Second 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_d6/212_d6.mdl",
- "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant en second de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
- command = "ltn2nd212",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1200) and ply:SetArmor(175) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
- TEAM_LTNAEROPORTEE = DarkRP.createJob("Lieutenant 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_lt/212_lt.mdl",
- "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
- command = "ltn212",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1400) and ply:SetArmor(200) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
- TEAM_CPT2NDAEROPORTEE = DarkRP.createJob("Capitaine en Second 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_maj/212_maj.mdl",
- "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine en second de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
- command = "cpt2nd212",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1600) and ply:SetArmor(215) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
- TEAM_CPTAEROPORTEE = DarkRP.createJob("Capitaine 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_cpt/212_cpt.mdl",
- "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
- command = "cpt212",
- max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1800) and ply:SetArmor(225) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
- TEAM_VCMDAEROPORTEE = DarkRP.createJob("Vice-Commandant 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_col/212_col.mdl",
- "models/reizer_cgi_p2/212_snow_cmd/212_snow_cmd.mdl",
- },
- description = [[<Whitelist> Vous êtes le Vice-Commandant de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
- command = "vcmd212",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2000) and ply:SetArmor(250) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
- TEAM_CMDAEROPORTEE = DarkRP.createJob("Commandant 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_guire/212_guire.mdl",
- "models/reizer_cgi_p2/212_snow_cmd/212_snow_cmd.mdl",
- },
- description = [[<Whitelist> Vous êtes le Commandant de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
- command = "cmd212",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2250) and ply:SetArmor(350) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
- TEAM_CMDMAEROPORTEE = DarkRP.createJob("Commandant-Maréchal 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_cody/212_cody.mdl",
- "models/reizer_cgi_p2/212_snow_cmd/212_snow_cmd.mdl",
- },
- description = [[<Whitelist> Vous êtes le Commandant-Maréchal de la 212th]],
- weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
- command = "cmdm212th",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(2500) and ply:SetArmor(500) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
- TEAM_OBIWAN = DarkRP.createJob("GNL Obi-Wan Kenobi", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/tfa/comm/gg/pm_sw_obiwan_alt.mdl",
- },
- description = [[<Whitelist> =VIP= Vous êtes le Général de la 212th]],
- weapons = {"weapon_lightsaber","swep_radiodevice"},
- command = "ObiWan",
- max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Régiment 212th",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(3000) end,
- customCheck = function(ply) return CLIENT or
- table.HasValue({'superadmin','Gerant-Staff', 'Administrateur', 'Moderateur', 'Moderateur-Test', 'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup'))
- CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
- })
- --[[---------------------------------------------------------------------------
- Define which team joining players spawn into and what team you change to if demoted
- ---------------------------------------------------------------------------]]
- GAMEMODE.DefaultTeam = TEAM_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 = {
- }
- --[[---------------------------------------------------------------------------
- Jobs that are hitmen (enables the hitman menu)
- ---------------------------------------------------------------------------]]
- DarkRP.addHitmanTeam(TEAM_MOB)
Add Comment
Please, Sign In to add comment