22.06.2014, 15:53
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;}