09.04.2015, 11:09
Hello I'm using only 4 timers in server but the server is lagging hard when we have more players like more than 50.
I'm using nothing on OnPlayerUpdate
I'm using nothing on OnPlayerUpdate
Код:
t1 = SetTimer("AntiCheatUpdate",8000,true); t2 = SetTimer("AutoMessage", 60000, true); t6 = SetTimer("Anticheat", 1000, true); this onplayer spawn statstimer[playerid] = SetTimerEx("StatsInfromation", 15000, true, "u", playerid); but this timer got kill on player death and start again on player spawn. I'm using this to update player stats textdraws.