Kill log
#1

Hello how can I make a kill log that shows the player who died by who he died and how he died in the chat?
Reply
#2

I know it has to go in OnPlayerDeath but I have no clue how to do it.
Reply
#3

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)