• Force Download Not Working
    4 replies, posted
So i made a resource.lua . i dont know why it wont let other people download the addons. I have had people tell me they downloaded the addons (police models) but nothing shows up. [url]http://gyazo.com/d72f839318c93259ca19af0cdba45340[/url] (what they see) i have also put it in the autorun folder that the addon gives. here is my code: if (SERVER) then resource.AddSingleFile( "Police/models/humans/nypd1940/male_01.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_02.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_03.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_04.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_05.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_06.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_07.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_08.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_09.mdl" ) resource.AddSingleFile( "Police/materials/models/humans/nypd1940/cop_sheet.vmt" ) resource.AddSingleFile( "Police/materials/models/humans/nypd1940/cop_sheet.vtf" ) resource.AddSingleFile( "Police/materials/models/humans/nypd1940/cop_sheet_n.vtf" ) resource.AddSingleFile( "Police/materials/models/humans/nypd1940/mip_cpoli1d.vmt" ) resource.AddSingleFile( "Police/materials/models/humans/nypd1940/mip_cpoli1d.vtf" ) end [highlight](User was banned for this post ("wrong section" - postal))[/highlight]
[QUOTE=Baby Weiner;41712084]So i made a resource.lua . i dont know why it wont let other people download the addons. I have had people tell me they downloaded the addons (police models) but nothing shows up. [url]http://gyazo.com/d72f839318c93259ca19af0cdba45340[/url] (what they see) i have also put it in the autorun folder that the addon gives. here is my code: if (SERVER) then resource.AddSingleFile( "Police/models/humans/nypd1940/male_01.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_02.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_03.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_04.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_05.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_06.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_07.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_08.mdl" ) resource.AddSingleFile( "Police/models/humans/nypd1940/male_09.mdl" ) resource.AddSingleFile( "Police/materials/models/humans/nypd1940/cop_sheet.vmt" ) resource.AddSingleFile( "Police/materials/models/humans/nypd1940/cop_sheet.vtf" ) resource.AddSingleFile( "Police/materials/models/humans/nypd1940/cop_sheet_n.vtf" ) resource.AddSingleFile( "Police/materials/models/humans/nypd1940/mip_cpoli1d.vmt" ) resource.AddSingleFile( "Police/materials/models/humans/nypd1940/mip_cpoli1d.vtf" ) end[/QUOTE] Have you tried removing the capital letters? That's what fixed it for me.
[QUOTE=12voltsdc;41712098]Have you tried removing the capital letters? That's what fixed it for me.[/QUOTE] in the AddSingleFile? or the Police??
[QUOTE=Baby Weiner;41712144]in the AddSingleFile? or the Police??[/QUOTE] The file name
ok i did that and i still apear as invisable to other players
Sorry, you need to Log In to post a reply to this thread.