Jump to content
McKay Development

zacky1256

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by zacky1256

  1. This will accept ALL incoming group invite

     

    client.on('groupRelationship', function (steamID, relationship) {
    	if (relationship == SteamUser.Steam.EClanRelationship.Invited){
    	client.respondToGroupInvite(steamID, true);
    	}
    });

    do u have an auto invite all friends to a pecifik group? that i can add to my bot

  2. Look at the posts above you. It's literally there.

    No its not he asked for help cause it didnt work and he finally fixed his problem at the end but he didnt share the code when everything was fixed so i think u should take a look at the post again

×
×
  • Create New...