ID:175620
 
I want the server to reboot after every hour to prevent crashes.
Would it be like this?
world
sleep(whatervertime here)
world.reboot

please help!!!1
Coolroman123 wrote:
I want the server to reboot after every hour to prevent crashes.
Would it be like this?
> world
> sleep(whatervertime here)
> world.reboot
>

please help!!!1

Almost!
world
New()
..() // Do the default action
spawn(36000)
Reboot()


/Gazoot
In response to Gazoot
THX