1. Hi everyone,
    I was just wondering is it possible to get information off a workshopID such was what item it is for. Thanks in advanced :).
     
  2. not off the top of my head but this might help

    Code:
    foreach (Rust.Workshop.ApprovedSkinInfo Skin in Rust.Workshop.Approved.All)
    {
                    Puts(Skin.Skinnable.ItemName + " - " + Skin.WorkshopdId.ToString());
    }
    you will have to reference rust workshop on line 1
    Code:
    // Reference: Rust.Workshop
     
  3. Thanks, but I don't need it for approved items but for any item from the workshop and for it to say the item type such as ak, mp5
     
    Last edited by a moderator: Feb 9, 2017