How to change statusbar information ? [Solved]

jayd

New member
Hi,
I’m wondering if it’s possible to change the status bar informations… not just the text, but adding an icon and manipulate the progress bar with HEScript.

If not, is it possible to implement it in a future version ? 🙂

Thank you
 
Last edited:
Adding an icon will not be possible, but you can manipulate the progress bar with:
Code:
SetUIProp("jauge", "Value", "40");
Replace the 40 by the percent you want. Up to 100…
 
Last edited:
Back
Top