topstats #18

Merged
OpzekerIT merged 1 commit from dev into main 2023-09-21 18:20:32 +00:00

View file

@ -34,7 +34,7 @@ error_reporting(E_ALL);
</form><br>";
// Displaying top 10 comparisons for each attribute
$attributes = ['dBNOs', 'damageDealt', 'roadKills', 'teamKills'];
$attributes = ['dBNOs', 'damageDealt', 'roadKills', 'teamKills','headshotKills','roundMostKills','kills','wins','top10s'];
foreach ($attributes as $attribute) {
echo "<h3>Top 10 $attribute</h3>";
uasort($players_data[$selected_mode], function ($a, $b) use ($attribute) {