for some reason this doesn't works
function On_PlayerKilled(DeathEvent) {
var attacker = DeathEvent.Attacker.Name;
var victim = DeathEvent.Victim.Name;
var weapon = DeathEvent.WeaponName;
PlayerTo.NoticeFrom("☠", "you killed " + victim)
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.