Jump to content

Need help with ACL


nwmafia

Recommended Posts

Okay, so I am trying to make a group in ACL called Police. I want to make it so the group "Police can warp to a player and warp a player to them". But I don't want them to be able to do anything else other than that. How do I do this. I tried but it did not work. Ill show you below what I entered.

ACL = Group

http://imageshack.us/photo/my-images/816/groupname.jpg/

ACL = ACL

I made everything false, except warp, I made warp true. (what i did was copy the default acl and changed warp to true).

http://imageshack.us/photo/my-images/442/aclw.jpg/

What did I do wrong?

Link to comment

You should make another ACL then put this in the acl group:

<acl name="policeacl" /> 

and then copy the false rights what u got from now, remove the

something like this:

<acl name="policeacl"> 
        <right name="command.start" access="false" /> 
        <right name="command.stop" access="false" /> 
        <right name="command.warp" access="true" /> 
        ...etc etc... 
    </acl> 

Link to comment

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