• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Display stats playercurrentlife on screen

Gege

Refugee
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

 
Back
Top