Jump to content

Recommended Posts

hi, if i send party invite to the member who is not near me, he dont get that party invite question dialog, i dont know if it should work like that but anyway i need to fix it so i can send party invite even if he is not near me.

Thanks for any help.

PS: If you know where it should be (name of file) just said i will find it.

Link to comment
Share on other sites

  • 2 years later...
  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Premium

game.py

	def AnswerPartyInvite(self, answer):

		if not self.partyInviteQuestionDialog:
			return

		partyLeaderVID = self.partyInviteQuestionDialog.partyLeaderVID

		#distance = player.GetCharacterDistance(partyLeaderVID)
		#if distance < 0.0 or distance > 5000:
			#answer = FALSE

		net.SendPartyInviteAnswerPacket(partyLeaderVID, answer)

		self.partyInviteQuestionDialog.Close()
		self.partyInviteQuestionDialog = None

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.