Random weather and worldtime
#5

print out the weather id when it changes so you'll know which was is it

also
pawn Код:
new const RandomWeather[43] =  
{
    1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,25,
    26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,46,47,48,49,50
};


new rw = random(sizeof RandomWeather);
SetWeather(RandomWeather[rw]);
Reply


Messages In This Thread
Random weather and worldtime - by BlackWolf120 - 06.02.2011, 16:45
Re: Random weather and worldtime - by Matej_ - 06.02.2011, 16:50
Re: Random weather and worldtime - by Mean - 06.02.2011, 16:54
Re: Random weather and worldtime - by BlackWolf120 - 06.02.2011, 16:58
Re: Random weather and worldtime - by dice7 - 06.02.2011, 17:48
Re: Random weather and worldtime - by BlackWolf120 - 06.02.2011, 17:58
Re: Random weather and worldtime - by BlackWolf120 - 06.02.2011, 18:39

Forum Jump:


Users browsing this thread: 1 Guest(s)