Jump to content
McKay Development

mrxbell

Member
  • Posts

    44
  • Joined

  • Last visited

Posts posted by mrxbell

  1. When i receive offer . I get market_hash_name using 

    offer.itemsToReceive[0].market_hash_name 
    

    But when i using 

    offer.getReceivedItems(function (err, items) { 
       //Why
       items[0].market_hash_name !== offer.itemsToReceive[0].market_hash_name 
    
    }
    

    It only happen when i received item in game PUBG (example item with market_hash_name: 'Combat Pants (camo)'  )

     

    Thanks !

  2. When i using  marketSearch  function  

    body.total_count
    

    result this always not correct ? ( always > total_count on website of steam ? ). 

     

    This is not err . Thank All. When logged and see market steam filter data because result is difference .

     

     

     

    I realize
    I realize
     
     
  3. You can't, and there's no need. It'll give you error 403 if the inventory is private.

    But if not check i see other error 

    Cannot read property 'getSteamID64' of undefined in if(userID.getSteamID64() == self.steamID.getSteamID64()) \node_modules\steamcommunity\components\users.js:                                     371
     

     

×
×
  • Create New...