Kill list....
#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


Messages In This Thread
Kill list.... - by [CG]Milito - 14.12.2012, 02:48
Re: Kill list.... - by Threshold - 14.12.2012, 02:52
Re: Kill list.... - by [CG]Milito - 14.12.2012, 03:36

Forum Jump:


Users browsing this thread: 1 Guest(s)