Please help me.
Basicly ive added a new model on my darkrp ,
i want players to be forced to download it when they join the server.
so far ive , made a resources.lua file in lua/autorun
and
resource.AddFile( "models/player/hitman_47.mdl" )
resource.AddFile( "models/player/hitman_47.phy" )
resource.AddFile( "models/player/Hitman_47.dx80.vtx" )
resource.AddFile( "models/player/Hitman_47.dx90.vtx" )
resource.AddFile( "models/player/Hitman_47.sw.vtx" )
resource.AddFile( "models/player/hitman_47.vvd" )
resource.AddFile( "models/player/base_vehicles.lua" )
resource.AddFile( "materials/models/hitman/5727386a.vmt" )
resource.AddFile( "materials/models/hitman/1ae2133b.vmt" )
resource.AddFile( "materials/models/hitman/2ce78e73.vmt" )
resource.AddFile( "materials/models/hitman/2ce78e73.vtf" )
resource.AddFile( "materials/models/hitman/2ce78e73_n.vtf" )
resource.AddFile( "materials/models/hitman/1ae2133b_n.vtf" )
resource.AddFile( "materials/models/hitman/5727386a.vtf" )
resource.AddFile( "materials/models/hitman/1ae2133b.vtf" )
resource.AddFile( "lua/autorun/cmasters_npcs2.lua" )
thats what i have so far.
Please Help Me it downloads the files but its still a error.
Sorry, you need to Log In to post a reply to this thread.