10.06.2015, 08:49
What is up with people posting questions like this? All weirdly styled and everything.
You can update variables in onPlayerDisconnect as it is called right before a player quits. However, if the reason is a crash or timeout, your variables might return wrong values.
Resetting variables to a starting value without saving it, is perfectly fine in OnPlayerConnect.
You can update variables in onPlayerDisconnect as it is called right before a player quits. However, if the reason is a crash or timeout, your variables might return wrong values.
Resetting variables to a starting value without saving it, is perfectly fine in OnPlayerConnect.