Burger_Man Posted July 21, 2010 Posted July 21, 2010 Hey peoplez! most of people know the F9 help thing and some know how to add stuff there. But I have a problem, i create help.xml which looks like this: *lot's of text here* but it doesn't work. I'm trying to add it in a map resource file to tell about race track.. can that be a problem? is it only for scripts Thanks for help if I get any -- Burger
Burger_Man Posted July 21, 2010 Author Posted July 21, 2010 You added it in meta.xml to? /slaps his own head off course i didn't lol.. Maybe that's gonna help a bit.. EDIT: i did it, added the line to meta but doesn't work yet. I guess there is something wrong with the meta.. it gives error: ERROR DOWNLOADING REQUESTED FILES. HTTP response code said error here is my meta if someone notices whats wrong with it. <meta> <info type="map" author="Burger Man, Cannonball, Tomdrum11, Jockie, Davyy" description="All EFC maps in one file" version="1.0.0" /> <map src="ALL EFC Maps.map" dimension="0" /> <config src="help.xml" type="client"/> <settings> <setting name="#minplayers" value="[ 0 ]" /> <setting name="#maxplayers" value="[ 128 ]" /> <setting name="#gravity" value="[ 0.008000 ]" /> <setting name="#weather" value="[ 0 ]" /> <setting name="#time" value="10:0" /> <setting name="#locked_time" value="[ false ]" /> <setting name="#waveheight" value="[ 0 ]" /> <setting name="#gamespeed" value="[ 1 ]" /> </settings> </meta>
AeroXbird Posted July 22, 2010 Posted July 22, 2010 Config files don't require a server or client value.
50p Posted July 22, 2010 Posted July 22, 2010 Config files don't require a server or client value. https://wiki.multitheftauto.com/wiki/Meta.xml
AeroXbird Posted July 22, 2010 Posted July 22, 2010 That is the reason that i said "require" I never said you couldn't use them.
50p Posted July 22, 2010 Posted July 22, 2010 That is the reason that i said "require" I never said you couldn't use them. You said "don't require". "help.xml" file needs to be send to client so it is required. @Burger_Man Replace spaces in your map file name with "-" or remove them completely and do so in meta.xml as well and try again. This is the most common problem. If that won't help, make sure your help.xml file is in the resource's root directory.
Burger_Man Posted July 23, 2010 Author Posted July 23, 2010 Fixed I changed the file name to EFCmaps and now it works. Thanks for the help anyway
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