Advertisement
Guest User

Untitled

a guest
Feb 26th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. customCheck = function(ply) return ply:IsUserGroup("bronzevip") or
  2. ply:IsUserGroup("silvervip") or
  3. ply:IsUserGroup("goldvip") or
  4. ply:IsUserGroup("diamondvip") or
  5. ply:IsUserGroup("admin") or
  6. ply:IsUserGroup("headmod") or
  7. ply:IsUserGroup("Owner") or
  8. ply:IsUserGroup("headadmin") or
  9. ply:IsUserGroup("co-owner") or
  10. ply:IsUserGroup("superadmin") end,
  11. CustomCheckFailMsg = 'This job is BronzeVIP+ only!',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement