Skip to content

Latest commit

 

History

History

chat_responses

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Description | 內容

Displays chat advertisements when specified text is said in player chat.

  • Video | 影片展示
    None

  • Image | 圖示
    chat_responses_1

  • Require | 必要安裝

    1. [INC] Multi Colors
  • ConVar | 指令

    None

  • Command | 命令

    None

  • Data Config
    • configs/chat_responses.cfg
       "ChatResponses"
       {
           "OP" // specified text is said in player chat.
           {
               // Displays message
               "text"		"{olive}Server OP is Harry"
           }
       }
  • Apply to | 適用於

    L4D1
    L4D2
    
  • Similar Plugin | 相似插件
    1. server_vpn_hop: Type Command to show Server/Vpn List

      輸入指令顯示 Server/Vpn 列表

  • Changelog | 版本日誌
    • v1.1 (2023-12-21)
      • Optimize code and improve performance

中文說明

玩家在聊天框輸入特地文字,伺服器會顯示廣告或提示

  • 原理

    • 輸入特定文字,聊天框反饋提示給你
  • 文件設定範例
    • configs/chat_responses.cfg
       "ChatResponses"
       {
           "OP" // 玩家在聊天框輸入特地文字
           {
               // 伺服器會顯示訊息
               "text"		"{olive}Server OP is Harry"
           }
       }