Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Description | 內容

Control Dead/Spectator/Alive player's ability to spray and cool down based on config file.

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

  • Image | 圖示
    spray_control_cooldown_1

  • Apply to | 適用於

     Any source game
    
  • How does it work?
    • Admin can have ability to spray without cool down limit
    • Dead player or spectator have ability to spray on wall
    • You can customize each player in configs/spray_control_cooldown.cfg
      • Set admin, vip and normal players
      • Allow spray if dead, alive, or spectator
      • Set spray cool down
  • Require | 必要安裝

    1. simple_chatprocessor
    2. smlib
  • ConVar | 指令
    • cfg/sourcemod/spray_control_cooldown.cfg
       // 0=Plugin off, 1=Plugin on.
       spray_control_cooldown_enable "1"
  • Command | 命令

    None

  • Changelog | 版本日誌
    • v1.0h (2024-12-10)

      • Remake code, convert code to latest syntax
      • Update cvars
      • Add config file to control each player's spray ability
      • Spectator can now spray
    • v1.1


中文說明

根據管理員或玩家身分,禁止或允許噴漆 + 死亡玩家或旁觀者也能噴漆

  • 原理

    • 管理員可以在牆壁上噴漆無冷卻時間限制
    • 死亡後或成為旁觀者可以噴漆
    • 自行在文件裡修改: configs/spray_control_cooldown.cfg
      • 可以自行根據玩家身分做調整
      • 設置噴漆的冷卻時間與噴漆距離
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/spray_control_cooldown.cfg
       // 0=關閉插件, 1=啟動插件
       spray_control_cooldown_enable "1"