Bodypart not showing in messages
Hello, my question is simple, inside the file I see that it should show the part of the body where a person is shot, but this does not come out ... should I modify something? Thank you!

Just add {bodypart} to any line you see fit.

Like so

      {
        "KillerType": "Player",
        "VictimType": "Player",
        "DamageType": "Bullet",
        "Messages": [
          "{killer} shot {victim} in the {bodypart} using a {weapon} over {distance}"
        ]
      },
Thank you! And formerly I remember that when someone was killed, the weapons accessories also came out, can this be put on yet?
In response to SpyTeV ():
Thank you! And formerly I remember that when someone was killed, the weapons accessories also came o...
"{killer} shot {victim} in the {bodypart} using their {weapon}{attachments} over a distance of {distance}."
]
Thank you!