14.06.2011, 20:55
Hi guys,i need a fast tip.
I use this timers OnGamemodeInit:
My question is: Does this timers will cause lag with 100+ players online?
Thanks.
I use this timers OnGamemodeInit:
pawn Code:
SetTimer("AutoSave",10000,false);
SetTimer("Ping_Timer", 10000, true);
SetTimer("MoneyCheck", 1000, true);
zonetimer = SetTimer("ZoneUpdate", 2000, true);
timer1 = SetTimer("AntiCheat",5000,true);
SetTimer("Messages", 120000, true);
Thanks.