TronichalZ

Aiden

Apr 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. TEAM_AIDENPIERCE = DarkRP.createJob("Aiden Pierce", {
  2. color = Color(226, 144, 11, 255),
  3. model = {"models/player/aiden_pearce.mdl"},
  4. description = [[Custom job for: Vin Gal]],
  5. weapons = {"pro_lockpick", "m9k_nerve_gas", "m9k_minigun", "m9k_m202", "prokeypadcracker"},
  6. command = "aidenpierce",
  7. max = 1,
  8. salary = 420,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. category = "Custom Jobs",
  14. PlayerSpawn = function(ply)
  15. ply:SetMaxHealth(100)
  16. ply:SetHealth(100)
  17. ply:SetArmor(100)
  18. end,
  19. customCheck = function(ply) return CLIENT or
  20. table.HasValue({"STEAM_0:0:109814253"}, ply:SteamID())
  21. end,
  22. CustomCheckFailMsg = "You are not Vin Gall!!!",
  23. })
Add Comment
Please, Sign In to add comment