Advertisement
Guest User

customcheck.lua

a guest
Oct 14th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. customCheck = function(ply) return CLIENT or ply:GetNWString("usergroup") == "moderator" or ply:GetNWString("usergroup") == "seniormoderator" or ply:GetNWString("usergroup") == "donator" or ply:IsAdmin() end,
  2. CustomCheckFailMsg = "This job is Donator only."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement