Author Topic: Kill Feed  (Read 606 times)

So, for my minigame i want to add a kill feed, i have the onminigamedeath-minigame-upperright-?
what do i need to put the the variable so the name pops up for the assailant and the victim. ike this
(assailant)Killed(victim)

any ideas

First you should use onMinigameKill as the onDeath one doesn't carry the killers-id because players can die from fall damage or other non-player causes.

For the rest I am not entirely sure.
It could be something as simple as %1
Although it is more likely you need an addon custom made.
Maybe ask around if you can't do it yourself.

Or wait on someone with more knowledge of current addon-advances.

First you should use onMinigameKill as the onDeath one doesn't carry the killers-id because players can die from fall damage or other non-player causes.

For the rest I am not entirely sure.
It could be something as simple as %1
Although it is more likely you need an addon custom made.
Maybe ask around if you can't do it yourself.

Or wait on someone with more knowledge of current addon-advances.
Alright Thanks.