Hello,
I have to deal with a case of equality. So I let player's score at 0 in the database and notify :
But, the window title is still "End of the Game, XXX wins "
How can i change this title ?
Thank you.
I have to deal with a case of equality. So I let player's score at 0 in the database and notify :
Code: Select all
// Notify final score
$this->notifyAllPlayers( "finalScore",
clienttranslate( 'Nobody wins' ),
array()
);How can i change this title ?
Thank you.