Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TEAM_AIDENPIERCE = DarkRP.createJob("Aiden Pierce", {
- color = Color(226, 144, 11, 255),
- model = {"models/player/aiden_pearce.mdl"},
- description = [[Custom job for: Vin Gal]],
- weapons = {"pro_lockpick", "m9k_nerve_gas", "m9k_minigun", "m9k_m202", "prokeypadcracker"},
- command = "aidenpierce",
- max = 1,
- salary = 420,
- admin = 0,
- vote = false,
- hasLicense = true,
- candemote = false,
- category = "Custom Jobs",
- PlayerSpawn = function(ply)
- ply:SetMaxHealth(100)
- ply:SetHealth(100)
- ply:SetArmor(100)
- end,
- customCheck = function(ply) return CLIENT or
- table.HasValue({"STEAM_0:0:109814253"}, ply:SteamID())
- end,
- CustomCheckFailMsg = "You are not Vin Gall!!!",
- })
Add Comment
Please, Sign In to add comment