Page 1 of 1

Managing many winners into sidebar log

Posted: 10 November 2021, 13:12
by disu
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.

Re: Managing many winners into sidebar log

Posted: 26 November 2021, 18:21
by disu
Any suggestion?

Re: Managing many winners into sidebar log

Posted: 08 December 2021, 00:44
by Victoria_La
Concept of teams currently is not supported so for non-coop game is only one winner logged

Re: Managing many winners into sidebar log

Posted: 08 December 2021, 10:35
by disu
Victoria_La wrote: 08 December 2021, 00:44 Concept of teams currently is not supported so for non-coop game is only one winner logged
Thank you!