06.09.2014, 17:30
Hello,
I have a litte question about gettime function.
So simply i want: hour 03 AM (morning), but in script it is wrong
I have a litte question about gettime function.
Код:
new hour, minute, second; gettime(hour, minute, second); if(hour >= 03) { //some code }