SetTimerEx(flex_delay, ID, param0, param1);
ID: The ID of the timer is retrieved in the timer message with GetSenderID(). It is also used by KillTimerEx() to stop the timer before the message is called.
paramX: These parameters become the first and second parameters of the timer message.