Jump to content
McKay Development

MakeCodeNotWar

Member
  • Posts

    5
  • Joined

  • Last visited

MakeCodeNotWar's Achievements

  1. It works! That code is correct. Make sure that your account not in 7-days block, that your token and partner id correct, that your item asset id correct and all gonna be fine! I`m thankful as hell for you, McKay, for all job that you`ve done.
  2. Now i`m trying to make the same offer with the same code but from another account, and now i got another: Error: There was an error sending your trade offer. Please try again later. (20).
  3. McKay, thanks for answering, but I just don`t get it, my acc is logged, i`m trying to send offer for my friend, to get his item, but i get an error: some bla-bla + "In order to protect the items in your inventory, you will be unable to trade from this device for 7 days.", but in my steamcommunity i could send it. My code: var offer = manager.createOffer("[U:1:STEAMID]"); offer.addTheirItem({"appid": 570, "contextid": 2, "assetid": "247762039"}); offer.send("Hi there", "TOKEN", function(err, status) { if (err) { console.log("There`s an error: " + err); } else { console.log("Offer #" + offer.id + " " + status); } }); STEAMID - my friend steamID. TOKEN - his token from Trade Link. I begging you, please mate, tell me what am I doing wrong, cause my head gonna be crashed soon.
  4. Hi there McKay. Im not strong in JS as you, so could u help, i just need an example like that, but if i want to recieve items from another person. Thanks you, mate, for all job that you`ve done!
×
×
  • Create New...