Hi, i tried to get the Weapon Displayname after i killed someone on the onplayerdie method but i cant seem to find it.
The closest i got was this with the result of "m249.entity[155174]" . But i wanted the output M249
private void OnPlayerDie(BasePlayer victim, HitInfo info)
{
info.Weapon.ToString(); // m249.entity[155174]
}