Actors are not created correctly.
#5

A number can't be higher than 21 and lower than 0, it's not logically possible. I think what you're trying to achieve is this:

Код:
if(hour >= 21 && hour <= 24) // 00:00 = 24:00
Or simply..

Код:
if(hour >= 21)
Reply


Messages In This Thread
Actors are not created correctly. - by danielpalade - 07.04.2017, 16:13
Re: Actors are not created correctly. - by Vince - 07.04.2017, 16:19
Re: Actors are not created correctly. - by danielpalade - 07.04.2017, 16:23
Re: Actors are not created correctly. - by SyS - 07.04.2017, 16:25
Re: Actors are not created correctly. - by Marricio - 07.04.2017, 16:27
Re: Actors are not created correctly. - by danielpalade - 07.04.2017, 16:45
Re: Actors are not created correctly. - by Marricio - 07.04.2017, 16:51
Re: Actors are not created correctly. - by danielpalade - 07.04.2017, 16:58
Re: Actors are not created correctly. - by Marricio - 07.04.2017, 17:04

Forum Jump:


Users browsing this thread: 1 Guest(s)