02.05.2012, 15:01
(
Последний раз редактировалось BRICS; 07.05.2013 в 11:08.
)
Description:
This script will restart your server at the specified time.
Functionality:
Admin command "/reload_r" will reset the database script. This can be used, for example, if you change the database.
The script is managed through a database - file AutoRestarter.ini
Database key countdown is responsible for the time frame to restart in seconds.
Database key countdown_message is responsible for the message, which will go into the chat to all players, when to restart the server will be X seconds (X - the value of countdown).
Database key restart_message is responsible for the message, which will go into the chat to all players when restarting.
Database key system_state is the key security, which prevents re-restart the coincidence of time.
Database key restart_time_X contains a number of times restarting X, has the format "Hour: Minute" , X - ID: 0 ... limit.
Example database:
if you use the database server will be restarted twice: at midnight and at 12:35. In the chat will be sent the appropriate message.
Credits: MX_MASTER - mxINI
Download:
DropBox
Pastebin
This script will restart your server at the specified time.
Functionality:
- Easy to use.
- Notification of restart in X seconds to restart.
- Notification of restart with restart.
- Support a large number of restarts.
- All the basic parameters are edited through the file.
- Good quality script.
Admin command "/reload_r" will reset the database script. This can be used, for example, if you change the database.
The script is managed through a database - file AutoRestarter.ini
Database key countdown is responsible for the time frame to restart in seconds.
Database key countdown_message is responsible for the message, which will go into the chat to all players, when to restart the server will be X seconds (X - the value of countdown).
Database key restart_message is responsible for the message, which will go into the chat to all players when restarting.
Database key system_state is the key security, which prevents re-restart the coincidence of time.
Database key restart_time_X contains a number of times restarting X, has the format "Hour: Minute" , X - ID: 0 ... limit.
Example database:
Quote:
countdown_message = {00ff00} [AutoRestarter]: {ffffff} The server will restart in% d seconds restart_message = {00ff00} [AutoRestarter]: {ffffff} The server is restarted countdown = 10 system_state = 0 restart_time_0 = 0:0 restart_time_1 = 12:35 |
Credits: MX_MASTER - mxINI
Download:
DropBox
Pastebin