Advertisement
arkanium

Untitled

Dec 18th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. TEAM_BRAQUEUR = DarkRP.createJob("Braqueur *VIP*", {
  2. color = Color(255, 0, 0, 255),
  3. model = "models/player/pd2_dallas_p.mdl",
  4. description = [[With your medical knowledge you work to restore players to full health.
  5. Without a medic, people cannot be healed.
  6. Left click with the Medical Kit to heal other players.
  7. Right click with the Medical Kit to heal yourself.]],
  8. weapons = {"m9k_colt1911"},
  9. command = "braqueur",
  10. max = 3,
  11. salary = GAMEMODE.Config.normalsalary,
  12. admin = 0,
  13. vote = false,
  14. hasLicense = false,
  15. medic = true,
  16. category = "Citizens",
  17. customCheck = function(ply) return ply:GetNWString("usergroup") == "VIP" or ply:GetNWString("usergroup") == "superadmin" or ply:GetNWString("usergroup") == "Fondateur" end,
  18. CustomCheckFailMsg = "Vous devez avoir le vip pour utiliser ce job"
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement