Health Hacks detection
#7

Ye i had this problem but i disabled the anticheat at sprunk machines coordiates and used
pawn Код:
public OnPlayerUpdate(playerid)
{
    if( IsPlayerNearSprunkMachine(playerid ) )
    {
           new Float:fHealth;
           GetPlayerHealth(playerid, fHealth);
           if ( fHealth >= 100 )
           {
                 SetPlayerHealth(playerid, 99.0 );
                  return 1;
           }
     }
Reply


Messages In This Thread
Health Hacks detection - by TouR - 19.06.2011, 22:23
Re: Health Hacks detection - by Mauzen - 19.06.2011, 22:39
Re: Health Hacks detection - by linuxthefish - 19.06.2011, 22:41
Re: Health Hacks detection - by Miguel - 19.06.2011, 22:56
Re: Health Hacks detection - by TouR - 20.06.2011, 12:15
Re: Health Hacks detection - by ••• ĤБĶБM ••• - 07.07.2011, 07:38
Re: Health Hacks detection - by TouR - 08.07.2011, 08:17
Re: Health Hacks detection - by Shadoww5 - 08.07.2011, 20:05
Re: Health Hacks detection - by TouR - 09.07.2011, 06:59

Forum Jump:


Users browsing this thread: 2 Guest(s)