I need more info about this so it must look somethink like this
PHP Code:
public task(id) {
set_task(60.0 , "mapc",id,_,_,"a")
}
public mapc() {
new CurrentTime[9]
get_time("%H:%M:%S",CurrentTime,8) {
if(time 12hour,00minute,00second){
changelevel de_dust2
}
else if(time 13hours:00minute:00second){
changelevel de_inferno
}
}
}
__________________