Help with Restarting game mode
#4

//Gamemodeinit
SetTimer("RestartCheck", 1000, true);

//Somewhere in your script
forward RestartCheck();
public RestartCheck()
{
if(TEAM_HIDER == 0) // Im not sure if that would work
{
SendRconCommand("gmx");
}
}
Reply


Messages In This Thread
Help with Restarting game mode - by lSCARl - 13.08.2010, 03:17
Re: Help with Restarting game mode - by marharth - 13.08.2010, 03:23
Re: Help with Restarting game mode - by lSCARl - 13.08.2010, 03:31
Re: Help with Restarting game mode - by [NWA]Hannes - 13.08.2010, 09:20

Forum Jump:


Users browsing this thread: 1 Guest(s)