Killfeed through RCON

17 votes

We need the Killfeed to be available through the RCON...
I've built an anti-TK system (with RCON) but to be more efficient (and for better statistics too), it would be nice to have the RCON command "killfeed", and get the 10 last killfeed events.
The meta-Json could be like :
{
Killfeed: [
<killfeedUniqueId>: {
Killer: <userId>,
Killed: <userId>,
Weapon: <weaponName>,
Headshot: <boolean>,
<<Any other usefull information ??>>
}
]
}
Thank you.

Under consideration Suggested by: Spiikesan Upvoted: 02 Feb Comments: 2

Comments: 2