01.07.2016, 08:58
Hello!
I think you used false operators.
Try this:
to
I think you used false operators.

Try this:
PHP код:
if(hour > 20 || hour < 22) return SCM(playerid,COLOR_WHITE,"{FFFFFF}You can't start a war now , war can start in 19:00 at 22:00");
PHP код:
if(hour < 20 || hour > 22) return SCM(playerid,COLOR_WHITE,"{FFFFFF}You can't start a war now , war can start in 20:00 at 22:00");