1. head into skin.h and find "extern GlovesSkins_s GlovesSkin_Array[25];" and change it to
extern GlovesSkins_s GlovesSkin_Array[49];
2. Head into client.cpp and find const char* gloves_listbox_items[25] =
Change this to const char* gloves_listbox_items[49] =
Under const char* gloves_listbox_items[25] = you should see your glove list. like sport gloves and stuff. Paste this --> https://pastebin.com/Uc3Q0svH where your glove list is
3. Go into your skin.cpp and find GlovesSkins_s GlovesSkin_Array[25] = change the 25 to a 49
4. under the GlovesSkins_s GlovesSkin_Array[49] = in skin.cpp you should see another glove list. Get rid of your's and paste mine https://pastebin.com/V5zDX1fM
5. Come down to here --> http://prntscr.com/ifex8n and at the bottom add this code
const char* hydra = "models / weapons / v_models / arms / glove_bloodhound / v_glove_bloodhound_hydra.mdl";
6. Enjoy!