Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Description | 內容

Allows players to get themselves unstuck from charger glitches and level clips

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

  • Apply to | 適用於

     L4D1
     L4D2
    
  • Video | 影片展示

  • Image | 圖示
    l4d_unstuck_1

  • Require | 必要安裝

    1. left4dhooks
    2. [INC] Multi Colors
  • ConVar | 指令
    • cfg/sourcemod/l4d_unstuck.cfg
       // If 1, Announces each round start that the !stuck command is available.
       l4d_unstuck_announce "1"
      
       // If 1, Infected player can use !stuck command too.
       l4d_unstuck_infected_enable "1"
      
       // Amount of times the client can use !stuck per round
       l4d_unstuck_teleports "10"
  • Command | 命令
    • Unstuck yourself

       sm_stuck
    • Admin helps player unstick (Adm required: ADMFLAG_GENERIC)

       sm_unstick <name>
  • Translation Support | 支援翻譯

     translations/l4d_unstuck.phrases.txt
    
  • Changelog | 版本日誌
     //CUatTHEFINISH @ 2009
     //Harry @ 2022-2023
    • v1.6 (2023-4-1)

      • Replace Gamedata with left4dhooks
    • v1.5 (2023-3-8)

      • Translation Support
      • Infected can use too
    • v1.4

      • Remake code
      • More Cvars
      • Support L4D1
    • v1.0.6


中文說明

玩家使用命令解除自身卡住的狀態 (譬如卡死在地形或牆壁)

  • 原理

    • 卡住的時候輸入命令,玩家會自動被傳送到附近解除卡住狀態
    • 特感也能使用
  • 功能

    • 可設置每回合可使用命令的次數
    • 可設置特感是否也能使用