Jump to content
McKay Development

Limitation of invit


master77

Recommended Posts

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 !  :P

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...