Philippbang 0 Posted December 18, 2018 Hello, i was trying to disable the WEATHER complete, but i didn´t work like tkis: Init.c void main() { //INIT WEATHER BEFORE ECONOMY INIT------------------------ Weather weather = g_Game.GetWeather(); weather.MissionWeather(true); // false = use weather controller from Weather.c weather.GetOvercast().Set( Math.RandomFloatInclusive(0.0, 0.0), 0, 0); weather.GetRain().Set( 0, 0, 0); weather.GetFog().Set( Math.RandomFloatInclusive(0.00, 0.0), 0, 0); can someone tell me how i can disable that in the Weather.c file? Thanks Share this post Link to post Share on other sites
mudders 3 Posted December 18, 2018 What do you mean 'disable' weather? There is always weather. good or bad. its exists. Share this post Link to post Share on other sites
Philippbang 0 Posted December 18, 2018 no rain fog and overcast. i want a blue sky all day long Share this post Link to post Share on other sites
Spun Foonerisms 2 Posted December 18, 2018 Hey, just made a topic on this, might have a fix for you Share this post Link to post Share on other sites
Philippbang 0 Posted December 18, 2018 works i guess, thank u Share this post Link to post Share on other sites