SA-MP Forums Archive
[Ajuda] CMD - 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] CMD (/showthread.php?tid=521300)



CMD - Bl4ckN3w - 22.06.2014

Galera ta dando o seguinte erro na hora de compilar alguem ajuda ae. EU to tetando colocar pra bloquear o teleporte quando tiver com life baixo.
Quote:

C:\Users\asus-pc\Desktop\TRABALHO DE MATEMATICA\filterscripts\HeX_Objetos.pwn(18929) : error 017: undefined symbol "LifeBaixo"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

pawn Код:
if(strcmp(cmd, "/cc", true) == 0) {CallRemoteFunction("API_Teleporte","iffffsii",playerid,3138.2334,-1825.3330,13.1311,89.8330,"o CIRCUITO DE CORRIDAS{FF0000} [(--> /CC <--)]",1,0);if(LifeBaixo(playerid)) return SendClientMessage(playerid, COLOUR_ERRO, "{FF0000}[ERRO]:{696969} Vocк nгo pode usar este comando com pouca vida.");return 1;}



Re: CMD - MultiKill - 22.06.2014

Estб faltando a callback/stock LifeBaixo.


Re: CMD - iD4N0N3_.x[X]x - 22.06.2014

Estб aн:

pawn Код:
stock LifeBaixo(playerid)
{
new Float:HP;
GetPlayerHealth(playerid, HP);
if(HP < 50) return 1;
return 0;
}



Re: CMD - TioSlash - 22.06.2014

O prуpio bloody ja tem uma funзгo para bloquear teleportes com life baixo,nгo precisa disso ai -q