15.02.2019, 22:56
Appreciate your effort, i don't wanna be a dick but..
pawn Code:
#include <YSI\y_timers>
task Clock[3600000]()
{
new h;
gettime(h);
switch(h)
{
case: 18, 19: SetWorldTime(h+5);
case: 20, 21: SetWorldTime(h+4);
case: 22, 23: SetWorldTime(h+2),
default: SetWorldTime(h);
}
}