Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Description | 內容

Restore Health when survival begins.

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

  • Apply to | 適用於

     L4D1 Survival
     L4D2 Survival
    
  • Image | 圖示

    • display message when survival begins (計時開始時提示訊息)
      survival_hp_1
  • Require | 必要安裝

    1. left4dhooks
    2. [INC] Multi Colors
  • ConVar | 指令
    • cfg/sourcemod/survival_hp.cfg
       // 0=Plugin off, 1=Plugin on.
       survival_hp_enable "1"
      
       // If 1, survivors won't take any damage before game starts
       survival_hp_god_before_game "1"
  • Changelog | 版本日誌
    • v1.1 (2023-3-13)

      • Survivors won't take any damage before game starts
    • v1.0

      • Initial Release

中文說明

生存模式計時開始時候,恢復所有倖存者血量

  • 原理

    • 確保倖存者能完整血量遊玩生存關卡
    • 生存模式計時之前,倖存者不會受到任何傷害 (依然會掛邊、墬樓死亡)
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/survival_hp.cfg
       // 0=關閉插件, 1=啟動插件
       survival_hp_enable "1"
      
       // 為1時,生存模式計時開始之前,人類不會受到任何傷害
       survival_hp_god_before_game "1"