Seba500PLK Posted August 21, 2014 Share Posted August 21, 2014 Why not work? group "BazaAdminow" works, but the group "BazaAdminowA" no longer works if(isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "BazaAdminow" ) ) and isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "BazaAdminowA" ) )) then Link to comment
Castillo Posted August 21, 2014 Share Posted August 21, 2014 You are checking if the account is on both ACL groups, maybe you meant to check if he's in one of them, not both? Link to comment
justn Posted August 21, 2014 Share Posted August 21, 2014 if(isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "BazaAdminow" ) ) or isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "BazaAdminowA" ) )) then Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now