Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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", },
- 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)
- 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)
- 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)
- 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)
- ply:SetArmor(175) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- 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 = "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 21st",
- PlayerLoadout = function( ply ) return
- ply:SetHealth(1400)
- ply:SetArmor(200) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
- })
- 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", },
- 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'))
- CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
- })
Advertisement
Add Comment
Please, Sign In to add comment