Jump to content

ACL scripting functions


Morelli

Recommended Posts

Posted

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?

Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...