Jump to content
McKay Development

12Ghast

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by 12Ghast

  1. 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)

×
×
  • Create New...