In my game there are 2/3 teams composed each one by 1/N players.
At the end of the game I give 1 point to winners and no points (0) to losers.
Everything works fine in the final score table, but in the sidebar log compare the text "The end of the game: XXXX wins!" when XXXX is the first player in the winner team. But there is a tie, so every winner team players should be shown into log (For example: "The end of the game: XXXX, YYYY and ZZZZ wins!").
How to do that?
Note that I've set losers_not_ranked = true and id_coop = 0 in gameinfos.inc.php.
At the end of the game I give 1 point to winners and no points (0) to losers.
Everything works fine in the final score table, but in the sidebar log compare the text "The end of the game: XXXX wins!" when XXXX is the first player in the winner team. But there is a tie, so every winner team players should be shown into log (For example: "The end of the game: XXXX, YYYY and ZZZZ wins!").
How to do that?
Note that I've set losers_not_ranked = true and id_coop = 0 in gameinfos.inc.php.