confused
#3

i get this now

Код:
C:\Users\alex\Desktop\Streets of los santos\gamemode\Untitled.pwn(80) : error 001: expected token: ";", but found "-identifier-"
C:\Users\alex\Desktop\Streets of los santos\gamemode\Untitled.pwn(80) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Код:
public OnPlayerSpawn(playerid)
{
new classid
  SetPlayerToTeamColor(playerid);
  if (classid == 0) {
    gTeam[playerid] = TEAM_GROVE;
  }
  else {
    gTeam[playerid] = TEAM_BALLA;
  }
  if (gTeam[playerid] == TEAM_GROVE) {
    SetPlayerColor(playerid, TEAM_GROVE_COLOR);
  }
  else if (gTeam[playerid] == TEAM_BALLA) {
    SetPlayerColor(playerid, TEAM_BALLA_COLOR);
  }
  return 1;
}
Reply


Messages In This Thread
confused - by 02manchestera - 09.04.2010, 20:22
Re: confused - by pmk1 - 09.04.2010, 20:25
Re: confused - by 02manchestera - 09.04.2010, 20:31
Re: confused - by pmk1 - 09.04.2010, 20:34
Re: confused - by wafffllesss - 09.04.2010, 20:34
Re: confused - by 02manchestera - 09.04.2010, 20:34

Forum Jump:


Users browsing this thread: 1 Guest(s)