12.09.2018, 07:18
If the Money variable is set to an amount then OnPlayerUpdate will run that check to see if the player's shown money is the same as the variable, if not then it'll reset the money to 0 and then give the player the amount saved in the Money variable.
However, I would advise not using OnPlayerUpdate for such a check. Just use a timer.
However, I would advise not using OnPlayerUpdate for such a check. Just use a timer.