mrxbell Posted February 6, 2017 Report Posted February 6, 2017 How many items limit on DOTA2 , CS:GO , TF2 ? Thanks ! Quote
mrxbell Posted February 6, 2017 Author Report Posted February 6, 2017 10,000, 1,000, and variable.Thank a lot. I need count item in inventory, i find method loadInventory but i only count items because method seem slow ? there are other api ? Quote
Dr. McKay Posted February 6, 2017 Report Posted February 6, 2017 You can use this; it tells you how many items you have for each inventory. Quote
UKF Posted February 8, 2017 Report Posted February 8, 2017 manager.loadUserInventory(YOUR_TARGET_STEAMID, 730, 2, true, function (err, inventory, currencies) { if (err) { console.log(err.message); } else { console.log("Items in my inventory: " + inventory.length); } }); 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.