Question about couple timers
#2

That code you posted - you should put it under OnGameModeInIt. Why? Because I think you use it as a global timer to update zones. If you put it under OnPlayerSpawn this will only work if players spawns, and only then timer will start - and then for every player who connects (you can find it buggy).

For the ping kicker. I think you should use a timer, 'cause OnPlayerUpdate is called pretty often, so you don't need it, since players ping is updated every few seconds.
(I might be wrong.)
Reply


Messages In This Thread
Question about couple timers - by OldDirtyBastard - 05.02.2011, 11:08
Re: Question about couple timers - by xRyder - 05.02.2011, 11:15
Re: Question about couple timers - by MadeMan - 05.02.2011, 11:18
Re: Question about couple timers - by OldDirtyBastard - 05.02.2011, 11:25

Forum Jump:


Users browsing this thread: 1 Guest(s)