Goomba Posted December 20, 2009 Share Posted December 20, 2009 Hey, I've made a map and I wanted to add a custom .txd but I keep getting this error: Here's my script.lua: addEventHandler('onClientResourceStart', resourceRoot, function() local txd = engineLoadTXD('files/vgebillboards.txd') engineImportTXD(txd, 9191 ) local txd = engineLoadTXD('files/vgebillboards.txd') engineImportTXD(txd, 9190 ) end ) And here's my meta.xml: <?xml version="1.0" encoding="utf-16" ?> It works fine when I run a test in the map editor, but running it from the server gives me the http error. Hope someone can help me out with this. -Goomba. Link to comment
subenji99 Posted December 20, 2009 Share Posted December 20, 2009 https://forum.multitheftauto.com/viewtop ... 91&t=26037 https://forum.multitheftauto.com/viewtop ... 06&t=25791 Learn to search and you won't have to make a thread, and you get your answer sooner. Link to comment
Goomba Posted December 20, 2009 Author Share Posted December 20, 2009 Ye I found it just after I posted this, but I can't remove the topic so.. Link to comment
1B0Y Posted December 31, 2009 Share Posted December 31, 2009 it will be one of your scripts failing to download, this happends alot with the Kutmode im making right now. just try turning some resources off in the Console with the /stop "resource name" without the " and you will hit it soon EDIT--------> Its eather you're new script you just made or one of the resources, other then that i cant help you sorry Link to comment
CallumD Posted December 31, 2009 Share Posted December 31, 2009 This error occurs if your resource contains a space in the name, if it does, then re-name it to something that dosn't include a space. 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