Namorek Posted May 15, 2010 Share Posted May 15, 2010 Help me. i new mod cars but give Error downloading requested files. HTTP response code said error help me push it!! 7 day error! Help me PLSS! My lua function replaceModel() txd = engineLoadTXD("bagboxa.txd", 606 ) engineImportTXD(txd, 606) dff = engineLoadDFF("bagboxa.dff", 606) engineReplaceModel(dff, 606) txd = engineLoadTXD("bravura.txd", 401 ) engineImportTXD(txd, 401) dff = engineLoadDFF("bravura.dff", 401) engineReplaceModel(dff, 401) txd = engineLoadTXD("burrito.txd", 482 ) engineImportTXD(txd, 482) dff = engineLoadDFF("burrito.dff", 482) engineReplaceModel(dff, 482) txd = engineLoadTXD("club.txd", 589 ) engineImportTXD(txd, 589) dff = engineLoadDFF("club.dff", 589) engineReplaceModel(dff, 589) txd = engineLoadTXD("rumpo.txd", 440 ) engineImportTXD(txd, 440) dff = engineLoadDFF("rumpo.dff", 440) engineReplaceModel(dff, 440) txd = engineLoadTXD("sunrise.txd", 550 ) engineImportTXD(txd, 550) dff = engineLoadDFF("sunrise.dff", 550) engineReplaceModel(dff, 550) txd = engineLoadTXD("tug.txd", 583 ) engineImportTXD(txd, 583) dff = engineLoadDFF("tug.dff", 583) engineReplaceModel(dff, 583) txd = engineLoadTXD("utility.txd", 498 ) engineImportTXD(txd, 498) dff = engineLoadDFF("utility.dff", 498) engineReplaceModel(dff, 498) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) addCommandHandler ( "reloadcar", replaceModel ) Meta.xml <meta> <info author="Namorek" description="freeroam mode" version="1.3" type="script" /> <include resource="freeroam" /> <script src="Vehicle.lua" type="client"/> <file src="bagboxa.txd" type="client"/> <file src="bagboxa.dff" type="client"/> <file src="bravura.txd" type="client"/> <file src="bravura.dff" type="client"/> <file src="burrito.txd" type="client"/> <file src="burrito.dff" type="client"/> <file src="club.txd" type="client"/> <file src="club.dff" type="client"/> <file src="rumpo.txd" type="client"/> <file src="rumpo.dff" type="client"/> <file src="sunrise.txd" type="client"/> <file src="sunrise.dff" type="client"/> <file src="tug.txd" type="client"/> <file src="tug.dff" type="client"/> <file src="utility.txd" type="client"/> <file src="utility.dff" type="client"/> </meta> Link to comment
dzek (varez) Posted May 15, 2010 Share Posted May 15, 2010 and if your resource is stopped its ok? i think this is server configuration problem, not script. Link to comment
Callum Posted May 15, 2010 Share Posted May 15, 2010 In the meta.xml shouldn't have a type arg. It should only have an src arg. So Link to comment
Namorek Posted May 16, 2010 Author Share Posted May 16, 2010 Is not Good Please you code look me. Look you my code and image <meta> <info author="Namorek" version="0.1" type="script"/> <script src="carpack.lua" /> <file src="mercedes.txd" /> <file src="mercedes.dff" /> </meta> Link to comment
dzek (varez) Posted May 16, 2010 Share Posted May 16, 2010 again: and if your resource is stopped its ok?i think this is server configuration problem, not script. answer Link to comment
Namorek Posted May 16, 2010 Author Share Posted May 16, 2010 again:and if your resource is stopped its ok?i think this is server configuration problem, not script. answer I new Post it Server Problem a Admin change it Post not me change! Link to comment
dzek (varez) Posted May 16, 2010 Share Posted May 16, 2010 I new Post it Server Problem a Admin change it Post not me change! ???? maybe its better to use google translate? i cant uderstand it Link to comment
Namorek Posted May 17, 2010 Author Share Posted May 17, 2010 I new Post it Server Problem a Admin change it Post not me change! ???? maybe its better to use google translate? i cant uderstand it Sorry my bad Speak English! Link to comment
dzek (varez) Posted May 17, 2010 Share Posted May 17, 2010 try to say it again. help yourself with google translate.. Link to comment
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