• Gmod - Custom Models ERROR
    6 replies, posted
So, I am trying to use custom models, I have it inside the Fast DL but only I can see it, My friends get this: [IMG]http://puu.sh/4jmYU.jpg[/IMG] I'm not sure what I need to give you but I follow [video=youtube;iwAvPpz6H2w]http://www.youtube.com/watch?v=iwAvPpz6H2w[/video] I am using Deathrun instead of Dark RP, I don't think it makes a difference. Help? [B]EDIT:[/B] Some players say they can see the model.
Did you do: if (SERVER) then resource.AddFile("model/foldername/modelname.mdl") end so clients download the model?
[QUOTE=dduncan55330;42082927]Did you do: if (SERVER) then resource.AddFile("model/foldername/modelname.mdl") end so clients download the model?[/QUOTE] Were do I put it ._. Sorry, My setup is [QUOTE] cl_frames cl_init cl_scoreboard cl_voice init menutext shared sv_round sv_weps[/QUOTE]
go to this gmodserverroot/lua/autorun create fastdl.lua and add [lua] if (SERVER) then resource.AddFile("model/foldername/modelname.mdl") end [/lua]
[QUOTE=AnonTakesOver;42082993]go to this gmodserverroot/lua/autorun create fastdl.lua and add [lua] if (SERVER) then resource.AddFile("model/foldername/modelname.mdl") end [/lua][/QUOTE] Fixed thanks
A quick question. I'm relatively new to the forums and I don't know how to use the code box for posting lua in a reply. How do you do it? Please don't flame me for being a nub! o_o
[QUOTE=dduncan55330;42083307]A quick question. I'm relatively new to the forums and I don't know how to use the code box for posting lua in a reply. How do you do it? Please don't flame me for being a nub! o_o[/QUOTE] Either [ code][/code] tags or [ lua][/lua] tags
Sorry, you need to Log In to post a reply to this thread.