Jump to content

HTTP Error


Goomba

Recommended Posts

Hey,

I've made a map and I wanted to add a custom .txd but I keep getting this error:

httperror.png

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
  • 2 weeks later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...