10.08.2016, 16:48
Please. Don't misuse OnPlayerUpdate. That callback is called something nearly 33 times per second when the player doing activities such as running, swimming, or driving. Why do you need such a low interval? Create a global 1 or 2 second(s) timer and loop through players using foreach instead.