TheVillagerZ Posted January 21, 2019 Report Posted January 21, 2019 I write the code so when the bot log on the account it gives me the info of the inventory ( I think i did that xd) manager.loadInventory(753, 3, true, (err, inventory) => {console.log(inventory);}) When i open the bot the console says loged onundefined Help ? Quote
SnaBe Posted January 22, 2019 Report Posted January 22, 2019 (edited) The contextid for Steam should be 6 and not 3. manager.getInventoryContents(753, 6, true, (err, inventory) => { console.log(inventory); }); Edited January 22, 2019 by SnaBe 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.