#KDR placeholder creation
1 messages · Page 1 of 1 (latest)
%math_2_{statistic_pl ayer_kills}/max(1, {statistic_deaths})%
1 messages · Page 1 of 1 (latest)
Hi, im trying to create a custom placeholder for KDR, Im actually using this placeholder with math extension: %math_if({statistic_player_kills} == 0, 1, {statistic_player_kills}/{statistic_deaths})%
but it says that I have 1 KDR when I have 1 deaths and 0 kills.
%math_2_{statistic_pl ayer_kills}/max(1, {statistic_deaths})%