Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.md

Description | 內容

Create a survivor bot in game + Teleport player

  • Apply to | 適用於

     L4D1
     L4D2
    
  • Image

    • teleport menu
      l4d_wind_1
  • Require | 必要安裝

    1. l4d_CreateSurvivorBot
  • ConVar | 指令
    • cfg/sourcemod/l4d_wind.cfg
       // If 1, Adm can use command to add a survivor bot
       l4d_wind_add_bot_enable "1"
      
       // Add 'Teleport player' item in admin menu under 'Player commands' category? (0 - No, 1 - Yes)
       l4d_wind_teleport_adminmenu "1"
      
       // If 1, Adm can teleport special infected
       l4d_wind_teleport_infected_enable "1"
  • Command | 命令
    • Add a survivor bot (Adm required: ADMFLAG_BAN)

       sm_addbot
       sm_createbot
    • Open 'Teleport player' menu (Adm required: ADMFLAG_BAN)

       sm_teleport
       sm_tp
  • Translation Support | 支援翻譯

     translations/l4d_wind.phrases.txt
    
  • Similar Plugin | 相似插件
    1. l4d_teleport_call: Teleport Call Menu

      呼叫傳送功能選單,能傳送玩家到起點、終點、救援區域

  • Changelog | 版本日誌
    • v1.8 (2025-11-8)

      • Require l4d_CreateSurvivorBot
    • v1.7 (2024-5-31)

      • Respawn bot if bot was added as dead state
    • v1.6 (2022-11-23)

      • Initial Release

中文說明

新增Bot + 傳送玩家到其他位置上

  • 圖示

    • 傳送玩家選單
      zho/l4d_wind_1
  • 原理

    • 管理員輸入!teleport 可以傳送指定玩家到準心上或是其他玩家身上
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d_wind.cfg
       // 為1時,管理員可以輸入!addbot 增加bot數量
       l4d_wind_add_bot_enable "1"
      
       // 為1時,加入到管理員選單下,輸入!admin->玩家指令->傳送玩家
       l4d_wind_teleport_adminmenu "1"
      
       // 為1時,管理員可以傳送特感
       l4d_wind_teleport_infected_enable "1"
  • 命令中文介紹 (點我展開)
    • 增加一個bot (權限: ADMFLAG_BAN)

       sm_addbot
       sm_createbot
    • 打開"傳送玩家選單" (權限: ADMFLAG_BAN)

       sm_teleport
       sm_tp