Special Teaming System
#3

Quote:
Originally Posted by DrDoom151
Посмотреть сообщение
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
    }
}
I guess I should have specified that for every 4 players in a server on team A, there should be 1 on team B. The way I said it made it sound like 4 is the max number.
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: 1 Guest(s)