Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Description | 內容

Random weapon drops when pulled by smoker

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

  • Video | 影片展示

  • Image | 圖示
    l4d_smoker_pull_weapon_drop_1
    l4d_smoker_pull_weapon_drop_2
    l4d_smoker_pull_weapon_drop_3

  • Require | 必要安裝
    None

  • ConVar | 指令
    • cfg/sourcemod/l4d_smoker_pull_weapon_drop.cfg
       // 0=Plugin off, 1=Plugin on.
       l4d_smoker_pull_weapon_drop_enable "1"
      
       // Drop survivor weapon when 0=Grabbed, 1=Pulled.
       l4d_smoker_pull_weapon_drop_type "0"
      
       // Which weapon drpps 0=Current, 1=Random slot.
       l4d_smoker_pull_weapon_drop_which "0"
      
       // Probability to drop weapon.
       l4d_smoker_pull_weapon_drop_probability "100"
  • Command | 命令

    None

  • Apply to | 適用於

     L4D1
     L4D2
    
  • Related Plugin | 相關插件
    1. l4d2_smoker_toxic: Adds a lot of abilities and powers to the smoker in order to spread its poison gas

      增強Smoker,賦予多種超能力成為毒性的化學兵器

  • Changelog | 版本日誌
    • v1.0
      • Initial Release

中文說明

被Smoker拉走的時候強制掉落手上的武器

  • 原理

    • 被Smoker拖走一瞬間判定目前拿在手上的東西強制掉落
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d_smoker_pull_weapon_drop.cfg
       // 0=關閉插件, 1=啟動插件
       l4d_smoker_pull_weapon_drop_enable "1"
      
       // 0=被舌頭抓住時掉落武器 (這時候人類還能開槍還擊), 1=被舌頭拖走時掉落武器.
       l4d_smoker_pull_weapon_drop_type "0"
      
       // 0=目前的武器掉落, 1=身上隨機的欄位武器或物品掉落.
       l4d_smoker_pull_weapon_drop_which "0"
      
       // 掉落機率 [1-100]%
       l4d_smoker_pull_weapon_drop_probability "100"