automatic server restarter
#16

Restarts the server everytime when its 4am:
Код:
SetTimer("RestartServer",1000,1);

public RestartServer()
{
new Hour, Minute, Second;
gettime(Hour, Minute, Second);
if(Hour == 4 && Minute == 0 && Second <= 4) return SendRconCommand("gmx");
return true;
}
Reply


Messages In This Thread
automatic server restarter - by DauerDicht - 01.02.2009, 21:34
Re: automatic server restarter - by Schock - 01.02.2009, 21:40
Re: automatic server restarter - by DauerDicht - 01.02.2009, 21:41
Re: automatic server restarter - by Schock - 01.02.2009, 21:42
Re: automatic server restarter - by Schock - 01.02.2009, 21:45
Re: automatic server restarter - by DauerDicht - 01.02.2009, 21:45
Re: automatic server restarter - by Schock - 01.02.2009, 21:46
Re: automatic server restarter - by DauerDicht - 01.02.2009, 21:47
Re: automatic server restarter - by Schock - 01.02.2009, 21:54
Re: automatic server restarter - by DauerDicht - 01.02.2009, 21:56
Re: automatic server restarter - by Schock - 01.02.2009, 21:57
Re: automatic server restarter - by DauerDicht - 01.02.2009, 22:11
Re: automatic server restarter - by Schock - 01.02.2009, 22:23
Re: automatic server restarter - by DarkplayeR - 07.02.2009, 16:37
Re: automatic server restarter - by Mikep - 07.02.2009, 16:59
Re: automatic server restarter - by GanG$Ta - 07.02.2009, 17:01

Forum Jump:


Users browsing this thread: 4 Guest(s)