I equipped a weapon, but the accessories don't work. If I try to remove them, I'm deco. I had already had a problem with the skins that wasn't instinctive, I had solved the problem with GetHeldEntity.

So I tried the same way with the attachments, but without results.

item.contents.itemList.Add(ItemManager.CreateByName(gAccessoire, 1));
if (item.GetHeldEntity())
{
  item.GetHeldEntity().name = gAccessoire;
}​

An idea, why the attachment is ok, but still not work ? Thanks :D

EDIT: Solved