Jump to content

[BUG]META


DiGiTal

Recommended Posts

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

     

Link to comment

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