Match detail
#= (int)$match['id'] ?> — = htmlspecialchars($match['player_name']) ?>
Recorded on = htmlspecialchars(date('M j, Y • H:i', strtotime((string)$match['created_at']))) ?> UTC
= htmlspecialchars(strtoupper((string)$match['outcome'])) ?>
= number_format((int)$match['score']) ?>
score
Kills= (int)$match['kills'] ?>
Accuracy= htmlspecialchars(number_format((float)$match['accuracy'], 1)) ?>%
Duration= (int)$match['duration_seconds'] ?>s
Damage taken= (int)$match['damage_taken'] ?>
Combat report
| Operator | = htmlspecialchars($match['player_name']) ?> |
|---|---|
| Weapon | = htmlspecialchars($match['weapon_name']) ?> (= htmlspecialchars($match['weapon_key']) ?>) |
| Shots fired | = (int)$match['shots_fired'] ?> |
| Shots landed | = (int)$match['shots_hit'] ?> |
| Accuracy | = htmlspecialchars(number_format((float)$match['accuracy'], 2)) ?>% |
| Outcome | = htmlspecialchars(ucfirst((string)$match['outcome'])) ?> |
What to try next
- Run another round with a different weapon profile.
- Compare accuracy between shotgun, SMG, and marksman loadouts.
- Ask for the next iteration: maps, cover objects, bot teams, or better hit effects.
Match detail
No match found
This score card does not exist yet, or the id is invalid.
Return to the arena