Jump to content
McKay Development

Cipher

Member
  • Posts

    5
  • Joined

  • Last visited

Cipher's Achievements

  1. I have the same problem I use gamesPlayed() method to show custom text and it was working till now but not anymore The bot shows in blue indicating it is online but not the custom text I also dont get any errors
  2. Then how can I get hold of the new offer? sentOfferChanged event gives the old offer and the previous state of that offer
  3. Hello, While listening to 'sentOfferChanged' event using tradeoffer-manager I call offer.cancel(); method when the offer.state is 4 but when observed the offer is not canceled.
  4. The github page states that using "friendMessage" as an event like below: client.on('friendMessage', (sender, msg) => { Console.log(msg); }); is deprecated, I could not find any alternative. I also searched the "SteamChatRoomClient" but found nothing. So what should we use instead?
×
×
  • Create New...