Weather and time sync

Hey guys,

i need help with weather and time sync on my fivem server.
I’ve tested many released weather scripts but no one is working like my needs.

I want static weather (extrasunny) and synced time with my country.

Anyone can help me out?

Thanks

1 Like

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

Added this to client and startet server real time, but its not working… Its raining and weather is not synced to other players. Damn why there is no working weather and time sync script…