26.07.2018, 13:26
Quote:
Why don't you make the timer every 1 second?? And use timerfix plugin, and check if the time is XX:00 or XX:30 and done..
|
But if i set it on 1 second,it will be called 60 times on minute
Код:
if(hours == 15 && minute == 0) // 15:00 { //This will be called 60 times,i need it just one time... //If I here start event in this code,it will be started 60 times.. }