10.10.2015, 13:26
Example:
PHP код:
new mytimer;
//Start
mytimer = SetTimer("CountDownTimer", 1000, 1);
//Stop
KillTimer(mytimer);