help please
#8

Edit code as you need It's just an example..
pawn Код:
if(gTeam[playerid] == TEAM_Hello)//Check if player is in team hello
{
    SetPlayerColor(playerid,COLOR_BLUE);//Sets player color!
}
else if(gTeam[playerid] == TEAM_YOURTEAM) // Check if  player is in second team
{
    SetPlayerColor(playerid,COLOR_YourSecondteamcolor);//Sets player color!
}
Reply


Messages In This Thread
help please - by TofuMike - 22.03.2013, 18:05
Re: help please - by mastermax7777 - 22.03.2013, 18:06
Re: help please - by TofuMike - 22.03.2013, 18:11
Re: help please - by Scrillex - 22.03.2013, 18:16
Re: help please - by TofuMike - 22.03.2013, 18:20
Re: help please - by Scrillex - 22.03.2013, 18:23
Re: help please - by TofuMike - 22.03.2013, 18:23
Re: help please - by Scrillex - 22.03.2013, 18:25
Re: help please - by TofuMike - 22.03.2013, 18:26
Re: help please - by Scrillex - 22.03.2013, 18:27

Forum Jump:


Users browsing this thread: 5 Guest(s)