Type !gas to disaply who shot the last gas can. + Announce when gas can being shot.
Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人
-
Apply to | 適用於
L4D1 L4D2 -
Image | 圖示
-
Require | 必要安裝
-
ConVar | 指令
- cfg/sourcemod/who_shot_gas.cfg
// Output to the chat last X players to explodes (last hit) a gascan. (0=OFF) who_shot_gas_number "5" // If 1, Ignore gas can being shot before game starts (Survival/Scavenge) who_shot_gas_ignore_before_game "1" // If 1, Ignore gas can if ignited by fire who_shot_gas_ignore_fire "0" // If 1, Ignore gas can if ignited by special infected (Ex. Spitter) who_shot_gas_ignore_infected "1" // If 1, Announce when red gas can being shot. who_shot_gas_announce_when_destroy_red "1" // (L4D2) If 1, Announce when yellow gas can (scavenge) being shot. who_shot_gas_announce_when_destroy_yellow "1" // (L4D2) If 1, Announce when green gas can (scavenge) being shot. who_shot_gas_announce_when_destroy_green "1"
- cfg/sourcemod/who_shot_gas.cfg
-
Command | 命令
-
Output to the chat the last player to explodes (last hit) a gascan.
sm_shotgas
-
Output to the chat all players' gascan destroyed stats.
sm_gas
-
-
Translation Support | 支援翻譯
translations/who_shot_gas.phrases.txt -
Changelog | 版本日誌
-
v1.4 (2023-3-4)
- Count red / yellow / green gascan separately
-
v1.3 (2023-3-1)
- Add cvars
// If 1, Ignore gas can if ignited by fire who_shot_gas_ignore_fire "0" // If 1, Ignore gas can if ignited by special infected (Ex. Spitter) who_shot_gas_ignore_infected "1"
- Add cvars
-
v1.2 (2023-2-28)
- Add Commands,
sm_surgas, "Output to the chat the last player to explodes (last hit) a gascan. (Survival Only)" sm_scavgas, "Output to the chat all players' gascan destroyed stats. (L4D2 Scavenge Only)"
- Add Commands,
-
v1.1 (2023-2-28)
- Translation Support
- Add cvars
// If 1, Announce when gas can being shot. who_shot_gas_announce_when_destroy "1" // If 1, Ignore gas can being shot before game starts (Survival/Scavenge) who_shot_gas_ignore "1"
-
v1.0
- Initial Release
-
誰他馬打爆最後一個汽油桶
-
原理
- 汽油桶被摧毀時,聊天窗顯示兇手
- 生存/清道夫模式下計時開始之前,忽略被摧毀的汽油桶
-
用意在哪?
- 哪位傻B點燃汽油桶,適合生存/清道夫模式之下找出兇手
-
指令中文介紹 (點我展開)
- cfg/sourcemod/who_shot_gas.cfg
// 顯次最後五個摧毀汽油桶的兇手 (0=關閉) who_shot_gas_number "5" // 為1時,遊戲計時開始之前忽略摧毀的汽油桶 (生存/清道夫 模式) who_shot_gas_ignore_before_game "1" // 為1時,忽略被火焰摧毀的汽油桶 who_shot_gas_ignore_fire "0" // 為1時,忽略被Spitter摧毀的汽油桶 who_shot_gas_ignore_infected "1" // 為1時,當紅色的汽油桶被摧毀時顯示公告 who_shot_gas_announce_when_destroy_red "1" // (L4D2) 為1時,當黃色的汽油桶被摧毀時顯示公告 who_shot_gas_announce_when_destroy_yellow "1" // (L4D2) 為1時,當綠色的汽油桶被摧毀時顯示公告 who_shot_gas_announce_when_destroy_green "1"
- cfg/sourcemod/who_shot_gas.cfg
-
命令中文介紹 (點我展開)
-
查看誰摧毀最後幾個汽油桶
sm_shotgas
-
查看玩家摧毀汽油桶的數量
sm_gas
-



