admin kills in killist
#1

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!
Reply
#2

killlist is SendDeathMessage, or somethin else?
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)