Jump to content
McKay Development

Aske

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Aske

  1. Which one should be used instead?
  2. Do i use the event "tradeRequest" wrong. Cause when sending a request to the steam account thats logged in it only print on the event "tradeOffers" and not "tradeRequest" My Test event: SteamAccount.on('tradeRequest', function(steamID, respond) { console.log("Incoming trade request from " + steamID.getSteam3RenderedID() + ", accepting"); respond(true); });
×
×
  • Create New...