Hi,
I need help to display stats playercurrentlife on game screen.
I succeeded to display stats playerlongestlife with this command :
<label Name = "LongestLife" font_size="30" text=" Longest Life : {playerlongestlife}" height="30" color="[white]" effect="outline" justify="left" controller="PlayerStatsWindow" />
And for playercurrentlife, i try
<label Name = "CurrentLife" font_size="30" text=" Current Life : {playercurrentlife}" height="30" color="[white]" effect="outline" justify="left" controller="PlayerStatsWindow" />
But nothing is displayed on screen.
I don't understand.
Can you help me please ?
Tx
I need help to display stats playercurrentlife on game screen.
I succeeded to display stats playerlongestlife with this command :
<label Name = "LongestLife" font_size="30" text=" Longest Life : {playerlongestlife}" height="30" color="[white]" effect="outline" justify="left" controller="PlayerStatsWindow" />
And for playercurrentlife, i try
<label Name = "CurrentLife" font_size="30" text=" Current Life : {playercurrentlife}" height="30" color="[white]" effect="outline" justify="left" controller="PlayerStatsWindow" />
But nothing is displayed on screen.
I don't understand.
Can you help me please ?
Tx