SA-MP Forums Archive
[Ajuda] Problemas com Crash(hack) - 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] Problemas com Crash(hack) (/showthread.php?tid=575227)



Problemas com Crash(hack) - presidiario - 24.05.2015

Pessoal precisso de uma ajuda urgente alguns babacas estгo entrando no meu servidor e estгo crashando geral e aparece LOADING na tela do GTA e fica tudo doido Alguem sabe oq й?



Re: Problemas com Crash(hack) - Gii - 24.05.2015

Provavelmente Weapon/Bullet Crash.

Pesquise por uma proteзгo para isso que irгo aparecer vбrios resultados, inclusive aqui na board portuguesa.

Beijos!


Re: Problemas com Crash(hack) - JonathanFeitosa - 24.05.2015

PHP код:
// Anti Aim-Crash 0.3.7 - Adicione na Callback OnPlayerWeaponShot
if(hittype 100 && hitid 9000 && fX == 0.0 && fY == 0.0 && fZ == 0.0) {
     
SendClientMessage(playerid, -1"Cheater Detectado: [GDF]Jonathan_Feitosa :p!! Que feio c:");
     
SetPlayerHealth(playerid0);
     return 
false;




Re: Problemas com Crash(hack) - DeadNudock - 25.05.2015

Quote:
Originally Posted by JonathanFeitosa
Посмотреть сообщение
PHP код:
// Callback OnPlayerWeaponShot
if(hittype 100 && hitid 9000 && fX == 0.0 && fY == 0.0 && fZ == 0.0) {
     
SendClientMessage(playerid, -1"Cheater Detectado: [GDF]Jonathan_Feitosa :p!! Que feio c:");
     
SetPlayerHealth(playerid0);
     return 
false;

Nгo entendi muito bem seu codigo, Jonathan, pode me explicar este cуdigo acima alguйm?


Re: Problemas com Crash(hack) - ipsLuan - 25.05.2015

Quote:
Originally Posted by DeadNudock
Посмотреть сообщение
Nгo entendi muito bem seu codigo, Jonathan, pode me explicar este cуdigo acima alguйm?
Ele faz a checagem se o hittype й maior 100 e o hitid й maior 9000.
Nesse tipo de cheater, ocorrem o crash por estб em um valor exagerado (acima do normal).


Re: Problemas com Crash(hack) - DeadNudock - 25.05.2015

hum vlw..

@edit

Pra que
Код:
SetPlayerHealth(playerid, 0);
?


Re: Problemas com Crash(hack) - Wellington1999 - 25.05.2015

Quote:
Originally Posted by DeadNudock
Посмотреть сообщение
hum vlw..

@edit

Pra que
Код:
SetPlayerHealth(playerid, 0);
?
mata o cheater