forceWeatherNow(int weather)
Моментально устанавливает погоду
int weather id погоды
int weather
function main() sampRegisterChatCommand("setweather", function(arg1) forceWeatherNow(arg1) end) end