Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TEAM_CMMMAJOR = DarkRP.createJob("Cadet Major Marine", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/player/clone/bnaval.mdl",
- },
- description = [[<Whitelist> Vous êtes un Cadet Major Marine de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
- command = "cmm",
- 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) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM.",
- })
- TEAM_ENMAJOR = DarkRP.createJob("Enseigne", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/player/clone/navalponds.mdl",
- },
- description = [[<Whitelist> Vous êtes un Enseigne de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
- command = "enseigneem",
- 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) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM.",
- })
- TEAM_SLTNMAJOR = DarkRP.createJob("Sous-Lieutenant", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/player/clone/gnaval.mdl",
- },
- description = [[<Whitelist> Vous êtes un Sous-Lieutenant de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
- command = "sltnem",
- 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(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM.",
- })
- TEAM_LTNMAJOR = DarkRP.createJob("Lieutenant", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/player/clone/ifngnaval.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
- command = "ltnem",
- 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(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM.",
- })
- TEAM_LTNCOMAJOR = DarkRP.createJob("Lieutenant-Commander", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/gonzo/navyvariants/black/black.mdl",
- },
- description = [[<Whitelist> Vous êtes un Lieutenant-Commander de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
- command = "ltncomem",
- 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(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM.",
- })
- TEAM_COMMAJOR = DarkRP.createJob("Commander", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/gonzo/navyvariants/green/green.mdl",
- },
- description = [[<Whitelist> Vous êtes un Commander de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
- command = "comem",
- 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(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM.",
- })
- TEAM_CPTMAJOR = DarkRP.createJob("Capitaine", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/player/bridgestaff/cgibridgestaff.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
- command = "cptem",
- 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(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM.",
- })
- TEAM_COMMOMAJOR = DarkRP.createJob("Commodore", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/gonzo/navyvariants/green/green.mdl",
- },
- description = [[<Whitelist> Vous êtes un Commodore de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
- command = "comoem",
- 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(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM.",
- })
- TEAM_CAMMAJOR = DarkRP.createJob("Contre-Amiral", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/player/clone/ifnbnaval.mdl",
- },
- description = [[<Whitelist> Vous êtes le Contre-Amiral de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
- command = "coamem",
- 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(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM.",
- })
- TEAM_VAMMAJOR = DarkRP.createJob("Vice-Amiral", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/player/clone/ifnwnaval.mdl",
- },
- description = [[<Whitelist> Vous êtes le Vice-Amiral de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
- command = "vamem",
- 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(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM.",
- })
- TEAM_AMMAJOR = DarkRP.createJob("Amiral", {
- color = Color(109, 109, 109, 255),
- model = {
- "models/player/clone/genericadmiral.mdl",
- },
- description = [[<Whitelist> Vous êtes l'Amiral de l'Etat-Major]],
- weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
- command = "amiem",
- 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(100) end,
- CustomCheckFailMsg = "Ce métier est reservé aux EM.",
- })
Add Comment
Please, Sign In to add comment