$a = "$GetPlayerKills"; $b = "$GetPlayerDeaths"; $total = $a / $b;
echo round($total, 1, PHP_ROUND_HALF_UP);