Hello
How can I send a notification to other players when one player refreshes their page (through F5 for instance)?
Player 1 is in State1, performs some actions on client side that impact other players but does not change state, then refreshes their page. Other players must be warned in order to cancel the impact previously made.
I tried to send it in the stState1 method, in the argState1 method, but it does not work, no notifications are sent.
Thanks
How can I send a notification to other players when one player refreshes their page (through F5 for instance)?
Player 1 is in State1, performs some actions on client side that impact other players but does not change state, then refreshes their page. Other players must be warned in order to cancel the impact previously made.
I tried to send it in the stState1 method, in the argState1 method, but it does not work, no notifications are sent.
Thanks