AC timer
#4

Quote:
Originally Posted by Zimon95
Код:
public HH(playerid)
{
    new Float:health;
    GetPlayerHealth(playerid,health);
	if(health > 2) //line 374
	{
		SetPlayerHealth(playerid, health-1); //line 376
		if(health == 100) //line 377
		{ //line 378
		  SendClientMessage(playerid, COLOUR_RED,"Anticheat: You have been banned for Health hacks!");
		  Ban(playerid);
		  return 1; //line 381
		}
		SetPlayerHealth(playerid,health+1); //line 382
		return 1;
	}
	return 1;
}
Thank you!
Reply


Messages In This Thread
AC timer - by Naxix - 09.03.2010, 13:09
Re: AC timer - by Zimon95 - 09.03.2010, 13:13
Re: AC timer - by [MWR]Blood - 09.03.2010, 13:14
Re: AC timer - by Naxix - 09.03.2010, 13:16
Re: AC timer - by Zimon95 - 09.03.2010, 13:18

Forum Jump:


Users browsing this thread: 3 Guest(s)