Anti Fake killing suggestions.
#9

This ?
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
//------------------------------------------------------------------------------
// Anti fake kill
//------------------------------------------------------------------------------
    if(gettime() - GetPVarInt(playerid,"PlayerLastDeath") < 1) return Kick(playerid);

    SetPVarInt(playerid,"PlayerLastDeath",gettime());
    return 1;
}
Reply


Messages In This Thread
Anti Fake killing suggestions. - by VenomMancer - 22.03.2015, 07:56
Respuesta: Anti Fake killing suggestions. - by alexus - 22.03.2015, 13:22
Re: Anti Fake killing suggestions. - by VenomMancer - 22.03.2015, 16:26
Re: Anti Fake killing suggestions. - by mirou123 - 22.03.2015, 16:38
Re: Anti Fake killing suggestions. - by VenomMancer - 23.03.2015, 08:39
Re: Anti Fake killing suggestions. - by mirou123 - 23.03.2015, 10:19
Re: Anti Fake killing suggestions. - by VenomMancer - 28.03.2015, 12:47
Re: Anti Fake killing suggestions. - by Pottus - 28.03.2015, 12:51
Re: Anti Fake killing suggestions. - by VenomMancer - 28.03.2015, 13:00
Re: Anti Fake killing suggestions. - by Jefff - 28.03.2015, 17:26

Forum Jump:


Users browsing this thread: 2 Guest(s)