Question about Timers'
#1

Hello,

I and my friend discuss about Timers and he think that if I put all timers in one f-ion it work faster than an timer.

Example I have:
Код:
	SetTimer( "AntiJail", 20000, true );
	SetTimer( "AntiFlood", 8000, true );
	SetTimer( "AntiSpeed", 1000, true );
	SetTimer( "AntiJetPack", 1000, true );
	SetTimer( "AntiArmour", 1000, true );
	SetTimer( "AntiToggle", 1000, true );
	SetTimer( "AntiWeap", 1000, true );
	SetTimer( "AntiPing", 1000, true );
He thinks that better is use one f-ion instead of this example:
Код:
	SetTimer( "AntiCheats", 1000, true );
And put all codes into this timer f-ion. What would be better? A lot of f-ions or one f-ion with all codes. In my opinion i think that it be the same, but i'm not sure about this. So people tell me!
Reply


Messages In This Thread
Question about Timers' - by Tomejus - 12.02.2011, 12:58
Re: Question about Timers' - by OldDirtyBastard - 12.02.2011, 13:04
Re: Question about Timers' - by cessil - 12.02.2011, 13:23
Re: Question about Timers' - by Tomejus - 12.02.2011, 13:43
Re: Question about Timers' - by On_Top_Non_Stop - 12.02.2011, 14:52

Forum Jump:


Users browsing this thread: 1 Guest(s)