Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code Help
#7
Code:
TempPlayer(Index).Target = i
    Call SendJoinParty(GetPlayerName(i))
End Sub

Well the problem may be more deep seated but for one you have the assignment operator backwards.

Code:
i = TempPlayer(Index).Target

The way you were doing it was telling target to be set to i, when you want it vice versa.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)