06.09.2014, 19:46
thanks for your reply, but i got it working... it must be:
Код:
new hour, minute, second; gettime(hour, minute, second); if(hour >= 03 && hour <= 05) //This is the fix.. so its only between 3-5 AM, if it was only the 3AM it will be persist till next day 3AM { //some code }