RoY72 Posted December 18, 2016 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>
AfterAll14 Posted December 19, 2016 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>
coNolel Posted December 19, 2016 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
RoY72 Posted December 20, 2016 Author Posted December 20, 2016 No, I saw it am saying that ERROR is still there
[PXG]Blue Posted December 28, 2016 Posted December 28, 2016 check your info line, theres a missing "=" there
Simple0x47 Posted December 28, 2016 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" />
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