[Include] AutoRestarter
#1

.::AutoRestarter V2::.
1)Download the file AutoRestarterV2.inc(4shared) , then place it on your includes folder wich is on pawno directory (pawno/include/)
2)At the top of your gamemode, include the include
pawn Code:
#include <AutoRestarterV2>
3)Place AutoRestarterV2 function where you want to trigger the restart timer.
4)Compile your gamemode and restart it.

.::AutoRestarterV2 Function::.
pawn Code:
ServerRestart(days,hours,minutes,seconds,message);
Code:
days = The days you want the server to restart.
hours = The hours you want the server to restart.
minutes = The minutes you want the server to restart.
seconds = The seconds you want the server to restart.
message = 0 or 1 or 2 or 3

0 = Nothing displaying
1 = Send only Server Console info message
2 = Send only Client info message
3 = Send both console and client message
.::Examples::.

Restart server every 5 days with displaying messages.
pawn Code:
public OnGameModeInit
{
ServerRestart(5,0,0,0,3);
}
When ServerRestart will triggered on console will be displayed this message:
Code:
Server will restart on 5 day(s).
Also when ServerRestart will triggered on client will be displayed this message:
Code:
Server will restart on 5 day(s).
Restart server when a deathmatch ends(The callback is just an example) with client message
pawn Code:
public DMend
{
GivePlayerMoney(playerid,1000);
SetPlayerHealth(playerid,100);
ServerRestart(0,0,0,45,2)
}
When ServerRestart will triggered on client will be displayed this message:
Code:
Server will restart on 45 second(s).
Enjoy..
Reply


Messages In This Thread
AutoRestarterV2[UPDATED] ++ Hours,Minutes,Seconds,Messages - by nepstep - 19.09.2010, 13:25
Re: AutoRestarter - by HyperZ - 19.09.2010, 14:00
Re: AutoRestarter - by Basicz - 20.09.2010, 12:33
Re: AutoRestarter - by royal_king - 20.09.2010, 12:59
Re: AutoRestarter - by Geryy - 21.09.2010, 11:35
Re: AutoRestarter - by Mujib - 22.09.2010, 14:49
Re: AutoRestarter - by Zack9764 - 22.09.2010, 15:26
Re: AutoRestarter - by Lookin - 27.09.2010, 03:21
Re: AutoRestarter - by Scenario - 27.09.2010, 03:47
Re: AutoRestarter - by Lookin - 27.09.2010, 03:52
Re: AutoRestarter - by [KMA]DlennartD - 27.09.2010, 09:14
Re: AutoRestarter - by nepstep - 27.09.2010, 18:11
Re: AutoRestarter - by nepstep - 28.09.2010, 20:30
Re: AutoRestarter - by Lookin - 29.09.2010, 04:58
Re: AutoRestarter - by DiddyBop - 29.09.2010, 11:14
Re: AutoRestarter - by Lookin - 30.09.2010, 16:54
Re: AutoRestarter - by Awesome_Scripter - 30.09.2010, 20:53
Re: AutoRestarter - by BP13 - 30.09.2010, 20:56
Re: AutoRestarter - by DSK_Vyorel - 30.09.2010, 22:13
Re: AutoRestarter - by Lookin - 12.10.2010, 09:46
Re: AutoRestarter - by Memoryz - 13.10.2010, 23:57
Re: AutoRestarter - by sciman001 - 13.03.2011, 03:10

Forum Jump:


Users browsing this thread: 1 Guest(s)