Hi!
I'm trying to log that one player doubles his score.
So I'm using:
In the log, ${player_name} is correctly replace.
BUT:
"his" becomes "their" ...
How can I avoid it?
Thanks for your help!
I'm trying to log that one player doubles his score.
So I'm using:
Code: Select all
self::notifyAllPlayers( "blank", clienttranslate('${player_name} doubles his score'), array("player_name" => $player['name']) ); In the log, ${player_name} is correctly replace.
BUT:
"his" becomes "their" ...
How can I avoid it?
Thanks for your help!