Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.md

Description | 內容

Allows admins to force the game to pause, only adm can unpause the game.

  • Apply to | 適用於

     L4D1
     L4D2
    
  • Image | 圖示

    • Admin can type !forcepause to force-pause the game (管理員強制暫停遊戲)
      l4d2pause_1
      l4d2pause_2
  • Require | 必要安裝

    1. [INC] Multi Colors
  • ConVar | 指令
    • cfg/sourcemod/l4d2pause.cfg
       // Only allow the game to be paused by the forcepause command(Admin only).
       l4d2pause_forceonly "1"
  • Command | 命令
    • Adm forces the game to pause/unpause (Adm required: ADMFLAG_ROOT)
       sm_forcepause
  • Changelog | 版本日誌
    • v1.7 (2025-9-11)

      • Restore default chat behavior while paused
      • Credit: A1mDev
    • v1.6 (2024-8-16)

      • Support server console
    • v1.5 (2023-5-22)

      • The game would be unpaused if admin disconnects.
    • v1.4 (2023-3-14)

      • Optimize code
    • v1.3

      • Remake code
      • Only Adm can pause and unpause the gmae
      • Chat Color during pause
      • Fixed compatibility with plugin "lfd_noTeamSay" v2.2+ by HarryPotter
    • v0.2.1


中文說明

管理員可以強制暫停遊戲,也只有管理員能解除暫停

  • 原理
    • 管理員輸入 !forcepause 強制暫停遊戲
    • 管理員輸入 !forcepause 解除暫停
    • 當發動暫停的管理員離開伺服器時,遊戲會自動解除暫停