About Timer
#1

How to optimize?

1)On Player login (MySQL)
Код:
SecondTimer[playerid] = SetTimerEx("TimerSecond", 1000, true, "d", playerid);
OR

2)public OnPlayerSpawn
Код:
SecondTimer[playerid] = SetTimerEx("TimerSecond", 1000, true, "d", playerid);
Which is better? or Which is Faster?
Reply
#2

Is the same shit, what function does?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)