• DarkRP swep help
    2 replies, posted
Ok so I made a job for DarkRP and it works fine, however they don't spawn with the weapon that I wanted them to. I wanted them to spawn with fists which I downloaded from here. [url]http://www.garrysmod.org/downloads/?a=view&id=65318[/url] I put this in my addons and it didn't work, so I went into the folder and took the hl2_combofists folder and put it into the darkrp entities folder. This still didn't work. Any ideas? Here is my job from shared.lua: TEAM_CHAV = AddExtraTeam("Chav", Color(71, 24, 24, 255), "models/player/group03/male_04", [[You are a stinking Chav that lives in the sewers. You go around mugging people and you aren't allowed to leave the sewers. If you leave the sewers you will be shot on sight. Everyone hates you except for your fellow chavs.]], {"hl2_combofists"}, "chav", 3, 45, 0, false, false)
My combo fists are in the addons(not needed i think) and in the darkrp\entities\weapons And they work fine also, in your code it has {"hl2_combofists"} If your running the same rev combo fists as me, it should be {"hl2_combo_fists"} (Underscore in between combo and fists)
yes, it would be that the name is spelled wrong.
Sorry, you need to Log In to post a reply to this thread.