I can't make other people download the content for my HUD
Here's my code:
[CODE]
if SERVER then
resource.AddFile("content/")
resource.AddFile("content/materials/")
resource.AddFile("content/materials/FEAR")
resource.AddFile("content/materials/FEAR/bullet.vtf")
resource.AddFile("content/materials/FEAR/healthcross.vtf")
resource.AddFile("content/materials/FEAR/armor.vtf")
end
[/CODE]
Don't include folders as downloadables. Start from the materials directory, not the content.
Sorry, you need to Log In to post a reply to this thread.