Quote:
Originally Posted by Vince
What do you expect when you put this right before it;
Code:
SetTimer("OnServerUpdate", 1, true);
This is 1 millisecond. For comparison, the blink of an eye is 300 milliseconds. There's just not enough time to do anything else.
|
That still leaves the question why the KillUpdate works? It's based on the exact same timer system/framework.