Jump to content

Meta Error


RoY72

Recommended Posts

I'm trying to crate mta script for map blip and server gives this:

ERROR: Couldn't prase meta file for resource 'blip'

This is my meta.xml (I'm not very good at scripting) :

<meta>
    <info author="RoY72" type="script" name"Baseblip" />
    <config src="help.xml" type="server"/>

    <min_mta_version client="1.5.3" server="1.5.3" />

    <script src="blip.lua" />type="client"/>

     <aclrequest>
     <right name="function.startResource" access="true" />
     <right name="function.stopResource" access="true" />
     <right name="function.setPlayerMuted" access="true" />
     </aclrequest>
</meta>

 

Link to comment
<meta>
    <info author="RoY72" type="script" name"Baseblip" />
    <config src="help.xml" type="server"/>

    <min_mta_version client="1.5.3" server="1.5.3" />

    <script src="blip.lua" type="client"/>

     <aclrequest>
     <right name="function.startResource" access="true" />
     <right name="function.stopResource" access="true" />
     <right name="function.setPlayerMuted" access="true" />
     </aclrequest>
</meta>

 

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