Send RCON Command every 20 minutes?
#2

Put this in OnFilterScriptInit or OnGameModeInit:
pawn Код:
SetTimer("RconCommand",1200000,1);
And put this anywhere in the script:
pawn Код:
forward RconCommand();
public RconCommand()
{
  SendRconCommand("rconcmdhere");
  return 1;
}
Replace "rconcmdhere" with the command you want to send.
Reply


Messages In This Thread
Send RCON Command every 20 minutes? - by Memoryz - 09.08.2009, 21:51
Re: Send RCON Command every 20 minutes? - by ev0lution - 09.08.2009, 21:54
Re: Send RCON Command every 20 minutes? - by Memoryz - 09.08.2009, 22:04

Forum Jump:


Users browsing this thread: 1 Guest(s)