irlydontcare Posted October 4, 2017 Report Posted October 4, 2017 Hello i'm having some issues and i'm hoping somebody could help me outi'm trying to send a trade offer using the a tradetoken. t = manager.createOffer(new TradeOfferManager.SteamID(SENDER.getSteamID64(), token)) t.getUserDetails((ERR, ME, THEM) => ^Throwsis not on your Steam friends list. I'm guessing manager.getUserInventoryContents(client.steamID.getSteamID64(), keyfromgame, 2, true, (ERR, INV, CURR) => {will also throw inventory private or not in steam friends list? is there any samples about sending offers with tokens ? not entirely sure how i would go about getting there trade hold and / or getting there inventory when we ain't friends? Quote
Dr. McKay Posted October 4, 2017 Report Posted October 4, 2017 Move the token outside the SteamID parenthesis. Quote
irlydontcare Posted October 4, 2017 Author Report Posted October 4, 2017 I im so sorry what a stupid mistake. Thanks now everything is working like a charm Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.