30.11.2013, 16:26
////////
how is it possible that two players will have the same player id ?
When a player disconnects the array resets and when he connects if the array of that id is equal to zero then it will set it to 1 and if it's already 1 then it bans him. Now,the only possible way that when he will connect he will be banned is when there is already somebody in-game with the same playerid as his,but how could he possibly get the same id if each player has it's own(different) id ? |