Hi, i'm facing a weird problem.
I'm making a board game and each player (There are just two players in each room) show the name of his opponent and his name too on the board.
When there are two in the room, I get the player list. In the client when I get the playerList, I have the master client[0] and the client[1]. In the master client when I get this list, the first player is empty[0], and the second player is the master client[1].
After a debug i notice that in the array of playerList the first case contains "#02", and the 2nd case contains the master client.
How could I do to solve it ? Thanks
I'm making a board game and each player (There are just two players in each room) show the name of his opponent and his name too on the board.
When there are two in the room, I get the player list. In the client when I get the playerList, I have the master client[0] and the client[1]. In the master client when I get this list, the first player is empty[0], and the second player is the master client[1].
After a debug i notice that in the array of playerList the first case contains "#02", and the 2nd case contains the master client.
How could I do to solve it ? Thanks