Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NPC's stop responding.
#12
I haven't tested your method. But that is the code I was talking about.

Just for good measure, here's how I did it. This is actually copied and pasted from what you posted Verrigan.

Code:
If GetTotalMapPlayers(GetPlayerMap(Index)) = 1 Then

Needs to be

Code:
If GetTotalMapPlayers(GetPlayerMap(Index)) = 0 Then
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)