#KDR placeholder creation
1 messages · Page 1 of 1 (latest)
[precision:0] is no longer a thing
try %math_0:_{statistic_player_kills}/{statistic_deaths}%.
I think that's how you do it now
tho, you might get an error when deaths number is 0
Try this as well maybe %math_if({statistic_player_kills} == 0, 1, {statistic_player_kills}/{statistic_deaths})%
Yes now it works.
Thanks for your help, very fast and useful as always.