Hud, format numbers
Hello!
Want to compact some space in my hud.
First of all I want format the numbers in the hud that they will show only 1 number.
For examle 1 instead 6 or 12, 9 instead 100 and low till 86.
Id make the custom stats, by just dup the general stats and put 10 instead 100% for the Value Expression.
I will do this with the "Check Raise Flop" stat for example:
(cnt_f_check_raise / cnt_f_check_raise_opp) * 10
it kinda worked, but then in pop-up for that stat of course Value is not correct, than I missed the opportunity numbers there.
My next step was to put format expression:
format_number( (cnt_f_check_raise / cnt_f_check_raise_opp) * 100, 2, false, false )
Than pop-up shows correct Value, but still no opportunity times.
What could I do to rich my plan ?
Thank you!
Want to compact some space in my hud.
First of all I want format the numbers in the hud that they will show only 1 number.
For examle 1 instead 6 or 12, 9 instead 100 and low till 86.
Id make the custom stats, by just dup the general stats and put 10 instead 100% for the Value Expression.
I will do this with the "Check Raise Flop" stat for example:
(cnt_f_check_raise / cnt_f_check_raise_opp) * 10
it kinda worked, but then in pop-up for that stat of course Value is not correct, than I missed the opportunity numbers there.
My next step was to put format expression:
format_number( (cnt_f_check_raise / cnt_f_check_raise_opp) * 100, 2, false, false )
Than pop-up shows correct Value, but still no opportunity times.
What could I do to rich my plan ?
Thank you!
