Teams
#13

Quote:
Originally Posted by §с†¶e®РµРe
View Post
U r not understanding I have already done this.how do I switch the players team.its not a rank its a different team.
If u can't understand then answer this and i'll just modify the code.tel me how can I change players team from blue to red after spawn with if.
So if player is in red change to blue and if in blue change to red
Than you can use

pawn Code:
if(gTeam[playerid] == TEAM_BLUE)
{
gTeam[playerid] = MEDIC_BLUE;
SetPlayerColor(playerid, COLOR_BLUE);
GameTextForPlayer(playerid, "~w~You have been switched to team~n~~b~Blue",2500,6);
}
This?
Reply


Messages In This Thread
Teams - by §с†¶e®РµРe - 01.01.2012, 17:56
Re: Teams - by §с†¶e®РµРe - 01.01.2012, 18:23
Re: Teams - by Bogdan1992 - 01.01.2012, 19:14
Re: Teams - by Face9000 - 01.01.2012, 19:15
Re: Teams - by §с†¶e®РµРe - 01.01.2012, 19:23
Re: Teams - by Face9000 - 01.01.2012, 19:31
Re: Teams - by §с†¶e®РµРe - 01.01.2012, 19:33
Re: Teams - by Face9000 - 01.01.2012, 19:34
Re: Teams - by §с†¶e®РµРe - 01.01.2012, 19:37
Re: Teams - by §с†¶e®РµРe - 01.01.2012, 19:39
Re: Teams - by Face9000 - 01.01.2012, 19:41
Re: Teams - by §с†¶e®РµРe - 01.01.2012, 19:47
Re: Teams - by Face9000 - 01.01.2012, 19:51
Re: Teams - by §с†¶e®РµРe - 01.01.2012, 19:52
Re: Teams - by Face9000 - 01.01.2012, 19:59

Forum Jump:


Users browsing this thread: 3 Guest(s)