05.08.2009, 05:54
Quote:
Originally Posted by yezizhu
OnPlayerUpdate is the best for this case.
|
OnPlayerUpdate gets called about 20 times a second per player, you should not do things like GetPlayerKeys in it.
A timer depends totally on how important keys are to you, but about 1 or 2 seconds would do fine.