Well what im looking for is how to change the duration of the day time. fx i want the server to run with 24 houre system, insteed of the normal one with i guess 48 min. so if anyone know where to edit so the daytime is longer and nighttime ofc. then it would be nice i have seen this. but cant find it anywhere.
2 Likes
Should be a plugin somewhere…
I am looking for daytime script… nothing is working on client side, and i cant figure it out server side.
I cant see where i am driving when i am in night mode, while its daytime in real life.
Answered this on another thread, however if you’re trying to make the night hours go faster than the day hours you would need to edit it a bit.
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