12.08.2010, 13:02
(
Последний раз редактировалось Falcon.; 12.08.2010 в 13:28.
)
Resultado =
Linha
Minha public inteira esta assim
rsrssrsr...RaceCheckpoint nгo й a mina maior habilidade em pawno
pawn Код:
C:\Documents and Settings\Jonathan\Desktop\VirtuaLife.pwn(1010) : error 001: expected token: ":", but found ";"
C:\Documents and Settings\Jonathan\Desktop\VirtuaLife.pwn(1010) : error 036: empty statement
C:\Documents and Settings\Jonathan\Desktop\VirtuaLife.pwn(1014) : error 017: undefined symbol "Check"
C:\Documents and Settings\Jonathan\Desktop\VirtuaLife.pwn(1014) : warning 215: expression has no effect
C:\Documents and Settings\Jonathan\Desktop\VirtuaLife.pwn(1014) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Jonathan\Desktop\VirtuaLife.pwn(1014) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Jonathan\Desktop\VirtuaLife.pwn(1014) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
pawn Код:
1010: case 1;
1014: SetPlayerRaceCheckpoint(playerid,1,Check[1][1], Check[1][2], Check[1][3], Checkpoints[2][1], Check[2][2], Check[2][3], 10);//Mostra Check
pawn Код:
public OnPlayerEnterRaceCheckpoint(playerid)
{
ValorCheck[playerid]++;
switch(ValorCheck[playerid])
{
case 1;
{
DisablePlayerRaceCheckpoint(playerid);//Desabilita Check
SendClientMessage(playerid,COR_LARANJA,"Espera Concluida, Siga para o proximo ponto");
SetPlayerRaceCheckpoint(playerid,1,Check[1][1], Check[1][2], Check[1][3], Checkpoints[2][1], Check[2][2], Check[2][3], 10);//Mostra Check
return 1;
}
case 2;
{
DisablePlayerRaceCheckpoint(playerid);
SendClientMessage(playerid,0xDEEE20FF, "Vocк Venceu a Corrida");
ValorCheck[playerid] = 0;//Reseta Variбvel para nova corrida
return 1;
}
}
return 1;
}