17.03.2009, 23:03
use timers and setworld time function
you get the idea, there is no getworldtime function i don't think
pawn Код:
SetTimer("time", 60000, 0);
pawn Код:
public time()
{
SetWorldTime(12);
SetTimer("time2", 60000, 0);
return 1;
}