[Fixed]How to get player login with his id ?
Posted: 06 Oct 2012, 18:04
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
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
