I recently purchased the script [url]https://scriptfodder.com/scripts/view/1575[/url] for my upcoming DarkRP server. But the textures won't load. Just the black and purple checkerboard texture replaces it.
I installed it and added this file to "/garrysmod/lua/autorun/server/fastdl.lua"
EDITED CODE: [CODE]resource.AddFile("materials\rusthud\armor.png") -- Rust Hud FASTDL
resource.AddFile("materials\rusthud\health.png") -- Rust Hud FASTDL
resource.AddFile("materials\rusthud\hunger.png") -- Rust Hud FASTDL
resource.AddFile("materials\rusthud\money.png") -- Rust Hud FASTDL
resource.AddFile("materials\rusthud\salary.png") -- Rust Hud FASTDL
resource.AddFile("materials\rusthud\stamina.png") -- Rust Hud FASTDL[/CODE]
and as you can see the fastDL has these files in it
[IMG]http://i.imgur.com/prgyWd2.jpg[/IMG]
Server CFG
[IMG]http://i.imgur.com/neUDpwT.jpg[/IMG]
"/garrysmod/materials/rusthud" folder in FileZilla
[IMG]http://i.imgur.com/CTNBN3z.jpg[/IMG]
Anyhelp?
Do [B]NOT[/B] AddCSLua .bz2 files.
Just add the .bz2 files beacouse the server does all the .bz2 stuff for you.
Also the files have to be present in the server and fastdl
[QUOTE=geferon;49331509]Do [B]NOT[/B] AddCSLua .bz2 files.
Just add the .bz2 files beacouse the server does all the .bz2 stuff for you.
Also the files have to be present in the server and fastdl[/QUOTE]
I forgot to add that, they are present in the server. So don't add the .bz2 but just the .lua part?
Get rid of the .bz2 on every line
[QUOTE=jonitah112;49331558]Get rid of the .bz2 on every line[/QUOTE]
Still didnt work
you must have to write a / in the end of the url on sv_downloadurl
sv_downloadurl "http:/whatever.com/fastdl[B]/[/B]"
[QUOTE=jonitah112;49331601]you must have to write a / in the end of the url on sv_downloadurl
sv_downloadurl "http:/whatever.com/fastdl[B]/[/B]"[/QUOTE]
didn't fix
[QUOTE=Gamerzcrafted;49331651]didn't fix[/QUOTE]
Are you sure you dont have those files on your client?
Also, what do you have sv_allowdownload set to?
[QUOTE=geferon;49331691]Are you sure you dont have those files on your client?
Also, what do you have sv_allowdownload set to?[/QUOTE]
0
[QUOTE=Gamerzcrafted;49331720]0[/QUOTE]
You sure?
Cause it looks like it isnt.
Can we take a look to your server.cfg after the modifications youve made and also to the lua file?
[QUOTE=geferon;49331749]You sure?
Cause it looks like it isnt.
Can we take a look to your server.cfg after the modifications youve made and also to the lua file?[/QUOTE]
[IMG]http://i.imgur.com/evOM6M7.jpg[/IMG]
[IMG]http://i.imgur.com/ccRc6jR.jpg[/IMG]
Stop hiding your fastdl url, its not hard to get.
[QUOTE=Kevlon;49331815]Stop hiding your fastdl url, its not hard to get.[/QUOTE]
Im avoid the advertising rule. if my ip is there you could join the server
You are hiding your fastdl url, but not your rcon password (which btw is not really polite)?
Also, can you have a look in the clientside log, whether there is something like HTTP Error?
[QUOTE=P4sca1;49331852]You are hiding your fastdl url, but not your rcon password?[/QUOTE]
I am blocking my rcon password :|
[editline]16th December 2015[/editline]
[QUOTE=P4sca1;49331859]Also, can you have a look in the clientside log, whether there is something like HTTL Error?[/QUOTE]
where is it located
Just open the console after connecting and scroll up a bit. HTTP Errors are usually printed in red.
[QUOTE=Gamerzcrafted;49331860]I am blocking my rcon password :|
[editline]16th December 2015[/editline]
where is it located[/QUOTE]
You didn't block your rcon password. It's racist!
And resource.AddFile should use / insted of \.
[QUOTE=Kevlon;49331870]You didn't block your rcon password. It's racist![/QUOTE]
oops, I share the server with a friend and hes cancer
[editline]16th December 2015[/editline]
[QUOTE=P4sca1;49331884]And resource.AddFile should use / insted of \.[/QUOTE]
Fixed
Sorry, you need to Log In to post a reply to this thread.