Kill list....
#1

Hai there!

How can i add the kill list that shows who killed you, who killed him, who killed me, and so on

Thanks in advance!
Reply
#2

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    if(killerid != INVALID_PLAYER_ID && killerid != playerid)
    {
        SendDeathMessage(killerid, playerid, reason);
    }
    else SendDeathMessage(INVALID_PLAYER_ID, playerid, reason);
    return 1;
}
The function SendDeathMessage is used to display these kinds of icons.
Reply
#3

Thanks!
+rep
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)