Help health anticheat not ban
#5

Quote:
Originally Posted by bondowocopz
Посмотреть сообщение
Код:
SetTimer("USACHealthCheckBan", 500, true);
There's no parameter on USACHealthCheckBan function.

Replace your USACHealthCheckBan() function with this, hope it worked.
Код:
forward USACHealthCheckBan();
public USACHealthCheckBan()
{
        new Float:USACPlayerHealth;
	for(new i = 0; i <= GetPlayerPoolSize(); i++)
	{
		GetPlayerHealth(i, USACPlayerHealth);
		if(USACPlayerHealth >= 100)
		{
		   Ban(i);
		}
	}
	return 1;
}
not work
Reply


Messages In This Thread
Help health anticheat not ban - by UltraScripter - 19.06.2015, 20:07
Re: Help health anticheat not ban - by kalanerik99 - 19.06.2015, 20:20
Re: Help health anticheat not ban - by Evocator - 19.06.2015, 20:54
Re: Help health anticheat not ban - by X337 - 20.06.2015, 03:58
Re: Help health anticheat not ban - by UltraScripter - 20.06.2015, 11:29

Forum Jump:


Users browsing this thread: 2 Guest(s)