Quote:
Originally Posted by watkijkje
Quote:
Originally Posted by Kinetic
WTF? why do you get the player name? Why do you use MAX_PLAYERS in your loop?
|
And it's better to spread timers to divide the cpu usage, so in my eyes it's better to use 9999 instead of 10000...
|
How does 9999 spread cpu usage any better than 10000? In fact if you use 9999 it calls the function 1 millisecond faster, meaning it happens more often than 10000. Therefore using more CPU than 10000.