Jump to content
McKay Development

Johny

Member
  • Posts

    3
  • Joined

  • Last visited

Johny's Achievements

  1. Hello! I am trying to set my current "Game Playing". This is my code let csgoBuy = 17; client.gamesPlayed(`B> ${csgoBuy}:1 CSGO`); This was working previously, but randomly decided to stop working today. The bot simply logs on and stays in "Online" and never goes to the playing game state. Anyone know why this is happening? It was working previously but now it decided not to. Anything helps!
  2. Hello, If I don't specific the language in the constructor, I know that I will not save asset descriptions in memory. For example, here is the data into the constructor: this.ManagerOptions = { steam: this.Client, community: this.community, //language: 'en', pollInterval: 15000, cancelTime: 1000*60*30, // 30 Minutes to Accept The Trade pendingCancelTime: duration(10, 'minutes'), }; However, if I am loading someone's inventory, will I still be able to get the asset description directly from the call? For instance when using getInventoryContents or loadUserInventory. Thank you!
  3. I know I am able to set the poll interval... however, is it possible to just disable polling altogether?
×
×
  • Create New...