Advertisement
DERPNOOB

for cure thanks

Apr 24th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. TEAM_SCP-932 = DarkRP.createJob("(VIP 1) SCP-932", {
  2. color = Color(0, 0, 0),
  3. model = "models/half-dead/specimen.mdl",
  4. description = [[]],
  5. weapons = {"weapon_fists"},
  6. command = "scp932",
  7. max = 1,
  8. salary = 65,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false
  12. customCheck = function(ply) return ply:GetNWString("vip1") == "vip1" or ply:IsAdmin() end,
  13. CustomCheckFailMsg = "This job is VIP #1 only!"
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement