06-14-2014, 05:02 AM
(This post was last modified: 06-14-2014, 05:23 AM by Marmigamed.)
hello,
well as said in title my gmod fastdl is broken and I can't download any files.
my server.cfg is set like this:[/size]
logging on
hostname "Marm's server"
rcon_password "Marm"
sv_password ""
sv_region 255
sv_lan 0
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
sv_noclipspeed 5
sv_noclipaccelerate 5
//Sandbox Settings
sbox_allownpcs 1
sbox_godmode 0
sbox_plpldamage 0
sbox_playergod 0
sbox_noclip 1
sbox_maxprops 250
sbox_maxragdolls 5
sbox_maxnpcs 10
sbox_maxballoons 10
sbox_maxeffects 50
sbox_maxdynamite 10
sbox_maxlamps 20
sbox_maxthrusters 30
sbox_maxwheels 20
sbox_maxhoverballs 20
sbox_maxvehicles 6
sbox_maxbuttons 20
sbox_maxsents 20
sbox_maxemitters 5
sbox_maxspawners 3
sbox_maxturrets 1
//Server Settings
net_maxfilesize 100
sv_minrate 0
sv_maxrate 2500
decalfrequency 10
sv_maxupdaterate 66
sv_minupdaterate 33
//Execute ban files
exec banned_ip.cfg
exec banned_user.cfg
cl_updaterate 66
cl_cmdrate 66
rate 75188
sv_allowdownload 0
sv_allowupload 0
sv_downloadurl "ftp://u452351705@31.220.16.135/public_html/garrysmod"
sv_loadingurl "http://www.marmigamed.byethost33.com/Marm.html"
my resource.addfile lua is set like that:
if (SERVER) then
resource.AddSingleFile( "song1.mp3.bz2" )
resource.AddSingleFile( "song2.mp3.bz2" )
end
I would like a reply as fast as possible thanks in advance
well as said in title my gmod fastdl is broken and I can't download any files.
my server.cfg is set like this:[/size]
logging on
hostname "Marm's server"
rcon_password "Marm"
sv_password ""
sv_region 255
sv_lan 0
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
sv_noclipspeed 5
sv_noclipaccelerate 5
//Sandbox Settings
sbox_allownpcs 1
sbox_godmode 0
sbox_plpldamage 0
sbox_playergod 0
sbox_noclip 1
sbox_maxprops 250
sbox_maxragdolls 5
sbox_maxnpcs 10
sbox_maxballoons 10
sbox_maxeffects 50
sbox_maxdynamite 10
sbox_maxlamps 20
sbox_maxthrusters 30
sbox_maxwheels 20
sbox_maxhoverballs 20
sbox_maxvehicles 6
sbox_maxbuttons 20
sbox_maxsents 20
sbox_maxemitters 5
sbox_maxspawners 3
sbox_maxturrets 1
//Server Settings
net_maxfilesize 100
sv_minrate 0
sv_maxrate 2500
decalfrequency 10
sv_maxupdaterate 66
sv_minupdaterate 33
//Execute ban files
exec banned_ip.cfg
exec banned_user.cfg
cl_updaterate 66
cl_cmdrate 66
rate 75188
sv_allowdownload 0
sv_allowupload 0
sv_downloadurl "ftp://u452351705@31.220.16.135/public_html/garrysmod"
sv_loadingurl "http://www.marmigamed.byethost33.com/Marm.html"
my resource.addfile lua is set like that:
if (SERVER) then
resource.AddSingleFile( "song1.mp3.bz2" )
resource.AddSingleFile( "song2.mp3.bz2" )
end
I would like a reply as fast as possible thanks in advance