Team balance
#1

SOLVED!
Reply
#2

Is it so hard to use "Search" Tool?
Next time search for things.History give you better experience xD
Reply
#3

Quote:
Originally Posted by princejeet1510
Посмотреть сообщение
Is it so hard to use "Search" Tool?
Next time search for things.History give you better experience xD
I tested that code, not working.
Reply
#4

Quote:
Originally Posted by MehranGta
Посмотреть сообщение
I tested that code, not working.
Logic and code looks fine, it should work.
Reply
#5

It 's not working, and always let players join that team.
Reply
#6

I just changed the code and used the GetTeamCount
maybe usefull for someone who read this thread :
pawn Код:
stock IsTeamFree(teamid)
{
    for(new teams = 1; teams < 9; teams++)
    {
        if(teams == teamid) continue;
        if(GetTeamCount(teamid) > GetTeamCount(teams))
        {
            print("Yeah It works!");
            return 0;
        }
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)