Mr.FiFA Posted October 23, 2023 Share Posted October 23, 2023 Hello everyone , that's my very first post in this website , i really loved the community and the people and how they respond so fast - i Need y'all help : - i am now developing a server of mine and i had a issue , i made a rank and called it events , so this rank is for events and for making the server more fun i added derby mod to the server but the problem is when i get that rank to test it like to run the mod it says ACL : access denied for 'start' even when i added the <object name="resource.Derby"></object> it doesn't work that was my question and i hope y'all are going to give me a good answer Link to comment
Hydra Posted October 25, 2023 Share Posted October 25, 2023 On 23/10/2023 at 21:53, Mr.FiFA said: Hello everyone , that's my very first post in this website , i really loved the community and the people and how they respond so fast - i Need y'all help : - i am now developing a server of mine and i had a issue , i made a rank and called it events , so this rank is for events and for making the server more fun i added derby mod to the server but the problem is when i get that rank to test it like to run the mod it says ACL : access denied for 'start' even when i added the <object name="resource.Derby"></object> it doesn't work that was my question and i hope y'all are going to give me a good answer Have you granted yourself admin access at least? To use commands like /start, /restart, /stop etc.. you must be an adminr or use the console for starting the resources. Also, if your resource contains commands that are used by the admins like the ones above, you will have to add <object name="resource.Derby"></object> in Admin ACL group Link to comment
Mr.FiFA Posted October 27, 2023 Author Share Posted October 27, 2023 On 25/10/2023 at 13:12, Hydra said: Have you granted yourself admin access at least? To use commands like /start, /restart, /stop etc.. you must be an adminr or use the console for starting the resources. Also, if your resource contains commands that are used by the admins like the ones above, you will have to add <object name="resource.Derby"></object> in Admin ACL group well i really did and i tried every solution but nothing worked !. Link to comment
Nico834 Posted October 27, 2023 Share Posted October 27, 2023 You can't start the resource because some activities require players and resources to have admin group, which you can specify in the ACL. First, open your MTA server folder, then open the following file with a code editor or IDE: server > mods > deathmatch > acl.xml. To give yourself admin rights, look at your nickname in the MTA:SA client, then insert a new line in the opened file under the admin group. It should have the following content: <object name="user.yourNick" /> (Replace yourNick with your own nickname.) After that, save the file in the code editor or IDE in which you opened it. For the changes to take effect, enter the following command in the server console: "reloadacl" After that, connect to the server and register yourself as a user. Type /register [nick] [password] into the console or chatbox. Since you are using your MTA nickname, you only need to log in with the specified password, so the syntax of the login command is: /login [password] If you have done everything correctly, you should be able to use the "start" command after logging in. 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