Seba500PLK Posted August 21, 2014 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
Castillo Posted August 21, 2014 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? San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
justn Posted August 21, 2014 Posted August 21, 2014 if(isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "BazaAdminow" ) ) or isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "BazaAdminowA" ) )) then Datastore - Store data to a database quickly. (Useful for saving scripted tables)
justn Posted August 22, 2014 Posted August 22, 2014 You're welcome Datastore - Store data to a database quickly. (Useful for saving scripted tables)
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