Okay, well just about every single server has there own custom Dark RP, and my friend has a server and supposedly (from reading the shared.lua file) its a lot easier to add custom classes. Well, I thought I will do something nice create the servers own custom Dark RP, well, they never worked for me. Thats not my main problem right now we will talk about it in a second though.
Anyways, so I gave up on that cause it kept screwing up, and I saw the polices battering ram could bust down props, but they lock pick couldn’t unfreeze them, so I decided to add keypad cracker to the mobboss! Well, all i did to the Dark RP file was Copy, Paste it back in the gamemodes folder and named it Dark RP Test and I added into Garrysmod>Gamemodes>Dark Rp Custom>Entities>Weapons>Keypad Cracker (witch can be found here http://www.garrysmod.org/downloads/?a=view&id=71598 ) So, then i went to Dark RP Custom>gamemode>Shared.lua and opened that up and did this:
TEAM_MOB = AddExtraTeam(“Mob boss”, Color(25, 25, 25, 255), “models/player/gman_high.mdl”, [[The Mobboss is the boss of the criminals in the city.
With his power he coordinates the gangsters and forms an efficent crime
organization.
He has the ability to break into houses by using a lockpick.
The Mobboss also can unarrest you.]], {“lockpick”, “Keypad Cracker”, “unarrest_stick”}, “mobboss”, 1, 60, 0, false, false)
The only thing I did to that section of the lua file was add under where it displayed the mobboss’s extra weapons was add “Keypad Cracker” right after I did that, the svn put a ! on the lua file, so I updated it, didn’t even do anything still had the ! so I thought its not a big deal. I went to boot up gmod in singleplayer to test it, and I booted up in that gamemode, and it booted up, pretty much just normal old build? I had the 100% health display, not the dark rp HUD with the job and everything, I had normal hl2 weapons, when i pressed F4 nothing happened /mobboss /votecop /gangster none of that worked. Witch I thought was very weird from only doing those 2 things, does anyone know whats wrong and how to fix that? Thanks!