[Release] Permanent Snow on Server

So, it’s pretty self-explanatory, it adds snow and the “Christmas” weather on your server.

Download
VirusTotal Scan

I don’t really care if you credit me or not.

Also do note that the snow on top of cars and such isn’t a thing that i can fix, this happens because FiveM runs on an older version of GTA V. This is the reason why some other things do not work either.

This is no longer an issue since FiveM was updated to the newest GTAV version.

7 Likes

Added it on Los Santos Roleplay for fun. Found two bugs. No foot print’s on snow and snow is all over inside cars on seats , console and so on. I hope this can be fixed.

Screenshots removed. - Boss
2 Likes

@Rsts I guess those are game related bugs and cannot fixed by FiveReborn.

@Trust37 said in [SCRIPT] Permanent Snow on Server:

@Rsts I guess those are game related bugs and cannot fixed by FiveReborn.

especially not as he’s using multishit which nobody here can fix or even affect at all lol

…  

@Boss

Sry my bad uploaded wrong ss. I realized that later. :frowning:

Doesnt work sadly

Because this post was 2 years ago. On the old server versions. Not FX

1 Like

Ya know how to get snow?

Use the resource called vSync

I got that but it doesnt place stuff on the ground

1 Like

Do “/weather xmas” then it will

Would love to see screenshots.

1 Like

omfg thank you

1 Like

doesnt work anymore

1 Like

Ah ok. Consider removing it then @Mikeeh

this works for trails and foot prints

edit server.lua to below

Citizen.CreateThread(function()
    while true 
        do
        
    SetWeatherTypePersist("XMAS")
        SetWeatherTypeNowPersist("XMAS")
        SetWeatherTypeNow("XMAS")
        SetOverrideWeather("XMAS")
        SetForcePedFootstepsTracks(true)
	SetForceVehicleTrails(true)
        Citizen.Wait(1)
    end

end)

2 Likes

If you still want to use vSync, so your time still syncs for all your players you can do the following to keep it XMAS.

Change:
DynamicWeather = true
to
DynamicWeather = false

Also change:
CurrentWeather = "EXTRASUNNY"
to
CurrentWeather = "XMAS"

This is not tested, but it was what I had planned to do in a couple days on my server. Good luck!

1 Like