So I've ran into a bit of a mess, and I'm not sure what the heck is going on with it.
There is a file forceddownloads.lua in my lua/autorun/server/
I downloaded [url]http://www.garrysmod.org/downloads/?a=view&id=112601[/url] first (RP-Fists, a change of Combo-Fists)
When it didn't download the models for the server I downloaded [url]http://www.garrysmod.org/downloads/?a=view&id=65378[/url] next (combo-fists) and move the materials folder over.
I was up till 4 am doing this so I may have made a stupid mistake... who knows.
[LUA]resource.AddFile("models/weapons/w_fists_t.mdl")
resource.AddFile("models/weapons/v_punch.mdl")
resource.AddFile("materials/VGUI/entities/hl2_combo_fists.vmt")
resource.AddFile("materials/VGUI/entities/hl2_combo_fists.vtf")
resource.AddFile("materials/VGUI/entities/tf2_combo_fists.vmt")
resource.AddFile("materials/VGUI/entities/tf2_combo_fists.vtf")
resource.AddFile("materials/VGUI/killicons/cf_killicon.vmt")
resource.AddFile("materials/VGUI/killicons/cf_killicon.vtf")
resource.AddFile("sound/weapons/fists/hl2_slash1.wav")
resource.AddFile("sound/weapons/fists/hl2_slash2.wav")[/LUA]
Anyways, thanks for any help that you can give. ^_^
Sorry, you need to Log In to post a reply to this thread.