DrVrej / VJ-Base

An addon for Garry's mod that contains bunch of bases to make many different types of addons.

Home Page:http://steamcommunity.com/sharedfiles/filedetails/?id=131759821

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug with VJ and Zbase squads

icu8some2 opened this issue · comments

This error occurs when you attempt to kill a VJ npc that shares a squad with a zbase npc. VJ base npc becomes immortal.

[VJ Base] lua/entities/npc_vj_human_base/init.lua:3869: attempt to call method 'CustomOnAllyDeath' (a nil value)

  1. PriorToKilled - lua/entities/npc_vj_human_base/init.lua:3869
  2. unknown - lua/entities/npc_vj_human_base/init.lua:3845
commented

Zbase directly copied variables from VJ Base, thus causing unintended conflictions such as this. Should be fixed in this commit: 01c5d04 (To be included in the upcoming update)