SA-MP Forums Archive
[AJUDA] Anti Health Hack -> GetPlayerHealth - 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] Anti Health Hack -> GetPlayerHealth (/showthread.php?tid=145097)



[AJUDA] Anti Health Hack -> GetPlayerHealth - BurrodaZero - 30.04.2010

Quero Criar um Anti HH

Assim:

Usando:
pawn Код:
new Float:health;
  GetPlayerHealth(playerid,health);
  if (health < 100.0)
  {
 //FUNCAO
  }
Como Criarr?


Re: [AJUDA] Anti Health Hack -> GetPlayerHealth - Ambrуsio - 30.04.2010

http://forum.sa-mp.com/index.php?topic=89627.0

Anti Hacker Completo.


Re: [AJUDA] Anti Health Hack -> GetPlayerHealth - ipsBruno - 02.05.2010

Ambrуsio Ele Quer Fazer o Anti HH
Criar Public Com SetTimers

new Float:health;
GetPlayerHealth(playerid,health);
if (health < 100.0)
{
SetPlayerHealth (playerid, 100) ;//Caso Estiver de God Muda Vida para 100, melhor que Banir
}