Closed Glitch31415 closed 1 month ago
that's for players only. It might be possible to quickly replace a player name for a kill then switch it back.
add mp_killfeed 2
to the server.cfg to show npc kills in addition to player kills. This works only if at least 2 players are in the server.
would bots count as players in this case?
yeah that should work
alright, i'm waiting for your rcbot build to work before i add bots anyway, and also the server is down rn because i deleted my patched binary AND the files for it so i have to remake it all lol
@wootguy does this show npcs killing other npcs as well? i have yet to test with a server with another person in it
it will now if you set mp_killfeed 3
mp_killfeed values: 0 = off 1 = players killing players + npcs killing players 2 = players killing players + npcs killing players + players killing npcs 3 = players killing players + npcs killing players + players killing npcs + npcs killing npcs
we talked about this in game, but how would I allow assists to show on players as well? my server is configured so players die about as fast as npcs so it would be fairly useful in my case
I won't walk you through it but updating the LogPlayerDamage
function to work with all NPCs would be my first step (relevant commit)
is it a player-only thing? i couldn't find any plugins for it on any goldsrc game