Change item iconSolved

Hello! Today I am here to ask how to change an item's icon. I've seen a post on oxide but it isn't working.


item.info.iconSprite = sprite_here;

isn't working

Thanks!

hello i am very new to this all C# so i dont know how to explain but i try to explain how

ItemManager.Create(string name, int amount = 1, ulong skin = 0uL)

item.skin = YourSkinID
In response to dIMjIM ():
hello i am very new to this all C# so i dont know how to explain but i try to explain how

I dont think you understand. I am looking for a custom icon from a URL. Like https://oxidemod.org/plugins/edit-tool.2743/

Merged post

Nevermind, got it! Thanks
Locked automatically