14.03.2015, 12:04
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?
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}