Left 4 Dead 2

Left 4 Dead 2

[VScript] Yet Another CS Sniper Buff
正在显示第 1 - 8 项,共 8 项条目
更新于:2 月 14 日 上午 8:10

-no longer stumbles specials from molotov throws

更新于:2 月 14 日 上午 6:44

-no longer applies effect when on mounted gun (thank you 4512369781)
-no longer stumbles survivors

更新于:2 月 13 日 下午 12:46

no longer stumbles chargers or tanks

from:

if(victim.IsPlayer() && victim.GetZombieType() != 8 || victim.IsPlayer() && victim.GetZombieType() != 6)
{
victim.Stagger( origin )
}

to:

if(victim.IsPlayer() && victim.GetZombieType() == 8 || victim.IsPlayer() && victim.GetZombieType() == 6)
{
return
} else {
victim.Stagger( origin )
}

更新于:2 月 12 日 上午 11:50

i am bad at math

更新于:2 月 12 日 上午 11:48

stumble no longer does 1 damage

更新于:2 月 12 日 上午 10:07

True instakilling of commons
(went from dealing A LOT of damage to setting their health to 0)

更新于:2 月 12 日 上午 9:57

fixed game crashing when shooting a common

更新于:2 月 12 日 上午 7:15