how to make auto team balance?
#1

How will i make auto team balance?

if(classid == 0)
{
gTeam[playerid] = TEAM_USA;
}
else if(classid == 1)
{
gTeam[playerid] = TEAM_GERMANY;
}
else if(classid == 2)
{
gTeam[playerid] = TEAM_MERC;
}
else if(classid == 3)
{
gTeam[playerid] = TEAM_RUSSIA;
}
else if(classid == 4)
{
gTeam[playerid] = TEAM_JAPAN;
}
Reply


Messages In This Thread
how to make auto team balance? - by Medal Of Honor team - 12.02.2011, 15:44
Re: how to make auto team balance? - by Mean - 12.02.2011, 16:02

Forum Jump:


Users browsing this thread: 1 Guest(s)