Team score?
#2

This should give you an idea (I hope) on how to do it.

pawn Код:
new TeamScore;

//Use this to add to the team's score - "TeamScore += 1;"

if(TeamScore >= 50) //If team's score is 50 or greater
{
    SendRconCommand("gmx"); //restart the server
    return 1;
}
Reply


Messages In This Thread
Team score? - by HayZatic - 10.07.2011, 04:50
Re: Team score? - by PotH3Ad - 10.07.2011, 05:48
Re: Team score? - by dowster - 10.07.2011, 06:03
Re: Team score? - by mitsos1997 - 19.07.2011, 07:51
Re: Team score? - by eDz0r - 19.07.2011, 08:12

Forum Jump:


Users browsing this thread: 1 Guest(s)