denis070 merging multiple mods isn't as simple as copy and pasting it all. you need to make sure the includes are still present, need to make sure everything is being called correctly, whether its in init, onplayerconnect, onplayerspawned, etc., and you need to make sure its not duplicating the init, onplayerconnect, onplayerspawned, etc. functions. if you just decompiled the mod and expected it to work, that probably wouldn't work either. you may need to fix some things before that