Reboot()
set category = "Admin"
switch(alert("Are you sure?","Reboot","Yes","No"))
if("Yes")
world << "<center><b>WORLD IS REBOOTING IN 5 SECONDS..."
sleep(50)
world.Reboot()
Logout()
usr.Save()
world << "<b> \blue [usr] logs out!"
sleep(20)
del(src)
Problem description:
After a reboot, everyonce and awhile, someone cannot log back in and has to manually, or their save is killed >_>, its happened to me once, and a GM of mine, and countless players. I put the reboot and the logout, i think maybe that its saving, and not having enough time before the reboot kicks in. How would i fix this, or the problems really going on.