[FilterScript] [FS] Auto Random Weather System
#8

It's 17 or less lines...

[me=ξezombia]spends hours looking through the topics for CrazyK and finally finds...[/me]
http://forum.sa-mp.com/index.php?topic=12197.0

pawn Code:
#include <a_samp>

forward AutoWeather();

public OnFilterScriptInit()
{
    print("Auto Weather loaded.");
    SetTimer("AutoWeather", 600000, 1);
    AutoWeather();
    return 1;
}

public AutoWeather()
{
    new RandonWeather = random(15);
    SetWeather(RandonWeather);
}
Reply


Messages In This Thread
[FS] Auto Random Weather System - by juio1234 - 25.10.2008, 19:50
Re: [FS] Auto Random Weather System - by whooper - 25.10.2008, 22:11
Re: [FS] Auto Random Weather System - by juio1234 - 16.11.2008, 17:59
Re: [FS] Auto Random Weather System - by avenger678 - 16.11.2008, 18:11
Re: [FS] Auto Random Weather System - by juio1234 - 16.11.2008, 18:19
Re: [FS] Auto Random Weather System - by avenger678 - 16.11.2008, 18:23
Re: [FS] Auto Random Weather System - by Rks25 - 16.11.2008, 19:03
Re: [FS] Auto Random Weather System - by Zezombia - 16.11.2008, 19:08
Re: [FS] Auto Random Weather System - by juio1234 - 22.02.2009, 15:06
Re: [FS] Auto Random Weather System - by RatHack - 02.06.2010, 12:29
Re: [FS] Auto Random Weather System - by alpha500delta - 02.06.2010, 14:05
Re: [FS] Auto Random Weather System - by park4bmx - 02.06.2010, 14:38
Re: [FS] Auto Random Weather System - by alpha500delta - 02.06.2010, 15:49
Re: [FS] Auto Random Weather System - by Reix[EST] - 28.10.2011, 21:18
Re: [FS] Auto Random Weather System - by BlackSA - 29.10.2011, 07:26
Respuesta: [FS] Auto Random Weather System - by [Nikk] - 18.11.2011, 21:48

Forum Jump:


Users browsing this thread: 1 Guest(s)