Garison sorry it is fixed. And Thanks to you all.
This is even easier.
Quote:
Originally Posted by [03]Garsino
pawn Код:
SetTimer("RandomWeather",60000,true); // In OnGameModeInit forward RandomWeather(); // Outside any other callback public RandomWeather() // Outside any other callback { return SetWeather(random(20)); }
Yes
|