Sign In Register

How can we help you today?

Start a new topic

List challange history

Hi!


I'm developing an endless runner game where players can challange their friends in an async 1v1 game. I would like to add a screen where the player can see how many times they have won or lost against each friend. I thought the ListChallengeRequest will be the best place to start, however I don't seem to be receiving the winner of the challanges even though it is visible in the noSql explorer on the portal. How can I aquire the winner? Or the ListChallengeRequest is not the right tool to do this?


Thanks

Balázs

1 Comment

List challenge request would list all the challenge requests, not exactly what you want. But you can use the messages, like WIN or LOST.

https://docs.gamesparks.com/tutorials/game-engine-integrations/working-with-message-handlers.html

 

Login to post a comment