[Release] Delete Fog Los Santos


What it does
Hi One issue that is always raised is why do some servers look more realistic? Well its easy to answer (weather) This simple but useful script I prepared for you will allow you to make the map and image that the user looks real. The colors become clearer and the dust is removed.

Installation

  1. Enter the script folder of your resource folder
  2. Start the ata_removefog resource in .cfg file

Download

GitHub

ata_removefog-master.zip (5.7 KB)

Preview


Citizen.CreateThread(function()
while true do
Citizen.Wait(1)
SetWeatherTypePersist(“CLEAR”)
SetWeatherTypeNowPersist(“CLEAR”)
SetWeatherTypeNow(“CLEAR”)
SetOverrideWeather(“CLEAR”)
SetTimecycleModifier(‘CS1_railwayB_tunnel’)
SetForcePedFootstepsTracks(true)
SetWind(1.0)
SetWindSpeed(11.99)
SetWindDirection(180.00)

end
end)

Why do you have a loop every ms

Any other suggestions?

@haji_bego, run it every 500ms. So instead of it running that loop 1,000 times a second, it runs it 2 times a second. :slight_smile:

Really cool recourse, tho it ads water on floors(roads, etc). You can see it when you are running. Also leaves footsteps everywhere you step. Try to fix that if you want! Cheers! :slight_smile:

Fixed

Thank you for your comment
I Fixed the bug