• Whats wrong with this code?
    1 replies, posted
customCheck = function(ply) return ply:GetUserGroup("PlusMember", "Admin PlusMember", "superadmin") end, customcheckfailmsg = "PlusMember only type !Donate" }) It allows anyone to use the job whats wrong with the code? thx
That's not how GetUserGroup works. return tbl_allowedplayers[ply:GetUserGroup()] or ply:GetUserGroup() == "group1" || ply:GetUserGroup() == "group2" etc.
Sorry, you need to Log In to post a reply to this thread.