-- Weather conditions
Citizen.CreateThread(function()
while true do
SetWeatherTypePersist("THUNDER")
SetWeatherTypeNowPersist("THUNDER")
SetWeatherTypeNow("THUNDER")
SetOverrideWeather("THUNDER")
Citizen.Wait(1)
end
end)
Sorry to bother you. Could you give me a quick summary or detail as to what each of these functions do internally? Mostly so i can understand the importance of them all being set when they seem like theyd do about the same thing Thanks in advance