23.05.2011, 21:23
Ooh forgot to say. You can add weather just by add something like this into the public IncreaseTime(playerid)
Код:
if(h == 3 && d == 4 && m ==2)// h== hour d == day m == minute day 1 begins with sunday. { SetPlayerWeather(playerid,weatherid);//The weather changes at wednesday 3:02 }