s
This commit is contained in:
parent
a9ed47704b
commit
fe4e78dffc
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,8 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
||||||
echo "<tr><th>Attribute</th><th>Value</th><th>Rank(FPP SQUAD)</th><th>Points</th></tr>";
|
echo "<tr><th>Attribute</th><th>Value</th><th>Rank(FPP SQUAD)</th><th>Points</th></tr>";
|
||||||
foreach ($clanmembers['clanMembers'] as $value) {
|
foreach ($clanmembers['clanMembers'] as $value) {
|
||||||
foreach ($playerRanks as $rank) {
|
foreach ($playerRanks as $rank) {
|
||||||
|
print_r($rank);
|
||||||
|
print_r($value);
|
||||||
if ($rank['name'] == $value) {
|
if ($rank['name'] == $value) {
|
||||||
print_r($rank);
|
print_r($rank);
|
||||||
if (isset($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp'])) {
|
if (isset($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp'])) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue