28.06.2011, 14:22
Also timers are not such a bad thing at all. It all depends on HOW you use it. Looking for certain keys like Up Down Left Right(those cannot be checked with OnPlayerKeyStateChange), I would recommend a timer (or OnPlayerUpdate but then I'd schedule it so it only checks every 250ms or something). Savings accounts would be a bad example of using a timer for.