Advertisement
wolfsniper16

Untitled

Jul 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. TEAM_LUCIFER = DarkRP.createJob("Lucifer", {
  2. color = Color(245, 0, 0, 255),
  3. model = {"models/player/barney.mdl"},
  4. description = [[Custom Job]],
  5. weapons = {"m9k_m98b", "m9k_1887winchester", "m9k_knife", "m9k_colt1911", "m9k_vikhr", "m9k_honeybadger"},
  6. command = "lucifer",
  7. max = 1,
  8. salary = 500,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. category = "Citizens",
  14. PlayerSpawn = function(ply)
  15. ply:SetMaxHealth(150)
  16. ply:SetHealth(150)
  17. ply:SetArmor(255)
  18. end,
  19. customCheck = function(ply) return
  20. table.HasValue({"STEAM_1:1:56578703"}, ply:SteamID())
  21. end,
  22. CustomCheckFailMsg = "BLUEWOLFs Custom Job",
  23. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement