DiGiTal Posted June 5, 2017 Share Posted June 5, 2017 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
MrSecreto07 Posted June 5, 2017 Share Posted June 5, 2017 test this: <script src="main.lua" type="server" /> <script src="mainc.lua" type="client" /> Link to comment
3aGl3 Posted June 5, 2017 Share Posted June 5, 2017 (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 June 5, 2017 by 3aGl3 Link to comment
Moderators IIYAMA Posted June 6, 2017 Moderators Share Posted June 6, 2017 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" /> Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now