Or, how could we set it up so that we're looking at giving people permission to things based on their "allow" settings?
We're running a darkrp server (surprise surprise, right?) and naturally want to have VIP jobs and such. The old code we're going off of, has it configured in the jobs so that if they have ALLOW_DONATOR and some other jazz, it would let them utilize that job, etc.
I know on the darkrp wiki, it has us add " customCheck = function(ply) return ply:GetUserGroup() == "donator" end," to the job code, and that checks for the group, but is there a way to check for user allow?
Edit: ACCESS_ALL--[[ACCESS_DONATOR]] -- that's the code they were using in their job, then whenever they granted someone access to donator, it gave the person access to donator tagged things.