Hello,
I changed a playermodell which is allreasy present on the server. The Problem is, the new modell will only load for new people who doesnt had the old skin.
What can I do to force everyone to redownload the specific vtf-File(s)? Would be nice if this would happen just one time per person, but I think that isnt possible
my lua in autorun/server:
if (SERVER) then
resource.AddFile( "models/german/ssofficer.mdl" )
resource.AddFile( "models/german/ssofficer_playermodel.mdl" )
resource.AddFile( "materials/models/german/ssofficer/german_body.vmt" )
resource.AddFile( "materials/models/german/ssofficer/german_body2.vmt" )
resource.AddFile( "materials/models/german/ssofficer/german_body2.vtf" )
resource.AddFile( "materials/models/german/ssofficer/german_gear2.vmt" )
resource.AddFile( "materials/models/german/ssofficer/german_gear2.vtf" )
resource.AddFile( "materials/models/german/ssofficer/german_gear2_normal.vtf" )
resource.AddFile( "materials/models/german/ssofficer/ss_skull.vmt" )
resource.AddFile( "materials/models/german/ssofficer/ss_skull.vtf" )
end
The edited files are german_body2.vtf and german_gear2.vtf
I'm using Fast-Download
Rrgards