Dosent Set player to team color
#6

public SetPlayerToTeamColor(playerid)
{
if(gTeam[playerid] == Team_Cop)
{
SetPlayerColor(playerid, COLOR_BLUE);
}
if(gTeam[playerid] == Team_Civi || gTeam[playerid] == Team_Rape || gTeam[playerid] == Team_Kidnapper)
{
SetPlayerColor(playerid, 0xFFFFFFFF);
}
return 1;
}
Reply


Messages In This Thread
Dosent Set player to team color - by DarkLored - 23.11.2013, 15:19
Re: Dosent Set player to team color - by Patrick - 23.11.2013, 15:25
Re: Dosent Set player to team color - by DarkLored - 23.11.2013, 15:29
Re: Dosent Set player to team color - by Dragonsaurus - 23.11.2013, 15:29
Re: Dosent Set player to team color - by iBots - 24.11.2013, 11:45
Re: Dosent Set player to team color - by iBots - 24.11.2013, 12:00
Re: Dosent Set player to team color - by Konstantinos - 24.11.2013, 12:07

Forum Jump:


Users browsing this thread: 1 Guest(s)