0.3z anti health hack?
#5

there like have a simple way..
Код:
public OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid, bodypart)
{
	new msg[256],Float:health;
	format(msg,256,"OnPlayerGiveDamage: Playerid:%d Damagedid:%d Amount:%f Weaponid:%d Bodypart:%d",playerid,damagedid,amount,weaponid,bodypart);
    SendClientMessage(playerid,-1,msg);
    GetPlayerHealth(damagedid,health);
    SetPlayerHealth(damagedid,health-amount); //Is this can anti health locking cheat?
    return 1;
}
I tried to test it with my friend then succeed anti-health locking
Reply


Messages In This Thread
0.3z anti health hack? - by newbienoob - 20.01.2014, 04:59
Re: 0.3z anti health hack? - by CuervO - 20.01.2014, 06:11
Re: 0.3z anti health hack? - by Optimus_Sprite - 20.01.2014, 06:22
Re: 0.3z anti health hack? - by CuervO - 20.01.2014, 06:42
Re: 0.3z anti health hack? - by chencong - 20.01.2014, 07:17
Respuesta: 0.3z anti health hack? - by MugiwaraNoLuffy - 20.01.2014, 07:29
Re: 0.3z anti health hack? - by cessil - 20.01.2014, 11:39
Re: 0.3z anti health hack? - by Cypress - 20.01.2014, 13:11
Re: 0.3z anti health hack? - by Riddick94 - 20.01.2014, 13:20
Re: 0.3z anti health hack? - by newbienoob - 20.01.2014, 13:54

Forum Jump:


Users browsing this thread: 3 Guest(s)