Anti Fake killing suggestions.
#1

Hello i have made this script for stop Fake killers in my server.
this will works or ?

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
    SPVI(playerid,"Attacker",issuerid);
    return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
    if(GPVI(playerid,"Attacker")!= killerid) return Kick(killerid);
    return 1;
}
Give me suggestion if you have.
#sorryformybadenglish
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: 3 Guest(s)