Jump to content
McKay Development

Ryzl

Member
  • Posts

    3
  • Joined

  • Last visited

Ryzl's Achievements

  1. Hi, Is possible to see how many days left '7 days trade ban' for csgo item ? cant find this information in CEconItem{}. Regards, Thank you
  2. const SteamCommunity = require('steamcommunity'); let community = new SteamCommunity(); const userID = ""; //user SteamID which inventory you looking for const appid = "730"; //csgo const contextid = "2"; // number of inventory? community.getUserInventoryContents(userID, appid, contextid, false, function(err, inventory){ if(err){ console.log(err); } else { console.log(inventory); } }); Hi, This is only what u need i think, for me is working my first post here so be forgiving if i did something wrong regards
×
×
  • Create New...