#define FILTERSCRIPT#include new weatherupdate_timer;public OnFilterScriptInit() { weatherupdate_timer = SetTimer(\"WeatherUpdate\", 10000, true); return 1;}public OnFilterScriptExit() { KillTimer(weatherupdate_timer); return 1;}forward WeatherUpdate();public WeatherUpdate() { new h; gettime(h); if(5 < h < 9) SetWeather(9); return 1;}
if(5 < h < 9) SetWeather(9);
if(21 < h < 22) SetWeather(9);