17.05.2009, 20:55
Outside everything, at top of script:
In the command/function
EDIT: I modified the code above a couple of times because I noticed a couple of mistakes, if it doesn't work check you have the latest version..
pawn Код:
new WeatherIDs[3] = { 3, 12, 17 };
pawn Код:
if(hour == 6)
{
SetWeather(WeatherIDs[random(sizeof(WeatherIDs))]);
}