Fake Kill
#3

Код:
    if(killerid != INVALID_PLAYER_ID && playerid == killerid)
	{
		return Kick(playerid);
	}
	
    if(GetPVarInt(playerid, "last_died_at") > GetTickCount())
	{
		Kick(playerid);
		return 1;
	}
	SetPVarInt(playerid, "last_died_at", GetTickCount()+500);
Reply


Messages In This Thread
Fake Kill - by Hunud - 17.07.2017, 10:16
Re: Fake Kill - by Arbico - 17.07.2017, 14:01
Re: Fake Kill - by Freedom. - 17.07.2017, 14:17
Re: Fake Kill - by Arbico - 17.07.2017, 14:20
Re: Fake Kill - by FailerZ - 17.07.2017, 14:25
Re: Fake Kill - by Freedom. - 17.07.2017, 14:26
Re: Fake Kill - by Hunud - 17.07.2017, 14:32
Re: Fake Kill - by Abagail - 17.07.2017, 15:32
Re: Fake Kill - by Konstantinos - 17.07.2017, 21:53
Re: Fake Kill - by Paulice - 17.07.2017, 22:29

Forum Jump:


Users browsing this thread: 1 Guest(s)