Need Help with Anti Cheats
#5

Yeah Thank But what about the Anti Health hack?
Код:
stock SetPlayerHealthEx(playerid, Float:Health)
{
	 HealthAllowed[playerid] = true;
     SetPlayerHealth(playerid, Health);
}


save under 1 sec Timer 
 				new Float:health;
        	    GetPlayerHealth(i, health);
            	if (health >= 100  && HealthAllowed[i] == false)
            	{
					BanMessages(i, "Health Hack");
				}
I want to ask is it give problem when he die and auto get Health too fast from OnPLayerSPawn fast rather than getting it from SetPlayerHealthEx ?.
Reply


Messages In This Thread
Need Help with Anti Cheats - by MBilal - 25.07.2015, 10:25
Re: Need Help with Anti Cheats - by M4D - 25.07.2015, 10:48
Re: Need Help with Anti Cheats - by MBilal - 25.07.2015, 10:52
Re: Need Help with Anti Cheats - by xVIP3Rx - 25.07.2015, 11:03
Re: Need Help with Anti Cheats - by MBilal - 25.07.2015, 11:34
Re: Need Help with Anti Cheats - by M4D - 25.07.2015, 11:48
Re: Need Help with Anti Cheats - by MBilal - 25.07.2015, 12:23
Re: Need Help with Anti Cheats - by M4D - 25.07.2015, 12:36
Re: Need Help with Anti Cheats - by xVIP3Rx - 25.07.2015, 13:31
Re: Need Help with Anti Cheats - by MBilal - 25.07.2015, 13:42

Forum Jump:


Users browsing this thread: 3 Guest(s)