Wtf is this ?
#8

Код:
SetPlayerToTeamColor(playerid)
{
  if (gTeam[playerid] == TEAM_COP)
  {
   SetPlayerColor(playerid, TEAM_COP_COLOR);
  }
  else if (gTeam[playerid] == TEAM_MEDIC)
  {
   SetPlayerColor(playerid, TEAM_MEDIC_COLOR);
  }
  else if (gTeam[playerid] == TEAM_MEDIC)
  {
   SetPlayerColor(playerid, TEAM_MEDIC_COLOR);
  }
  else if (gTeam[playerid] == TEAM_AIRFORCE)
  {
   SetPlayerColor(playerid, TEAM_AIRFORCE_COLOR);
  }
  else if (gTeam[playerid] == TEAM_TAXI)
  {
   SetPlayerColor(playerid, TEAM_TAXI_COLOR);
}
make that like this:

pawn Код:
SetPlayerToTeamColor(playerid)
{
  if (gTeam[playerid] == TEAM_COP)
  {
   SetPlayerColor(playerid, TEAM_COP_COLOR);
  }
  else if (gTeam[playerid] == TEAM_MEDIC)
  {
   SetPlayerColor(playerid, TEAM_MEDIC_COLOR);
  }
  else if (gTeam[playerid] == TEAM_MEDIC)
  {
   SetPlayerColor(playerid, TEAM_MEDIC_COLOR);
  }
  else if (gTeam[playerid] == TEAM_AIRFORCE)
  {
   SetPlayerColor(playerid, TEAM_AIRFORCE_COLOR);
  }
  else if (gTeam[playerid] == TEAM_TAXI)
  {
   SetPlayerColor(playerid, TEAM_TAXI_COLOR);
  }
}
Reply


Messages In This Thread
Wtf is this ? - by Geekzor - 10.06.2009, 21:57
Re: Wtf is this ? - by Correlli - 10.06.2009, 21:59
Re: Wtf is this ? - by gpclan - 10.06.2009, 22:41
Re: Wtf is this ? - by MrPanz - 10.06.2009, 22:43
Re: Wtf is this ? - by efeX - 10.06.2009, 22:52
Re: Wtf is this ? - by Joe Staff - 11.06.2009, 00:04
Re: Wtf is this ? - by Geekzor - 11.06.2009, 12:40
Re: Wtf is this ? - by Think - 11.06.2009, 12:57
Re: Wtf is this ? - by Geekzor - 11.06.2009, 13:10
Re: Wtf is this ? - by Correlli - 11.06.2009, 15:56

Forum Jump:


Users browsing this thread: 2 Guest(s)