21.08.2009, 17:36
Umm...
There should be the name of a function between " " i.e. "functions name".
Also, 2 is an invalid choice for the last parameter. Must be 0 (dont repeat timer) or 1 (repeat timer)
SetTimer("FunctionName",60000,1);
There should be the name of a function between " " i.e. "functions name".
Also, 2 is an invalid choice for the last parameter. Must be 0 (dont repeat timer) or 1 (repeat timer)
SetTimer("FunctionName",60000,1);