18.04.2009, 09:18
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:
Thnx!
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;
}