random weather
#1

hi, can u tell me what weather is this?

Quote:

#include <a_samp>

forward AutoWeather();

public OnFilterScriptInit()
{
SetTimer("AutoWeather", 1500000, 1);
AutoWeather();
return 1;
}

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

thanx!
Reply
#2

Weather from id 0 to 14?
Reply
#3

ok thx ^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)