Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Description | 內容

Block some useless game message

Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人

  • Apply to | 適用於

     L4D1
     L4D2
    
  • Image | 圖示
    l4d_block_msg_print_1

  • How does it work?
    • Block the following game message
      • Chatbox: XXX is now idle.
      • Chatbox: Player XXX left the game
      • Chatbox: * XXX changed name to XXX
  • Require | 必要安裝
    None

  • ConVar | 指令
    • cfg/sourcemod/l4d_block_msg_print.cfg
       // 0=Plugin off, 1=Plugin on.
       l4d_block_msg_print_enable "1"
      
       // Block msg, 1=is now idle, 2=left the game, 4=changed name to, add numbers together
       l4d_block_msg_print_flag "7"
  • Changelog | 版本日誌
    • v1.1 (2024-11-23)

      • Block msg: * XXX changed name to XXX
    • v1.0 (2024-5-15)

      • Initial Release

中文說明

屏蔽移除遊戲自帶的提示

  • 原理

    • 移除以下提示
      1. 聊天框: 玩家 XXX 離開遊戲
      2. 聊天框: XXX 閒置中。
      3. 聊天框: XXX 已改名為 XXX。
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d_block_msg_print.cfg
       // 0=關閉插件, 1=啟動插件
       l4d_block_msg_print_enable "1"
      
       // 阻擋訊息, 1=閒置中, 2=離開遊戲, 4=改名
       l4d_block_msg_print_flag "7"