TimedExecute [Replaced]
Discussion in 'Plugin Support' started by PaiN, Dec 8, 2015.
-
TimerOnce is not working good wen i do reload the plugin its working one time
-
Thanks for the quick reply bro, I appreciate your coding!
-
Hello, I wanted to make an automatic restart with "TimedExecute".
"05:00:00": "adminmessage 'Restart in 1 HOUR'",
"05:59:59": "adminmessage" The server is restarting NOW. '",
"06:00:00": "quit"
But the server does not restart itself ...
host.sh =
#!/bin/sh
clear
while :
do
echo "Starting server...\n"
exec ./Hurtworld.x86_64 -batchmode -nographics \
-exec "host 12871;queryport 12881;maxplayers 100;addadmin 76561197995131444;servername [Fr] Les Apotres Dejantes! Kits/X3/Meteor"
echo "\nRestarting server...\n"
done -