Discord
Steam
/
Garry's Mod
/
Developers
/
FastDl not sav..
Login/Join
Event Log
FastDl not saving files
3 replies, posted
Search
In This Thread
[CODE]if (SERVER) then resource.AddFile( "models/player/slow/luigi_gxy.mdl" ) resource.AddFile( "models/player/slow/mario_gxy.mdl" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_body.vmt" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_body.vtf" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_cap.vmt" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_cap.vtf" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_eyelid.vmt" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_eyelid.vtf" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_face.vmt" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_face.vtf" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_fake_logo.vmt" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_hair.vmt" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_hair.vtf" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_hand.vmt" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_hand.vtf" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_shoe.vmt" ) resource.AddFile( "materials/models/player/slow/mario_gxy/slow_shoe.vtf" ) resource.AddFile( "materials/models/player/slow/mario/back.vmt" ) resource.AddFile( "materials/models/player/slow/mario/back.vtf" ) resource.AddFile( "materials/models/player/slow/mario/back_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/black.vmt" ) resource.AddFile( "materials/models/player/slow/mario/black.vtf" ) resource.AddFile( "materials/models/player/slow/mario/black_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/buttons.vmt" ) resource.AddFile( "materials/models/player/slow/mario/buttons.vtf" ) resource.AddFile( "materials/models/player/slow/mario/buttons_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/ear.vmt" ) resource.AddFile( "materials/models/player/slow/mario/ear.vtf" ) resource.AddFile( "materials/models/player/slow/mario/ear_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/eyes.vmt" ) resource.AddFile( "materials/models/player/slow/mario/eyes.vtf" ) resource.AddFile( "materials/models/player/slow/mario/eyes_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/gloves.vmt" ) resource.AddFile( "materials/models/player/slow/mario/gloves.vtf" ) resource.AddFile( "materials/models/player/slow/mario/gloves_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/hair.vmt" ) resource.AddFile( "materials/models/player/slow/mario/hair.vtf" ) resource.AddFile( "materials/models/player/slow/mario/hair_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/hat.vmt" ) resource.AddFile( "materials/models/player/slow/mario/hat.vtf" ) resource.AddFile( "materials/models/player/slow/mario/hat_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/irises.vmt" ) resource.AddFile( "materials/models/player/slow/mario/irises.vtf" ) resource.AddFile( "materials/models/player/slow/mario/irises_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/jeans.vmt" ) resource.AddFile( "materials/models/player/slow/mario/jeans.vtf" ) resource.AddFile( "materials/models/player/slow/mario/jeans_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/pants.vmt" ) resource.AddFile( "materials/models/player/slow/mario/pants.vtf" ) resource.AddFile( "materials/models/player/slow/mario/pants_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/shirt.vmt" ) resource.AddFile( "materials/models/player/slow/mario/shirt.vtf" ) resource.AddFile( "materials/models/player/slow/mario/shirt_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/shoes.vmt" ) resource.AddFile( "materials/models/player/slow/mario/shoes.vtf" ) resource.AddFile( "materials/models/player/slow/mario/shoes_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/skin.vmt" ) resource.AddFile( "materials/models/player/slow/mario/skin.vtf" ) resource.AddFile( "materials/models/player/slow/mario/skin_normal.vtf" ) resource.AddFile( "materials/models/player/slow/mario/suspenders.vmt" ) resource.AddFile( "materials/models/player/slow/mario/suspenders.vtf" ) resource.AddFile( "materials/models/player/slow/mario/suspenders_normal.vtf" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_body.vmt" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_body.vtf" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_cap.vmt" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_cap.vtf" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_eye.vmt" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_eye.vtf" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_eyelid.vmt" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_eyelid.vtf" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_face.vmt" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_face.vtf" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_fake_logo.vmt" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_hair.vmt" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_hair.vtf" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_hand.vmt" ) resource.AddFile( "materials/models/player/slow/luigi_gxy/slow_hand.vtf" ) resource.AddFile( "materials/models/assistants/waluigi/body.vmt" ) resource.AddFile( "materials/models/assistants/waluigi/body.vtf" ) resource.AddFile( "materials/models/assistants/waluigi/racket.vmt" ) resource.AddFile( "materials/models/assistants/waluigi/racket.vtf" ) end[/CODE] thats in lua/autorun on my server. It downloads them in game but they dont show in my games folder?
Place inside lua/autorun/server instead
Ok i will try that, thanks
Or remove the "if server then" if you'd rather keep it in lua/autorun.
Sorry, you need to
Log In
to post a reply to this thread.