I need no generate complex text by concatenation, but nothing works. I tried
sprintf
str_replace
or this:
but it only works, if I use it in a static way without any additional code:
Any help plz, thx
sprintf
str_replace
or this:
Code: Select all
self::notifyAllPlayers( "notifLog", clienttranslate( '${player_name} earns 1 x') . ' ' . wood . ' '. clienttranslate( 'Wood.') , array(...Code: Select all
clienttranslate( 'bla bla')