23.06.2011, 13:28
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;
}