Special Teaming System
#2

pawn Код:
new teamA=0;

public OnPlayerConnect(playerid)
{
    if(teamA==4){
        //Do whatever here to put that player into team B
        teamA=0;
    }

    if(teamA<4){
        teamA++;
        //Do whatever here to put that player into team A
    }
}
Reply


Messages In This Thread
Relative Teaming System - by austin070 - 18.02.2013, 16:54
Re: Special Teaming System - by DrDoom151 - 18.02.2013, 18:30
Re: Special Teaming System - by austin070 - 18.02.2013, 18:35
Re: Special Teaming System - by DrDoom151 - 18.02.2013, 18:37
Re: Special Teaming System - by austin070 - 18.02.2013, 18:43
Re: Special Teaming System - by DrDoom151 - 18.02.2013, 18:51
Re: Special Teaming System - by austin070 - 18.02.2013, 19:58

Forum Jump:


Users browsing this thread: 2 Guest(s)