I know this is a repeat topic but ive tried everything and these stock weapons wont go away
in the dlc3_code in my mod... ive changed
include_weapon( "zombie_m1carbine" ); to include_weapon( "zombie_m1carbine", false );
and // the weapon out in the _zombiemode_weapons. But they still show up in the box

and i even tried // them out in the dlc3.csv and that doesnt work
and also i cant get new weapons into the box and what i have is in the dlc3_code
include_weapon( "bo1_ak47" ); and in zombiemode
add_zombie_weapon( "bo1_ak47", &"ZOMBIE_WEAPON_COLT_50", 50, "vox_crappy", 8 );]
i dont know how i did it before i quit mapping, but i want to do it again...