GrubaS Posted July 21, 2014 Share Posted July 21, 2014 Hello guys, I'm doing a script at the moment and I could need some help. The line is below iif isObjectInACLGroup("user."..accountName,aclGetGroup("RPC")) then -- 4 The problem is that I don't want this to be RPC, I want it to work ONLY with my account name, which is GrubaS can you help? thx. Link to comment
Et-win Posted July 21, 2014 Share Posted July 21, 2014 if (accountName == "GrubaS") 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