help +rep
#7

//OnGameModeInit
SetTimer("CheckForPlayers",5*60*1000,1);//5 minutes


//
forward CheckForPlayers();
public CheckForPlayers()
{
for(new i;i<MAX_PLAYERS;i++)if(IsPlayerConnected(i)&&!IsPl ayerNPC(i))return 1;
SendRconCommand("gmx");
return 1;
}
Reply


Messages In This Thread
help +rep - by Xtreme Brotherz - 15.05.2012, 05:36
Re: help +rep - by Roperr - 15.05.2012, 05:38
Re: help +rep - by TzAkS. - 15.05.2012, 05:39
Re: help +rep - by Xtreme Brotherz - 15.05.2012, 05:41
Re: help +rep - by TzAkS. - 15.05.2012, 05:41
Re: help +rep - by Xtreme Brotherz - 15.05.2012, 05:43
Re: help +rep - by FarSe. - 15.05.2012, 05:44
Re: help +rep - by Xtreme Brotherz - 15.05.2012, 05:45
Re: help +rep - by Roperr - 15.05.2012, 05:50
Re: help +rep - by Xtreme Brotherz - 15.05.2012, 05:54

Forum Jump:


Users browsing this thread: 2 Guest(s)