02-15-2013, 07:04 AM
I didn't get it to work but i propably did something wrong.
function OnWeatherChanging()
LOGINFO("Still Sunny")
return true, eWeather_Sunny
end
function OnWeatherChanged()
return true, eWeather_Sunny
end

