how is the mtaserver.cfg?
mine is thus
<!-- This parameter specifies whether the builtin http server will 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 is a required parameter
if <httpserver> is set to 1. -->
<httpport>22005</httpport>
<!-- If set, this parameter specifies the external URL from which clients will be able to download
needed resources ingame. Otherwise they will download them directly from the server. -->
<httpdownloadurl>http://www.tgbrhost.xpg.com.br/mods/deathmatch/resource-cache/http-client-files/</httpdownloadurl>
<!-- This parameter specifies whether the client files for hosting on an external web server should be
automatically copied into mods/deathmatch/resource-cache/http-client-files/
Only relevant if <httpdownloadurl> is set.
Values: 0 - disabled , 1 - enabled ; default value: 1. Optional parameter. -->
<httpautoclientfiles>1</httpautoclientfiles>
<!-- This parameter is deprecated. Please use httpmaxconnectionsperclient instead-->
<httpconnectionsperclient></httpconnectionsperclient>
is that right?