Jump to content
  • 0

Error in meta file load in all race maps


xbenny2506x

Question

Hi!

My problem is when i start a race mode the server say me in all race modes

[23:05:31] start: Resource 'race-drift' started

[23:05:31] ERROR: xmlLoadFile failed; ModifyOtherObjects in ACL denied resource race to access race-drift

[23:05:31] WARNING: Error while loading race-drift: no meta.xml

can me someone say how i can fix that. so that i can play the race mode.

I have start the Resource: race too

Link to comment

4 answers to this question

Recommended Posts

  • 0
You probably have an outdated acl.xml file.

Bingo, but you can just add this to your ACL.xml instead of complete reinstall:

<group name="raceACLGroup">
  <acl name="Default"/>
     <acl name="raceACL"/>
     <object name="resource.race"/>
  </group>
 
  <acl name="raceACL">
     <right name="general.ModifyOtherObjects" access="true"/>
     <right name="function.xmlLoadFile" access="true"/>
     <right name="function.startResource" access="true"/>
     <right name="function.stopResource" access="true"/>
     <right name="function.restartResource" access="true"/>
   </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...