Set timer
#3

Quote:
Originally Posted by Last_Stand_Guardian
pawn Код:
forward Restart();
pawn Код:
OnGameModeInit()
{
   SetTimer("Restart", 600000, 0);
   return 1;
}
pawn Код:
public Restart()
{
  SendRconMessage("gmx");
  return 1;
}
SendRconMessage?This code doesn't exist.Maybe you meant SendRconCommand?
Reply


Messages In This Thread
Set timer - by stanLeys - 03.04.2010, 16:23
Re: Set timer - by Last_Stand_Guardian - 03.04.2010, 16:27
Re: Set timer - by [MWR]Blood - 03.04.2010, 16:30
Re: Set timer - by Last_Stand_Guardian - 03.04.2010, 16:30

Forum Jump:


Users browsing this thread: 1 Guest(s)