22.08.2009, 10:16
omg, SetWeather is a samp function
https://sampwiki.blast.hk/wiki/SetWeather
And this may also come in handy
https://sampwiki.blast.hk/wiki/SetWeather
And this may also come in handy
pawn Код:
stock GetWeather()
{
new a[5];
GetServerVarAsString("weather", a, sizeof(a));
return strval(a);
}

