Weather and time sync

This resource should help with real time clock: [Release] server real time resource

For the weather, I use this in a client-side code:

        ClearOverrideWeather()
        ClearWeatherTypePersist()
        SetWeatherTypePersist("EXTRASUNNY")
        SetWeatherTypeNow("EXTRASUNNY")
        SetWeatherTypeNowPersist("EXTRASUNNY")
1 Like