Rocker Posted February 1, 2010 Posted February 1, 2010 I have folder myserver in C/Program Files/MTA San Andreas/server/mods/deathmatch/resources In folder i have: in meta.xml : in script.lua: and always when I start the server writes this: [19:52:19] ERROR: Couldn't find meta.xml file fot resource 'myserver'
0 DiSaMe Posted February 1, 2010 Posted February 1, 2010 From script.lua file it looks like the extensions for known file types are hidden, but meta.xml has a visible extension, so maybe it's actually meta.xml.xml, what means that you have to rename the file so that you see meta, not meta.xml.
0 Rocker Posted February 2, 2010 Author Posted February 2, 2010 I have problem, Now write this: [6:34:16] ERROR Couldn't parse meta file for resource ''myserver''
0 MTA Team jhxp Posted February 2, 2010 MTA Team Posted February 2, 2010 Check if the syntax of that file is correct. Also check if meta lists all files from your resource properly, and that they exist.
0 Dark Dragon Posted February 2, 2010 Posted February 2, 2010 <script src="script.lua" type="server" /> you're missing the script type
0 Gamesnert Posted February 3, 2010 Posted February 3, 2010 you're missing the script type "type" parameter is not required. If not set, it will act as if it's set to "server".
0 Dark Dragon Posted February 3, 2010 Posted February 3, 2010 nevermind then but i'm actually pretty sure that i once had problems with that.
0 Rocker Posted February 3, 2010 Author Posted February 3, 2010 I tested both ways and no did not work: Always write:[6:34:16] ERROR Couldn't parse meta file for resource ''myserver''
0 eAi Posted February 3, 2010 Posted February 3, 2010 A is definitely wrong. You've got the same script twice, not that that should matter. Remove the second script tag and the info tag - that's optional, then see what happens.
Question
Rocker
I have folder myserver in C/Program Files/MTA San Andreas/server/mods/deathmatch/resources
In folder i have:
in meta.xml :
in script.lua:
and always when I start the server writes this:
[19:52:19] ERROR: Couldn't find meta.xml file fot resource 'myserver'
9 answers to this question
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