[Ajuda]Error ' - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda]Error ' (
/showthread.php?tid=263787)
[Ajuda]Error ' -
randyrko - 23.06.2011
Tipo eu pus o comando /homembomba so que agora ta dando esse error e uma warning ai:
pawn Код:
C:\Users\User\Desktop\BFL1\gamemodes\BFL1.pwn(24629) : error 001: expected token: ")", but found "-identifier-"
C:\Users\User\Desktop\BFL1\gamemodes\BFL1.pwn(24634) : warning 225: unreachable code
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Linhas:
pawn Код:
SetPlayerHealth(playerid, 0.3); // Matar Jogador
GivePlayerGP(playerid, 1000)
Ja procurei no search mas nao achei igual meu erro se pode ajudar ae :]
Re: [Ajuda]Error ' -
Shadoww5 - 23.06.2011
Tem certeza que sгo essas linhas ?
Se for, na segunda falta um ponto-e-virgula no final.
Re: [Ajuda]Error ' -
randyrko - 23.06.2011
Sim sгo essas duas linhas pus ; e nao deu continua dando os errors ¬¬ vo postar o comando :
pawn Код:
if (strcmp("/homembomba", cmdtext, true, 10) == 0)
{
new Float:X, Float:Y, Float:Z; // Variбveis das Coordenadas
if(PlayerInfo[playerid][pMember] != 22 || PlayerInfo[playerid][pMember] !=22
SetPlayerHealth(playerid, 0.3); // Matar Jogador
{
SendClientMessage(playerid, COLOR_GRAD1, " Vocк nгo й um terrorista !");
return 1;
}
GivePlayerGP(playerid, 1000);
SendClientMessage(playerid,COLOR_YELLOW,"Vocк armou a bomba!e ganhou R$1000");
WantedPoints[playerid] += 1;
GetPlayerPos(playerid, X, Y, Z); // Pegar Coordenadas
SetPlayerCriminal(playerid,255,"Atentado terrorista");
CreateExplosion( X, Y, Z, 9, 25.0); // Criar Explosгo
return 1;
}
Re: [Ajuda]Error ' -
mengueh - 23.06.2011
if(PlayerInfo[playerid][pMember] != 22 || PlayerInfo[playerid][pMember] !=22 ) // esqueceu de fechar o parenteses.
Re: [Ajuda]Error ' -
randyrko - 23.06.2011
Valeu ai man agora deu '-'