I’m trying to get the Barrack Obama skin on my server. It downloads when people join but they still see an error? I have added the following folders to my fast DL website:
cache/
materials/
models/
resources/
sound/
Inside it there are the valid files which i need for the skin. Now this is what i have in my server.cfg:
“sv_allowupload” “1”
“sv_allowdownload” “1”
“sv_downloadurl” “http://www.skyfallservers.nn.pe/garrysmod/”
Which i’m guessing works. Here is what i have inside my ressources.lua:
if (SERVER) then
resource.AddSingleFile( “models/obama/obama.mdl” )
resource.AddSingleFile( “materials/models/obama/body_diffuse.vmt” )
resource.AddSingleFile( “materials/models/obama/body_diffuse.vtf” )
resource.AddSingleFile( “materials/models/obama/body_normal.vmt” )
resource.AddSingleFile( “materials/models/obama/body_normal.vtf” )
resource.AddSingleFile( “materials/models/obama/eyeball_l.vmt” )
resource.AddSingleFile( “materials/models/obama/eyeball_l.vtf” )
resource.AddSingleFile( “materials/models/obama/eyeball_r.vmt” )
resource.AddSingleFile( “materials/models/obama/eyeball_r.vtf” )
resource.AddSingleFile( “materials/models/obama/glint.vmt” )
resource.AddSingleFile( “materials/models/obama/glint.vtf” )
resource.AddSingleFile( “materials/models/obama/head_diffuse.vtf” )
resource.AddSingleFile( “materials/models/obama/head_normal.vtf” )
resource.AddSingleFile( “materials/models/obama/mouth.vmt” )
resource.AddSingleFile( “materials/models/obama/mouth.vtf” )
resource.AddSingleFile( “materials/models/obama/obama_body.vmt” )
resource.AddSingleFile( “materials/models/obama/obama_head.vmt” )
resource.AddSingleFile( “materials/models/obama/pupil_l.vmt” )
resource.AddSingleFile( “materials/models/obama/pupil_l.vtf” )
resource.AddSingleFile( “materials/models/obama/pupil_r.vmt” )
resource.AddSingleFile( “materials/models/obama/pupil_r.vtf” )
resource.AddFile(“maps/rp_downtown_v4c_v2.bsp”)
end
Can any of you see what the problem is? Like i say, they download it but can’t see it, it’s weird.
EDIT: People can download the map and it works, is it the addon?