07.03.2009, 22:50
hi, can u tell me what weather is this?
thanx!
Quote:
#include <a_samp> forward AutoWeather(); public OnFilterScriptInit() { SetTimer("AutoWeather", 1500000, 1); AutoWeather(); return 1; } public AutoWeather() { new RandonWeather = random(15); SetWeather(RandonWeather); } |