29.03.2010, 17:41
Quote:
Originally Posted by XRVX
Code:
SetTimer( "HostNameChange", true, 10*1000 ); //timer will execute every 10th second |
It's functions name, interval and then repeating, and not functions name, repeating and interval like you did.