[SOLVED] "AntiHack Sending Client to admins"
#9

Код:
public AntiHealthHack()

	for(new i; i < MAX_PLAYERS; i++)
	{
	  if(IsPlayerConnected(i) && Spawned[i] == 1)
		{
		  GetPlayerHealth(i, health);
		  if(health > 100)
		  {
  		format(str, sizeof(str), "*ToAdmin: AC reported %s(%d) Reason: Health Hack", reporter,playerid, reportedname, reported, params[strlen(tmp)+1]);
			MessageToAdmins(COLOR_WHITE,str);
  			}
		}
	}
	return 1;
}
Its that?
Reply


Messages In This Thread
[SOLVED] "AntiHack Sending Client to admins" - by The_Tough - 16.06.2009, 13:45
Re: I need a help here - by The_Tough - 16.06.2009, 15:00
Re: [HELP] I really need you here. - by The_Tough - 16.06.2009, 19:01
Re: [HELP] I really need you here. - by Weirdosport - 16.06.2009, 19:03
Re: [HELP] I really need you here. - by The_Tough - 17.06.2009, 16:38
Re: [HELP] I really need you here. - by Luka P. - 17.06.2009, 18:56
Re: [HELP] I really need you here. - by The_Tough - 18.06.2009, 08:57
Re: [HELP] I really need you here. - by Ignas1337 - 18.06.2009, 09:39
Re: [HELP] I really need you here. - by The_Tough - 18.06.2009, 14:52
Re: [HELP] I really need you here. - by The_Tough - 20.06.2009, 07:04

Forum Jump:


Users browsing this thread: 1 Guest(s)