Jump to content
  • 0

Can't Set Next Map


Daeron

Question

Posted

when i use Set Next Map in admin panel , then nothing happens , and in Mta Server.Exe i get : WARNING: admin/server/admin_servermaps.lua:118: Access Deinied @ ´ExecuteCommandHandler´

so what i do to get it fixed ?

21 answers to this question

Recommended Posts

  • 0
Posted

You probably need to add the following line to the ACL rights of the "Admin" group.

<right name="function.executeCommandHandler" access="true"></right> 

If it still won't work, please, copy the content of your ACL.xml to http://pastebin.com (XML Syntax) and post the link here.

  • 0
Posted

still not working

again it says in MTA Server.exe : WARNING: admin/server/admin_servermaps.lua:118: Access Deinied @ ´ExecuteCommandHandler´

  • 0
Posted

ok, first stop the server,

Maker sure that the Admin resource is listed in the mtaserver.conf file which should look like this:

<resource src="admin" startup="1" protected="0" /> 

and b4 you start your server post the ACL.xml file again.

  • 0
Posted

Try using the new Admin Panel (admin2),

add this to the ACL.xml:

<object name="resource.admin2"></object> 

and this to mtaserver.conf

<resource src="admin2" startup="1" protected="0" /> 

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