03.04.2017, 16:41
(
Последний раз редактировалось MehranGta; 04.04.2017 в 11:05.
)
SOLVED!
Is it so hard to use "Search" Tool?
Next time search for things.History give you better experience xD |
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;
}