MatiasRuff Posted February 21, 2011 Posted February 21, 2011 I want to make a gamemode, but when I open the server no accepts the gamemode. When you open the server says: ERROR: Could't parse meta file for resource "cod2mod". The meta.xml is as follows: <meta> <info author="Matias" type="gamemode" name="Cod2Mod" version="1.0.0" <script src="admins_c.lua" /> <script src="callfunction_c.lua" /> <script src="cod_client.lua" /> <script src="functions.lua" /> <script src="init_c.lua" /> <script src="weapon_c.lua" /> <script src="soldiertxd.lua" /> <script src="joiner_client.lua" /> <file src="img/ammo.png" /> <file src="img/antiafk.png" /> <file src="img/bg.png" /> <file src="img/bomb_ticker.png" /> <file src="img/bomb_ticker_frame.png" /> <file src="img/country-axis.png" /> <file src="img/country-france.png" /> <file src="img/country-japan.png" /> <file src="img/country-poland.png" /> <file src="img/country-uk.png" /> <file src="img/country-usa.png" /> <file src="img/country-ussr.png" /> <file src="img/frag.png" /> <file src="img/highping.png" /> <file src="img/icon.png" /> <file src="img/logo2.png" /> <file src="img/logo.png" /> <file src="img/medicpack.png" /> <file src="img/pvt.png" /> <file src="img/sd_clock.png" /> <file src="img/sd_needle.png" /> <file src="img/smoke.png" /> <file src="img/spinacz.png" /> <file src="img/star.png" /> <file src="banners/forums.png" /> <file src="banners/hcl.png" /> <file src="banners/mec.png" /> <file src="banners/pig.png" /> <file src="banners/wantad.png" /> <file src="sounds/allies_elim.wav" /> <file src="sounds/allies_win.wav" /> <file src="sounds/axis_elim.wav" /> <file src="sounds/axis_win.wav" /> <file src="sounds/bomb_defused.wav" /> <file src="sounds/bomb_planted.wav" /> <file src="sounds/flag_captured.wav" /> <file src="sounds/flag_dropped.wav" /> <file src="sounds/flag_returned.wav" /> <file src="sounds/flag_taken.wav" /> <file src="sounds/objective_destroyed.wav" /> <file src="sounds/round_draw.wav" /> <file src="sounds/title.wav" /> <file src="txd/goflagx.txd" /> <file src="txd/rcflagx.txd" /> <file src="txd/swat.txd" /> <file src="txd/dyn_drugs.txd" /> </meta> there is an error? please tell me
Aibo Posted February 21, 2011 Posted February 21, 2011 you forgot to close tag: <info author="Matias" type="gamemode" name="Cod2Mod" version="1.0.0" /> and all your script files are serverside. i bet some of them are client scripts, so use type="client" for those. ?
eAi Posted February 21, 2011 Posted February 21, 2011 You've written 7 scripts yet don't know how to write a meta.xml?
Xierra Posted February 21, 2011 Posted February 21, 2011 eAi, I was thinking they're rushing, maybe that's the reason they didn't check properly. As a newbie, I can tell there is a common mistake, like most notable: instead of This is oftenly became my error in XML coding. But I figured out my mistakes from now on. XX3 is gone. This is my new name. :3
Castillo Posted February 21, 2011 Posted February 21, 2011 You've written 7 scripts yet don't know how to write a meta.xml? This is a public game mode, is not written by him. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
bmat Posted March 17, 2011 Posted March 17, 2011 There are new files in that listing, added to cod2mod on last update. I bet he has found client-side script of cod2mod, but he hasn't got server-side! He's just stealer, watch at this: <info author="Matias" type="gamemode" name="Cod2Mod" version="1.0.0" /> @Solidsnaker14, only first release of cod2mod is public.
Castillo Posted March 17, 2011 Posted March 17, 2011 I know, you have uploaded just a website if i'm right in the second version. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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