Again I need help.
#5

the problem is the function SetPlayerToTeamColor, you added a parameter and didn't used it:
pawn Код:
SetPlayerToTeamColor(playerid) //Line 828
{
   new gTeam[MAX_PLAYERS];
   if(gTeam[playerid] == TEAM_ROBBERS)
   {
      SetPlayerColor(playerid,WHITE);
   }
   else if(gTeam[playerid] == TEAM_COPS)
   {
      SetPlayerColor(playerid,BLUE);
   }
}
Reply


Messages In This Thread
Again I need help. - by Cjgogo - 25.04.2011, 16:35
Re: Again I need help. - by aircombat - 25.04.2011, 16:52
Re: Again I need help. - by xir - 25.04.2011, 16:56
Re: Again I need help. - by Cjgogo - 26.04.2011, 05:53
Re: Again I need help. - by xDeadlyBoy - 26.04.2011, 07:22

Forum Jump:


Users browsing this thread: 1 Guest(s)