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



ANTI Hacker LIFE - luccagomes15 - 18.02.2015

Alguem me ajuda a terminar meu anti life hacker?

Код:
new bool:setouvida[MAX_PLAYERS]; // anti weapon hack 1

// aqui no onplayerupdate
if(QUALCEHCAGEMCOLOCAR? > 0 && setouvida[playerid] == false)
{
	// aqui eu vou colocar sei lб, setar vida a 1 e mandar msg pro player parar de xitar
}

// aqui a funзгo
stock SetPlayerHealthEx(playerid, valor1, valor2)
{
    setouvida[playerid] = true;
    SetPlayerHealth(playerid, valor1, valor2);
    return 1;
}


Dps substituindo todas as funзхes de SetPlayerHealth pra SetPlayerHealthEx
Ta certo ? Vai funcionar? Sabe o que eu devo fazer pra finalizar ele?


Re: ANTI Hacker LIFE - Gii - 18.02.2015

http://forum.sa-mp.com/showpost.php?...postcount=2978

Estude este cуdigo do JFS.

#edit

Ou este do Willian_Luigi

https://sampforum.blast.hk/showthread.php?tid=464204


Beijos!