Paimon-Kawaii / L4D2-Plugins

21 stars 0 forks source link

HunterSkyCeil 插件的bug #7

Closed NanakaFathry closed 1 month ago

NanakaFathry commented 2 months ago

使用该插件并设置 hsc_human 为 1 后 人工的坦克左键也可以跟着原地起飞 6adfbfc601547b265d8c2679e3e53626

Paimon-Kawaii commented 2 months ago

第175行添加以下代码即可:

if(g_bIsControllable[hunter] && (!IsInfected(hunter) || GetZombieClass(hunter) != ZC_Hunter))
    g_bIsControllable[hunter] = false;