Rocker Posted February 1, 2010 Share 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' Link to comment
0 DiSaMe Posted February 1, 2010 Share 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. Link to comment
0 Rocker Posted February 1, 2010 Author Share Posted February 1, 2010 Thank you very much Link to comment
0 Rocker Posted February 2, 2010 Author Share Posted February 2, 2010 I have problem, Now write this: [6:34:16] ERROR Couldn't parse meta file for resource ''myserver'' Link to comment
0 MTA Team jhxp Posted February 2, 2010 MTA Team Share 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. Link to comment
0 Dark Dragon Posted February 2, 2010 Share Posted February 2, 2010 <script src="script.lua" type="server" /> you're missing the script type Link to comment
0 Gamesnert Posted February 3, 2010 Share 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". Link to comment
0 Dark Dragon Posted February 3, 2010 Share Posted February 3, 2010 nevermind then but i'm actually pretty sure that i once had problems with that. Link to comment
0 Rocker Posted February 3, 2010 Author Share 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'' Link to comment
0 eAi Posted February 3, 2010 Share 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. Link to comment
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'
Link to comment
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