Page 1 of 1

Show avatar in the website

Posted: Fri Jan 11, 2019 10:52 pm
by sands
Hi dear kent
how can i show players avatar in to the my website homepage by session id?

Re: Show avatar in the website

Posted: Fri Jan 11, 2019 10:53 pm
by sands
sands wrote:Hi dear kent
how can i show players avatar in to the my website homepage by session id?
or player name

Re: Show avatar in the website

Posted: Fri Jan 11, 2019 11:22 pm
by Kent Briggs
Call ConnectionsList in the API to get the list of all players logged in or ConnectionsGet to get the player name for a specific SessionID. Then call either AccountsList (for multiple players) or AccountsGet (for single player) to get their avatar index. The API docs in the help file has a section labeled "Avatars" near the top that shows how to display the avatars on your web site.