Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TEAM_OBIWANKEN = 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.",
- })
Advertisement
Add Comment
Please, Sign In to add comment