killtimer errors..
#6

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:
Код:
new
       Timer1
;
Timer1 = SetTimer("BloodAlcoholLevel", 1000, true);
Then to kill:
Код:
KillTimer(Timer1);
Reply


Messages In This Thread
killtimer errors.. - by Kar - 12.07.2010, 23:18
Re: killtimer errors.. - by oliverrud - 12.07.2010, 23:21
Re: killtimer errors.. - by Kar - 12.07.2010, 23:33
Re: killtimer errors.. - by RyDeR` - 12.07.2010, 23:38
Re: killtimer errors.. - by Kar - 12.07.2010, 23:42
Re: killtimer errors.. - by RyDeR` - 12.07.2010, 23:52
Re: killtimer errors.. - by Kar - 12.07.2010, 23:56

Forum Jump:


Users browsing this thread: 2 Guest(s)