Quote:
Originally Posted by Seif_
Quote:
Originally Posted by brett7
use timers and setworld time function
pawn Код:
SetTimer("time", 60000, 0);
pawn Код:
public time() { SetWorldTime(12); SetTimer("time2", 60000, 0); return 1; }
you get the idea, there is no getworldtime function i don't think
|
Uhm, yes there is. It's called "gettime".
|
gettime gets the Server Machine time, Not the IG time