Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TEAM_BRAQUEUR = DarkRP.createJob("Braqueur *VIP*", {
- color = Color(255, 0, 0, 255),
- model = "models/player/pd2_dallas_p.mdl",
- description = [[With your medical knowledge you work to restore players to full health.
- Without a medic, people cannot be healed.
- Left click with the Medical Kit to heal other players.
- Right click with the Medical Kit to heal yourself.]],
- weapons = {"m9k_colt1911"},
- command = "braqueur",
- max = 3,
- salary = GAMEMODE.Config.normalsalary,
- admin = 0,
- vote = false,
- hasLicense = false,
- medic = true,
- category = "Citizens",
- customCheck = function(ply) return ply:GetNWString("usergroup") == "VIP" or ply:GetNWString("usergroup") == "superadmin" or ply:GetNWString("usergroup") == "Fondateur" end,
- CustomCheckFailMsg = "Vous devez avoir le vip pour utiliser ce job"
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement