Closed GoogleCodeExporter closed 9 years ago
Having the same issue, I managed to fix, by changing the index values for player
$this->player[$i]["name"] = $result[1];
$this->player[$i]["team"] = $result[3];
f (isset($this->squads[$result[4]])) $this->player[$i]["squad"] =
$this->squads[$result[4]]; else $this->player[$i]["squad"] = "X";
$this->player[$i]["kills"] = $result[5];
$this->player[$i]["deaths"] = $result[6];
$this->player[$i]["score"] = $result[7];
This worked perfect last night but again today once again the index is off
again. So it seems as though the array of values returned from bf3Stats keeps
changing.
Original comment by GearNote
on 8 Mar 2013 at 5:08
Hi!
These errors are caused by the new maps and gamemodes of the Endgame DLC. I'll
release a new version of the Serverviewer this weekend.
Regards, ezzemm
Original comment by ezzem...@googlemail.com
on 8 Mar 2013 at 5:17
Hi!
I've released the new version, which fix this error.
Regards, ezzemm
Original comment by ezzem...@googlemail.com
on 10 Mar 2013 at 11:44
Original comment by ezzem...@googlemail.com
on 16 Jun 2013 at 12:25
Original issue reported on code.google.com by
mark.cri...@gmail.com
on 7 Mar 2013 at 2:31