Full team
#4

pawn Code:
new count;
for(new i;i<MAX_PLAYERS;i++)
{
    if(PlayerTeam[i] == 3) count ++;//Of course change this line
}
if(count > 5)
{
    //You can freeze player, set their pos to somewhere, and make them spectating other player.
}
else
{
    //Spawn player
}
Reply


Messages In This Thread
Full team - by RatHack - 01.08.2011, 13:55
Re: Full team - by Kitten - 01.08.2011, 14:01
Respuesta: Full team - by RatHack - 01.08.2011, 14:08
Re: Full team - by =WoR=Varth - 02.08.2011, 00:51
Re: Full team - by Basicz - 02.08.2011, 01:12

Forum Jump:


Users browsing this thread: 1 Guest(s)