Change lenght of the day. 24 houres system. not 48 min

Actually i have figured it out.
All u have to do is hook up clockHours / clockMinutes to system clock and your done
it is client based… i do not have the skills yet to hook it up to the server… due to a lack of understanding and research.

int clockHours = GetClockHours();
int clockMinutes = GetClockMinutes();
NetworkOverrideClockTime(clockHours , clockMinutes, 00);

2 Likes