Match Stats
- +Match Stats
+ $player_name"; } } - + echo ""; $selected_player = $_GET['selected_player'] ?? $players_matches[0]['playername']; @@ -64,17 +65,28 @@ error_reporting(E_ALL); $damage = number_format($match['stats']['damageDealt'], 0, '.', ''); $timeSurvived = $match['stats']['timeSurvived']; $winPlace = $match['stats']['winPlace']; - echo "
"; } } - ?> -
+
+