• Playermodel always error!
    5 replies, posted
I have everything i need..The resource file..all the stuff It downloads the model when i go to the server it downloads all the materials i am like YES but still error? Wut? [editline]9th December 2013[/editline] I can tell the resource file if you need...Or tell me what you need to see :P
Post the resource.lua file. Also, what gamemode?
It's TTT resource file: [CODE]if (SERVER) then resource.AddFile( "models/shadbowdash_closed.dx80" ) resource.AddFile( "models/shadbowdash_closed.dx90" ) resource.AddFile( "models/shadbowdash_closed.phy" ) resource.AddFile( "models/shadbowdash_closed.sw" ) resource.AddFile( "models/shadbowdash_closed.vvd" ) resource.AddFile( "models/shadbowdash_closed.mdl" ) resource.AddFile( "materials/models/mlp/shadbowdash/body.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/body.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/eyeball_l.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/eyeball_l.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/eyeball_r.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/eyeball_r.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/eyelashes.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/eyelashes.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/hairback.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/hairback.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/hairfront.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/hairfront.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/invisible.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/invisible.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/lightwarp.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/lightwarp_outline.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/outline - Copy.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/outline.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/outline.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/pupil_l.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/pupil_l.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/pupil_r.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/pupil_r.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/tail.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/tail.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/teeth.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/teeth.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/tongue.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/tongue.vtf" ) resource.AddFile( "materials/models/mlp/shadbowdash/wings.vmt" ) resource.AddFile( "materials/models/mlp/shadbowdash/wings.vtf" ) end [/CODE]
What location is it in? Also, link to where you host your FastDL
Should be in lua/autorun/server as for your fastdl files are they all in bzip format?
[QUOTE=UnknownSir;43181580]Should be in lua/autorun/server as for your fastdl files are they all in bzip format?[/QUOTE] It should be in lua/autorun since he put if SERVER then
Sorry, you need to Log In to post a reply to this thread.