Morelli Posted May 28, 2008 Share Posted May 28, 2008 They seem to be lacking examples and thorough documentation in the wiki. How am I able to set a script (resource)'s right to specific functions (ie: ban), through scripting functions? Link to comment
Stevvo Posted May 28, 2008 Share Posted May 28, 2008 function AclDo() aclCreateGroup(script1) aclCreate (list1) aclGroupAddACL (script1, list1) aclGroupAddObject (script1, resource.) aclSetRight (list1, function.banIP, true) aclSetRight (list1, function.banPlayer, true) aclSetRight (list1, function.banSerial, true) aclSave() end I think that should do the trick. Link to comment
Winky Posted May 29, 2008 Share Posted May 29, 2008 And the script that edit it should have rights to do it... 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