I have created a game with 4 players, is there any way to end the challenge as soon as one of the players leave the challenge
Best Answer
C
Customer Support
said
over 3 years ago
Hi Bill,
The challenges the player is currently in isn't stored anywhere on the platform. The recommendation here would be to store the challengeIds for a player in their privateData (see here) in an array. From here you can reference it and update it accordingly as a player enters and leaves a challenge.
The challenges the player is currently in isn't stored anywhere on the platform. The recommendation here would be to store the challengeIds for a player in their privateData (see here) in an array. From here you can reference it and update it accordingly as a player enters and leaves a challenge.
bill kag
Hi Bill,
The challenges the player is currently in isn't stored anywhere on the platform. The recommendation here would be to store the challengeIds for a player in their privateData (see here) in an array. From here you can reference it and update it accordingly as a player enters and leaves a challenge.
Regards,
Liam
- Oldest First
- Popular
- Newest First
Sorted by Oldest Firstbill kag
bump, any help ? i want to do this https://support.gamesparks.net/support/discussions/topics/1000083276 i have the same question as the last comment (How do you find the challenge they were in using their player id?)
Customer Support
Hi Bill,
The challenges the player is currently in isn't stored anywhere on the platform. The recommendation here would be to store the challengeIds for a player in their privateData (see here) in an array. From here you can reference it and update it accordingly as a player enters and leaves a challenge.
Regards,
Liam
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics