nwmafia Posted July 13, 2012 Posted July 13, 2012 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?
denny199 Posted July 13, 2012 Posted July 13, 2012 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>
nwmafia Posted July 13, 2012 Author Posted July 13, 2012 I already have on top of the list of commands and functions.
denny199 Posted July 13, 2012 Posted July 13, 2012 Sorry, didn't noticed it, btw, admin is with an a no an A edit: Does the /warp command excist?
nwmafia Posted July 13, 2012 Author Posted July 13, 2012 Warp command does not exist, but, what I want is for the Police group to be able to open the Amin Panel and select the warp options.
nwmafia Posted July 13, 2012 Author Posted July 13, 2012 Changing the A in to an a, worked. Thank you so much
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