20.02.2015, 10:30
Either I am misunderstanding the actual question or you are all concentrating on the wrong part of his question/code. As far as my understanding goes, he is not requesting how to efficiently send a message to players, he is asking which of the two timers is more efficient in any situation.
SetTimer is a global timer meaning that it is not meant to be for a specific player. Whereas SetTimerEx is a timer which is not meant to be for all players. With a few exception though.
It really depends on what you are going to use the timer for.
SetTimer is a global timer meaning that it is not meant to be for a specific player. Whereas SetTimerEx is a timer which is not meant to be for all players. With a few exception though.
It really depends on what you are going to use the timer for.