here is it if ur mtaname is DJ Denz
on *:SIGNAL:mta.command:{
if $findtok([DJdenz,$mta.name($1,$2),1,32) {
if ($3 == !sun) {
mta.setweather $1 0
}
if ($3 == !cloud) {
mta.setweather $1 1
}
if ($3 == !rain) {
mta.setweather $1 2
}
if ($3 == !fog) {
mta.setweather $1 3
}
}
}
to change weather do !sun !rain !fog or !cloud