NilssoN042
Banned User
Code:
function executeSaveServer()
doSaveServer()
doBroadcastMessage("Server saved, next save in 30 minutes.")
return true
end
function onThink(interval, lastExecution, thinkInterval)
doBroadcastMessage("Automatic Serversave in 10seconds!")
addEvent(executeSaveServer, 10000)
return true
end
I changed my auto clean script and added auto server save!
There was already a auto server save script but I wanted a script that also broadcasted before and after the server save.
will this script work???? TFS 0.3.5