13.08.2010, 09:20
//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");
}
}
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");
}
}

