Mirv cstrike deathmsg
From HLAEwiki
This command allows blocking , faking and showing more frags / DeathMsgs in the HUD in cstrike.
Contents |
mirv_cstrike_deathmsg block
This command allows to block all or certain death notices from the game.
Adding new block:
mirv_cstrike_deathmsg block <attackerId> <victimId>
Where <attackerId> and <victimId> can be each either a player id (see mirv_listplayers) or * which means to match any id.
Listing current blocks:
mirv_cstrike_deathmsg block list
Clearing all blocks:
mirv_cstrike_deathmsg block clear
Examples
Block all frags:
mirv_cstrike_deathmsg block * *
Release block again:
mirv_cstrike_deathmsg clear
Block all kills by player 2:
mirv_cstrike_deathmsg block 2 *
Block player 2 getting killed:
mirv_cstrike_deathmsg block * 2
mirv_cstrike_deathmsg fake
mirv_cstrike_deathmsg fake <attackerId> <victimId> <0|1> <weaponString>
<attackerId> and <victimId> has to be a player Id or -1.
<weaponString> can be i.e. one of the strings headed with d_ in sprites/hud.txt (i.e. "ak47" or "deagle" or "knife"), you may as well try other strings etc. for fun.
Do not report bugs for this command, it's there for fun, use it or loose it, thanks.
mirv_cstrike_deathmsg max
Show up to 10 frags in the HUD:
mirv_cstrike_deathmsg max 10
(You can set more than 10 if you want.)
