Anti Health Hack
#1

Hey everyone, so i was thinking, is this possible to make it

1. admin takes away health from a player
2. player is using health hack - his health comes right back to a 100
3. create a timer and see if players health comes back faster then for example 2 seconds.

Would this be possible to create? Also if i am wrong and sound stupid with my health hack theory, sorry i haven't used hacks so i am not sure how they work. Here is a piece of code, if anyone have any idea please help.

Код:
CMD:hh(playerid, params[])
{
	if(PVar[playerid][pLevel] >= 1)
	{
		if(isnull(params)) return SendClientMessage(playerid, COLOR_RED, "(Usage) /hh (ID)");
		if(!IsPlayerConnected(strval(params))) return SendClientMessage(playerid, COLOR_RED, "(Server) Player is not on server.");
		return SetPlayerHealth(strval(params), 70.0);
	}
	else return SendClientMessage(playerid, COLOR_RED, "(Server) You are not an administrator.");
}
Reply


Messages In This Thread
Anti Health Hack - by Rocketeer - 31.07.2011, 19:16
Re: Anti Health Hack - by wups - 31.07.2011, 19:17
Re: Anti Health Hack - by Kingunit - 31.07.2011, 19:18
Re: Anti Health Hack - by Rocketeer - 31.07.2011, 19:21
Re: Anti Health Hack - by LetsOWN[PL] - 31.07.2011, 19:37
Re: Anti Health Hack - by Kingunit - 31.07.2011, 19:40
Re: Anti Health Hack - by Rocketeer - 31.07.2011, 19:44
Re: Anti Health Hack - by Famalamalam - 31.07.2011, 19:47
Re: Anti Health Hack - by Rocketeer - 31.07.2011, 19:50
Re: Anti Health Hack - by LetsOWN[PL] - 31.07.2011, 19:55
Re: Anti Health Hack - by Rocketeer - 31.07.2011, 20:08
Re: Anti Health Hack - by Kingunit - 31.07.2011, 20:10
Re: Anti Health Hack - by Rocketeer - 31.07.2011, 20:12
Re: Anti Health Hack - by LetsOWN[PL] - 31.07.2011, 20:14
Re: Anti Health Hack - by Rocketeer - 31.07.2011, 20:19
Re: Anti Health Hack - by Kingunit - 31.07.2011, 20:19
Re: Anti Health Hack - by LetsOWN[PL] - 31.07.2011, 20:24
Re: Anti Health Hack - by Rocketeer - 31.07.2011, 20:30
Re: Anti Health Hack - by LetsOWN[PL] - 31.07.2011, 20:36
Re: Anti Health Hack - by Kingunit - 31.07.2011, 20:49
Re: Anti Health Hack - by LetsOWN[PL] - 31.07.2011, 20:51
Re: Anti Health Hack - by Kingunit - 01.08.2011, 01:30
Re: Anti Health Hack - by Rocketeer - 01.08.2011, 02:48

Forum Jump:


Users browsing this thread: 3 Guest(s)