Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Generated using: DarkRP | Job Generator
- https://csite.io/tools/gmod-darkrp-job
- --]]
- TEAM_ARMURIER = DarkRP.createJob("Armurier", {
- color = Color(255, 245, 0, 255),
- model = {"models/player/monk.mdl"},
- description = [[VOUS VENDER DES ARMES]],
- weapons = {},
- command = "/armurier",
- max = 2,
- salary = 250,
- admin = 0,
- vote = false,
- hasLicense = false,
- candemote = true,
- PlayerSpawn = function(ply)
- ply:SetMaxHealth(100)
- ply:SetHealth(100)
- ply:SetArmor(0)
- end,
- customCheck = function(ply) return CLIENT or
- table.HasValue({}, ply:Team())
- end,
- CustomCheckFailMsg = "",
- })
Add Comment
Please, Sign In to add comment