RoY72 Posted December 18, 2016 Share Posted December 18, 2016 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
AfterAll14 Posted December 19, 2016 Share Posted December 19, 2016 <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
RoY72 Posted December 19, 2016 Author Share Posted December 19, 2016 That didn't change anything. Link to comment
coNolel Posted December 19, 2016 Share Posted December 19, 2016 <script src="blip.lua" />type="client"/> replacd it with <script src="blip.lua" type="client"/> i think u released now what is ur fault Link to comment
RoY72 Posted December 20, 2016 Author Share Posted December 20, 2016 No, I saw it am saying that ERROR is still there Link to comment
[PXG]Blue Posted December 28, 2016 Share Posted December 28, 2016 check your info line, theres a missing "=" there Link to comment
Simple0x47 Posted December 28, 2016 Share Posted December 28, 2016 The error is that you don't correct the syntax error you had. And check the this error to. <info author="RoY72" type="script" name="Baseblip" /> 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