Jump to content
McKay Development

Aske

Member
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Aske's Achievements

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