I am trying to fastdl 3 png items that are in a hud i purchased and it wont upload it to webhost... and its making me mad! im on a windows server, can anyone help
Try put this in lua/autorun/server
if ( SERVER ) then
resource.AddSingleFile( "materials/your1.png" )
resource.AddSingleFile( "materials/your2.png" )
resource.AddSingleFile( "materials/your3.png" )
end
[QUOTE=dimdu54;48161647]Try put this in lua/autorun/server
if ( SERVER ) then
resource.AddSingleFile( "materials/your1.png" )
resource.AddSingleFile( "materials/your2.png" )
resource.AddSingleFile( "materials/your3.png" )
end[/QUOTE]
PNG's don't need to be added like that. You simply put them in the right folder in the fastdl, and then you need to have it on your server as well.
Sorry, you need to Log In to post a reply to this thread.