Quote:
Originally Posted by cmg4life
pawn Код:
#include <time>
forward TimeUpdate(); new worldTime;
public TimeUpdate() { worldTime++; worldTime%=24; SetWorldTime(worldTime); }
//under gamemode init SetTimer("TimeUpdate",65009, 1);
cheerz
|
Thanks! it's not perfectly synchronised, but it works! thanks!