The day/night cycles in my mod normally until midnight, then stops in full dark. It's a rurual outdoors toolset. Any help with this would be quite massively appreciated. Thanx!
Day/Night stuck at midnight.
Débuté par
Groove Widdit
, août 10 2012 09:26
#1
Posté 10 août 2012 - 09:26
#2
Posté 10 août 2012 - 10:13
Sorry! I didn't notice the other thread on this topic before I started this one. I used the module heartbeat script to fix my mod. Just for anyone's reference, here it is:
int iHour = GetTimeHour ();
int iMinute = GetTimeMinute ();
int iSecond = GetTimeSecond ();
int iMillisecond = GetTimeMillisecond();
SetTime(iHour, iMinute, iSecond, iMillisecond);
int iHour = GetTimeHour ();
int iMinute = GetTimeMinute ();
int iSecond = GetTimeSecond ();
int iMillisecond = GetTimeMillisecond();
SetTime(iHour, iMinute, iSecond, iMillisecond);





Retour en haut






