12.07.2010, 23:52
You can 'kill' a public.
You need to asign the Timer to a variable to give an ID to it.
Then destroy the ID of that timer.
Example:
Then to kill:
You need to asign the Timer to a variable to give an ID to it.
Then destroy the ID of that timer.
Example:
Код:
new Timer1 ; Timer1 = SetTimer("BloodAlcoholLevel", 1000, true);
Код:
KillTimer(Timer1);