Question about the List-Method GetDetailedPlayerInfo():
I have some trouble to display the Player-Avatar. I have the 'FileName' from the structure 'Avatar', but sometimes the Avatar is not displayed soon as the original scoretable (which the Avatar already displays). And sometimes the Avatar is never displayed (after hours of waiting). I access it with e.g. "tmtp://Skins/Avatars/player.dds". The next problem: The Player Avatar of the player himself is never displayed. How is the right way to display the Avatar?
If i try to get the 'LastMatchScore' from the structur of 'LadderStats', if have saw the following behavior:
- At EndRace (where the Scoretable is displayed) is the 'LastMatchScore' not updated for a Player that received a Score for current Match. Only at the next Challange has 'LastMatchScore' the Score. Is there a way to get at the Scoretable the current match score of each Player?
- If this Player did not get a Score at one of the next Challanges, the 'LastMatchScore' still holds the "old" Score. Is this the right behavior, and why? I was thinking, that the 'LastMatchScore' holds the "last match score" and if the Player does not get a score for the last match, it should be 0.

For the same project if have some more questions:
How can i do the same as tmtp://#addfavourite=xxx and tmtp://#addbuddy=xxx from within a Server Controler/Plugin just without the player leaves the current game?
Is there a way to find out whether the player pressed the ENTER or DEL key?
Thanks a lot!