21.01.2011, 23:51
pawn Код:
new MembersPrisioners[MAX_PLAYERS];
pawn Код:
public OnPlayerRequestSpawn(playerid)
{
if(Team[playerid] == 1)
{
MembersPrisioners++; // This line is wrong, how would u do it ?
}
return 1;
}
I want it to count the players in that team, so later I can do a team balancer.