SA-MP Forums Archive
admin kills in killist - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: admin kills in killist (/showthread.php?tid=73832)



admin kills in killist - Robbin237 - 18.04.2009

Ive tested if it retrieves the rank, it does. But it still displays the kill in the killist if an admin kills someone.

Can somebody help me?

Code:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    if(_LOGIN_Rank[killerid] > 1) return 0;
   
    PlayerSkin[playerid] = 0;
    PlayerWoozie[playerid] = 0;
    PlayerHelper[playerid] = 0;
    return 1;
}
Thnx!


Re: admin kills in killist - Rks25 - 18.04.2009

killlist is SendDeathMessage, or somethin else?


Re: admin kills in killist - Robbin237 - 18.04.2009

Dont have any in my script, can somebody help me correct the OnPlayerDeath or has a idea?