Page 1 of 1

[Fixed]How to get player login with his id ?

Posted: 06 Oct 2012, 18:04
by spaii
Hi all

this is my problem :

if i do :
$servers = new \Maniaplanet\WebServices\Servers("login", "pass");
$getOnlinePlayers = $servers->getOnlinePlayers("serverLogin");

I obtain an array with id of each player.

But, how to get login of a player with this id ?

Thx in advance ;)

Re: How to get player login with his id ?

Posted: 08 Oct 2012, 09:04
by magnetik
This is an error.

A fix should be deployed today.

Re: How to get player login with his id ?

Posted: 08 Oct 2012, 11:30
by magnetik
It should be okay now.

Re: How to get player login with his id ?

Posted: 08 Oct 2012, 12:30
by spaii
Yes ! it is :D

Thx :thumbsup: