Quote:
Originally Posted by oliverrud
Quote:
Originally Posted by [HiC
TheKiller ]
If you clock is normal just get the variables from the clock. Otherwise create this timer
pawn Код:
SetTimer("1hourtimer", 1000*60*60, true);
|
Will this timer also work like for example: Server starts up at 14:20, will the 1hourtimer then set off at 15:00? (That's what I'm trying to do)
|
Nope.
I'm unsure, but maybe you can use gettime()?