Skip to content

Latest commit

 

History

History

l4d1_weapon_limits

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Description | 內容

Maximum of each L4D1 weapons the survivors can pick up

  • Require | 必要安裝

    1. [INC] Multi Colors
  • ConVar | 指令
    • cfg\sourcemod\l4d1_weapon_limits.cfg
       // Maximum of autoshotguns the survivors can pick up. [-1:No limit]
       l4d1_weapon_limitsautoshotgun "1"
      
       // Maximum of hunting rifles the survivors can pick up. [-1:No limit]
       l4d1_weapon_limitshuntingrifle "1"
      
       // Maximum of pumpshotguns the survivors can pick up. [-1:No limit]
       l4d1_weapon_limitspumpshotgun "4"
      
       // Maximum of rifles the survivors can pick up. [-1:No limit]
       l4d1_weapon_limitsrifle "1"
      
       // Maximum of smgs the survivors can pick up. [-1:No limit]
       l4d1_weapon_limitssmg "3"
  • Command | 命令

    None


中文說明

限制L4D1遊戲中每個武器可以拿取的數量,超過就不能拿取

  • 原理

    • 當要撿起武器時,計算隊友之中已經拿取的數量,超過便不能撿起武器
    • 適用真人玩家與Bot
  • 功能

    • L4D1遊戲的主武器只有五把,因此用指令去控制每一把武器的限制,也可以不設置