From 1589c1cb05e49b77516949754eb62e30cce2194a Mon Sep 17 00:00:00 2001 From: Purp1e <438518244@qq.com> Date: Wed, 3 Jan 2024 17:54:38 +0800 Subject: [PATCH] fix: missing end tag for --- docs/commands/AfxHookSource/mirv_deathmsg.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/commands/AfxHookSource/mirv_deathmsg.md b/docs/commands/AfxHookSource/mirv_deathmsg.md index 0d49e86..db4a15b 100644 --- a/docs/commands/AfxHookSource/mirv_deathmsg.md +++ b/docs/commands/AfxHookSource/mirv_deathmsg.md @@ -47,18 +47,17 @@ bind "h" "localplayer" ## The display time of death notifications `mirv_deathmsg lifetime` // allows to set the display time of normal death notices in seconds. To clear notices set `mirv_deathmsg lifeTime default` (or even 0) and rewind back to e.g. the round start. - `mirv_deathmsg lifetimeMod` // a multiplier in seconds for the localPlayer (red border), so the display time of those notices is lifetime * lifetimeMod ## How to block everything except a specific player: -1) `mirv_listentities isPlayer=1` // note down the XUID (replace below with it) +1) `mirv_listentities isPlayer=1` // note down the XUID (replace \ below with it) 2) `mirv_deathmsg filter clear` 3) `mirv_deathmsg filter add attackerMatch=!x victimMatch=!x block=1 lastRule=1` ## How to highlight (red border) a specific player: -1) `mirv_listentities isPlayer=1` // note down the XUID (replace below with it) +1) `mirv_listentities isPlayer=1` // note down the XUID (replace \ below with it) 2) `mirv_deathmsg localPlayer x` ## Block everything except specific multiple players: