12Ghast Posted May 19, 2017 Report Posted May 19, 2017 Hey,I'm having trouble adding a certain amount of gems or gem sacks to a trade atm. I've managed to get the correct market_hash_name and inventory and can add gems/gem sacks to a trade, but it will add the entire stack of gems or sacks that is present in the inventory. manager.getUserInventoryContents(SENDER.getSteamID64(), 753, 6, true, (ERR, INV, CURR) => { } Any way to pass a parameter so that it will only add in 'x' number of gems/gem sacks. (gems/gem sacks are stackable items, not separate) Quote
Dr. McKay Posted May 19, 2017 Report Posted May 19, 2017 This is what the amount property is for. Quote
12Ghast Posted May 22, 2017 Author Report Posted May 22, 2017 Thanks for your reply Figured it out. Sorry for asking what was in the documentation 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.