Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Description | 內容

Teleport Call Menu, adm can teleport players to start area, end checkpoint, final rescue vehicle zone, or to admin self

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

  • Apply to | 適用於

     L4D1
     L4D2
    
  • Video | 影片展示

  • Image
    l4d_teleport_call_1

  • How does it work?
    • Admin types !admin->Player Commands->Teleport Menu (!call) to open menu
    • Admin types !call to open menu
    • Teleport players to
      • Start area
      • End checkpoint
      • Final rescue vehicle zone
      • Admin self position
  • Require | 必要安裝

    1. left4dhooks
    2. [INC] Multi Colors
  • ConVar | 指令
    • cfg/sourcemod/l4d_teleport_call.cfg
       // 0=Plugin off, 1=Plugin on.
       l4d_teleport_call_enable "1"
      
       // Changes how message displays. (0: Disable, 1:In chat, 2: In Hint Box, 3: In center text)
       l4d_teleport_call_announce_type "1"
      
       // If 1, Add 'Teleport Menu' item in admin menu under 'Player commands' category (Need ADMFLAG_ROOT flag)
       l4d_teleport_call_adminmenu "1"
  • Command | 命令
    • Teleport Call Menu (Adm required: ADMFLAG_ROOT)
       sm_call
  • Translation Support | 支援翻譯

     translations/l4d_teleport_call.phrases.txt
    
  • Similar Plugin | 相似插件
    1. l4d_wind: Create a survivor bot in game + Teleport player

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

  • Changelog | 版本日誌
    • v1.3h (2024-8-4)

      • Upate cvars
      • Add 'Teleport Menu' item in admin menu under 'Player commands' category (Need ADMFLAG_ROOT flag)
    • v1.2h (2023-12-12)

      • Update translation
      • Add new item in menu
      • Teleport player to final rescue vehicle only after vehicle is ready
    • v1.1h (2023-6-20)

      • Require left4dhooks v1.33 or above
      • Renamed "l4d_telpeort_call" to "l4d_teleport_call"
    • v1.0h (2022-11-23)

      • Initial Release

中文說明

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

  • 圖示

    • 傳送選單
      zho/l4d_teleport_call_1
  • 原理

    • 管理員可以輸入 !admin->玩家指令->傳送功能 (指令 !call) -> 可以傳送玩家至指定地點
    • 管理員亦可輸入!call打開選單,可以傳送玩家至指定地點
      • 起點
      • 終點
      • 救援載具區域
      • 身邊位置
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d_teleport_call.cfg
       // 0=關閉插件, 1=啟動插件
       l4d_teleport_call_enable "1"
      
       // 提示該如何顯示. (0: 不提示, 1: 聊天框, 2: 黑底白字框, 3: 螢幕正中間)
       l4d_teleport_call_announce_type "1"
      
       // 為1時,在管理員選單的 '玩家指令' 分類內增加 "傳送功能 (指令 !call)" (所需權限: ADMFLAG_ROOT)
       l4d_teleport_call_adminmenu "1"
  • 命令中文介紹 (點我展開)
    • 打開傳送選單 (權限: ADMFLAG_ROOT)
       sm_call