Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TEAM_CPTAEROPORTEE = DarkRP.createJob("Capitaine 212th", {
- color = Color(255, 93, 0, 255),
- model = {
- "models/reizer_cgi_p2/212_cpt/212_cpt.mdl",
- },
- description = [[<Whitelist> Vous êtes un Capitaine de la 212th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
- 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)
- 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",
- },
- description = [[<Whitelist> Vous êtes le Vice-Commandant de la 212th]],
- weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
- 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)
- ply:SetArmor(250) end,
- CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
- })
Advertisement
Add Comment
Please, Sign In to add comment