DiGiTal Posted June 5, 2017 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> Our Website : https://tutoplayfun.ml/ Our Discord: https://discord.gg/BxkW65z
MrSecreto07 Posted June 5, 2017 Posted June 5, 2017 test this: <script src="main.lua" type="server" /> <script src="mainc.lua" type="client" />
DiGiTal Posted June 5, 2017 Author Posted June 5, 2017 I have the same error Our Website : https://tutoplayfun.ml/ Our Discord: https://discord.gg/BxkW65z
3aGl3 Posted June 5, 2017 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
Moderators IIYAMA Posted June 6, 2017 Moderators 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" /> Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
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