Jump to content
McKay Development

master77

Member
  • Posts

    2
  • Joined

  • Last visited

master77's Achievements

  1. Okay thank's, just another question. Imagine I can't send more invitation to people, Steam block the invitation How I can check if this "security" is disable ?
  2. Hello, I have a question, I don't know what is the event witch called when u send a invitation to a person, I would like just check if this person have been receive my invitation because Steam create a limitation of invitation and block the request when the MAX of invite per day when this MAX limite is reached. So, client.on('friendRelationship', function(steamID, relationship) { if(relationship == SteamUser.Steam.EFriendRelationship) { console.log(steamID + "Has receive my invitation"); } }); But, When I add a person, this event is not called. Thank's !
×
×
  • Create New...