I am creating a videogame where the player starts a timer to receive a reward after the timer time has passed. I am thinking about how to make the timer and to be honest it is doing my head in. Any ideas on how to implement a script that reads the current timer time and gives the reward when the timer time has passed even if the game is turned off?
I have thought that maybe I can get server time in UTC and then compare when I should receive the prize and check every time if the server time is the desired time I need.... If you have any advice or idea I would highly appreaciate it!
Answer by SethDu · Jan 24 at 02:33 AM
You can create 2 Azure Functions to handle this task and prevent cheating.
1 xbox account linked to 2 playfab master accounts and unique names 1 Answer
I want to get the instance ID from the item name. 1 Answer
I want to use same functions of photon pun in playfab 1 Answer
Granting items to user with custom data - item instance data 1 Answer
After trying to delete userdata (for testing) with DeleteAll() function, it doesnt work anymore? 1 Answer