To begin, please excuse my English which is not so good.
I have a problem with multiplayer in my game.
The problem is that I "sometimes" and unpredictably, the names of my players who are not correct.
I have up to 8 players connected at the same time, and sometimes, when a player connects, he gives his name (alias-aka) to several other players.
In the same way (I suppose), the movements of the players are sometimes perfect, and sometimes, one of the players directs several characters.
On this picture, you can see the difference between host view and peer view.
Host see the right names whereas the peer see the wrong.
http://www.terre-et-glace.com/docs/error.jpg
The second problem only appears when I test the code via internet. Locally, I never have the problem of moving my different players at the same time.
The both problems looks like a id problem but i don't find where...
Thank you all for your answers.