Hey guys, I'm getting an error 9 when connecting to my server after configuring the optional HTTP hosting option. I believe I did everything correctly, here is the config:
<!-- This parameter specifies whether the builtin http server is going to be used. Values: 0 - disabled , 1 - enabled ; default value: 1. Optional parameter. -->
<httpserver>0</httpserver>
<!-- This parameter specifies the TCP port on which the server will be accepting incoming http connections. It can be set to the same value as <serverport>. It's a required parameter if <httpserver> is set to 1. -->
<httpport>3021</httpport>
<!-- This parameter specifies whether connecting players will be able to download needed resources for them from an external site rather than from the server. 0 - disabled , 1 - enabled; default value: 0. -->
<httpdownload>1</httpdownload>
<!-- If set, this parameter specifies the external URL from which clients will be able to download needed resources ingame. Required parameter if <httpdownload> is set to 1. -->
<httpdownloadurl>http://tgtap.rockstarrem.com/mta/server1/resources</httpdownloadurl>
Here's the strange part, it downloads the files but they are all empty. Like, there will be all the lua files but they're all empty. I don't get it. Here's the URL of all the resources, they're all default: http://tgtap.rockstarrem.com/mta/server1/resources
I believe I did everything correctly, could someone help me please?