How to make anti fake kill?
#3

Try This

Код:
public OnPlayerDeath(playerid,killerid,reason)
{
	if(gettime() - GetPVarInt(playerid,"PlayerLastDeath") < 1) Kick(playerid);
	SetPVarInt(playerid,"PlayerLastDeath",gettime());
	return 1;
}
Reply


Messages In This Thread
How to make anti fake kill? - by VenomMancer - 09.06.2015, 14:38
Re: How to make anti fake kill? - by JaydenJason - 09.06.2015, 15:05
Re: How to make anti fake kill? - by Devon007 - 09.06.2015, 15:17
Re: How to make anti fake kill? - by VenomMancer - 09.06.2015, 15:43
Re: How to make anti fake kill? - by VenomMancer - 10.06.2015, 07:46
Re: How to make anti fake kill? - by SickAttack - 10.06.2015, 07:56
Re: How to make anti fake kill? - by Vince - 10.06.2015, 09:32

Forum Jump:


Users browsing this thread: 2 Guest(s)