Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. customCheck = function(ply) return ply:GetUserGroup() == "VIP" or ply:GetUserGroup() == "superadmin" or ply:GetUserGroup() == "admin" or ply:GetUserGroup() == "moderator+" end,
  2. CustomCheckFailMsg = "This is VIP only!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement