Jump to content

[BUG]META


DiGiTal

Recommended Posts

Posted
  • Onca i want to upload my script into 'community.multitheftauto.com/index.php?p=resources' I SEE THAT
  •  
  • The meta.xml in the zip is invalid. Please check it for errors.
  • <meta>
    	<info author="N/A" title="N/A" version="1.0"/>
    	
    	<script src="main.lua" />
    	<script src="main_c.lua" />
    	
    	<oop>true</oop>
    </meta>

     

Posted (edited)

Try this:

<meta>
	<info author="Ridden" name="Name" version="1.0" type="script" />

	<oop>true</oop>

	<script src="main.lua" type="server" />
	<script src="main_c.lua" type="client" />
</meta>

I would assume that author and name have to be filled as they will be listed on the page...

Edited by 3aGl3
  • Moderators
Posted

Probably the slash /, is not allowed. (even though it is allowed un-escaped in xml files)

 

Or you could try to add:

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

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