26-05-2007, 08:21 PM
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.
Needs to be
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