s
This commit is contained in:
parent
82d191a111
commit
0d79132b2f
1 changed files with 2 additions and 2 deletions
|
|
@ -67,12 +67,12 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
|||
|
||||
foreach($lastMatches as $match) {
|
||||
$matchid = $match['id'];
|
||||
print_r($match);
|
||||
|
||||
echo "<tr>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . $match['playername'] . "</a></td>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . $match['gameMode'] . "</a></td>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . $match['matchType'] . "</a></td>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . isset($mapNames[$match['mapName']]) ? $mapNames[$match['mapName']] : $match['mapName'] . "</a></td>
|
||||
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . $match['stats']['kills'] . "</a></td>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . number_format($match['stats']['damageDealt'], 0, '.', '') . "</a></td>
|
||||
<td><a href='machinfo.php?machid=$matchid'>" . $match['stats']['winPlace'] . "</a></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue