How do i add player addon to murderer server and h&s server!
4 replies, posted
Help! How do i add player model to point shop
Did you try searching before you made a new thread?
[url]http://facepunch.com/showthread.php?t=1237588[/url]
[url]http://www.facepunch.com/showthread.php?t=1353360[/url]
[url]http://facepunch.com/showthread.php?t=1335273[/url]
[url]http://www.facepunch.com/showthread.php?t=1316840[/url]
Oh sorry my bad :D thank you
[editline]10th February 2014[/editline]
Why do i still see error in my point shop a red error for the player model i followed instructions
[QUOTE=xxiaodidi;43846496]Oh sorry my bad :D thank you
[editline]10th February 2014[/editline]
Why do i still see error in my point shop a red error for the player model i followed instructions[/QUOTE]
make i file called fastdl.lua then you have 2 make it look like
[CODE]if (SERVER) then
resource.AddFile( "models/vikinghelmet/vikinghelmet.mdl" )
resource.AddFile( "models/santa/santa.mdl" )
resource.AddFile( "models/sam/antlers.mdl" )
resource.AddFile( "models/sam/drinkcap.mdl" )
resource.AddFile( "models/gmod_tower/3dglasses.mdl" )
resource.AddFile( "models/gmod_tower/afro.mdl" )
resource.AddFile( "models/gmod_tower/aviators.mdl" )
resource.AddFile( "models/gmod_tower/catears.mdl" )
resource.AddFile( "models/gmod_tower/fedorahat.mdl" )
resource.AddFile( "models/gmod_tower/kfcbucket.mdl" )
resource.AddFile( "models/gmod_tower/klienerglasses.mdl" )
resource.AddFile( "models/gmod_tower/linkhat.mdl" )
resource.AddFile( "models/gmod_tower/majorasmask.mdl" )
resource.AddFile( "models/gmod_tower/midnahat.mdl" )
resource.AddFile( "models/gmod_tower/partyhat.mdl" )
resource.AddFile( "models/gmod_tower/seusshat.mdl" )
resource.AddFile( "models/gmod_tower/sombrero.mdl" )
resource.AddFile( "models/gmod_tower/starglasses.mdl" )
resource.AddFile( "models/gmod_tower/toetohat.mdl" )
resource.AddFile( "models/gmod_tower/tophat.mdl" )
resource.AddFile( "models/gmod_tower/witchhat.mdl" )
resource.AddFile( "models/duncehat/duncehat.mdl" )
resource.AddFile( "models/deadmau5/deadmau5.mdl" )
resource.AddFile( "models/cakehat/cakehat.mdl" )
resource.AddFile( "models/astronauthelmet/astronauthelmet.mdl" )
resource.AddFile( "materials/models/vikinghelmet/vikinghelmet.vmt" )
resource.AddFile( "materials/models/vikinghelmet/vikinghelmet.vtf" )
resource.AddFile( "materials/models/vikinghelmet/vikinghelmet_normal.vtf" )
resource.AddFile( "materials/models/santa/ball.vmt" )
resource.AddFile( "materials/models/santa/ball.vtf" )
resource.AddFile( "materials/models/santa/santa.vmt" )
resource.AddFile( "materials/models/santa/santa.vtf" )
resource.AddFile( "materials/models/sam/antlers.vmt" )
resource.AddFile( "materials/models/sam/antlers.vtf" )
resource.AddFile( "materials/models/sam/antlers_n.vtf" )
resource.AddFile( "materials/models/sam/antlers_s.vtf" )
resource.AddFile( "materials/models/sam/drinkcap.vmt" )
resource.AddFile( "materials/models/sam/drinkcap.vtf" )
resource.AddFile( "materials/models/sam/drinkcap_n.vtf" )
resource.AddFile( "materials/models/sam/drinkcap_p.vtf" )
resource.AddFile( "materials/models/sam/straws.vmt" )
resource.AddFile( "materials/models/gmod_tower/3dcolors.vmt" )
resource.AddFile( "materials/models/gmod_tower/3dcolors.vtf" )
resource.AddFile( "materials/models/gmod_tower/3dglasses.vmt" )
resource.AddFile( "materials/models/gmod_tower/3dglasses.vtf" )
resource.AddFile( "materials/models/gmod_tower/afro.vmt" )
resource.AddFile( "materials/models/gmod_tower/afro.vtf" )
resource.AddFile( "materials/models/gmod_tower/afro2.vmt" )
resource.AddFile( "materials/models/gmod_tower/afro2.vtf" )
resource.AddFile( "materials/models/gmod_tower/afro_pick.vmt" )
resource.AddFile( "materials/models/gmod_tower/afro_pick.vtf" )
resource.AddFile( "materials/models/gmod_tower/aviators.vmt" )
resource.AddFile( "materials/models/gmod_tower/aviators.vtf" )
resource.AddFile( "materials/models/gmod_tower/aviators_g.vmt" )
resource.AddFile( "materials/models/gmod_tower/aviators_g.vtf" )
resource.AddFile( "materials/models/gmod_tower/catears.vmt" )
resource.AddFile( "materials/models/gmod_tower/catears.vtf" )
resource.AddFile( "materials/models/gmod_tower/drinkcap.vmt" )
resource.AddFile( "materials/models/gmod_tower/drinkcap.vtf" )
resource.AddFile( "materials/models/gmod_tower/drinkcap_n.vtf" )
resource.AddFile( "materials/models/gmod_tower/drinkcap_p.vtf" )
resource.AddFile( "materials/models/gmod_tower/fedorahat.vmt" )
resource.AddFile( "materials/models/gmod_tower/fedorahat.vtf" )
resource.AddFile( "materials/models/gmod_tower/fedorahat2.vmt" )
resource.AddFile( "materials/models/gmod_tower/fedorahat2.vtf" )
resource.AddFile( "materials/models/gmod_tower/kfcbucket.vmt" )
resource.AddFile( "materials/models/gmod_tower/kfcbucket.vtf" )
resource.AddFile( "materials/models/gmod_tower/linkhat.vmt" )
resource.AddFile( "materials/models/gmod_tower/linkhat.vtf" )
resource.AddFile( "materials/models/gmod_tower/majorasmask.vmt" )
resource.AddFile( "materials/models/gmod_tower/majorasmask.vtf" )
resource.AddFile( "materials/models/gmod_tower/midnahat.vmt" )
resource.AddFile( "materials/models/gmod_tower/midnahat.vtf" )
resource.AddFile( "materials/models/gmod_tower/partyhat.vmt" )
resource.AddFile( "materials/models/gmod_tower/partyhat.vtf" )
resource.AddFile( "materials/models/gmod_tower/santahat.vmt" )
resource.AddFile( "materials/models/gmod_tower/santahat.vtf" )
resource.AddFile( "materials/models/gmod_tower/seusshat.vmt" )
resource.AddFile( "materials/models/gmod_tower/seusshat.vtf" )
resource.AddFile( "materials/models/gmod_tower/sombrero.vmt" )
resource.AddFile( "materials/models/gmod_tower/sombrero.vtf" )
resource.AddFile( "materials/models/gmod_tower/starglass.vmt" )
resource.AddFile( "materials/models/gmod_tower/starglass.vtf" )
resource.AddFile( "materials/models/gmod_tower/starglasses.vmt" )
resource.AddFile( "materials/models/gmod_tower/starglasses.vtf" )
resource.AddFile( "materials/models/gmod_tower/straws.vmt" )
resource.AddFile( "materials/models/gmod_tower/toetohat.vmt" )
resource.AddFile( "materials/models/gmod_tower/toetohat.vtf" )
resource.AddFile( "materials/models/gmod_tower/tophat.vmt" )
resource.AddFile( "materials/models/gmod_tower/tophat.vtf" )
resource.AddFile( "materials/models/gmod_tower/witchhat.vmt" )
resource.AddFile( "materials/models/gmod_tower/witchhat.vtf" )
resource.AddFile( "materials/models/duncehat/duncehat.vmt" )
resource.AddFile( "materials/models/duncehat/duncehat.vtf" )
end[/CODE]
Some examples for what 2 add for models and hats
[editline]12th February 2014[/editline]
[QUOTE=xxiaodidi;43845957]Help! How do i add player model to point shop[/QUOTE]
if you still cant get it contact me on steam [QUOTE][url]http://steamcommunity.com/id/log4042[/url][/QUOTE]
i've done it anyway thank you :)
Sorry, you need to Log In to post a reply to this thread.