DayZ
MunghardsItempack
inkihh 2021 年 10 月 19 日 上午 5:35
kv5 issue
Is this an issue of this mod?

NULL pointer to instance Class: 'kv5_mung' Entity id:3044978 Function: 'OnInventoryEnter' Stack trace: MunghardsItems/scripts/4_world/entities\itembase\kv5.c:49
< >
正在显示第 1 - 3 条,共 3 条留言
inkihh 2021 年 10 月 30 日 上午 3:47 
Hi, I'm still getting loads of these. Do you think you may be able to fix it "in due time"?
inkihh 2021 年 11 月 14 日 上午 2:56 
:-(
Scarabyte 2021 年 11 月 15 日 下午 12:13 
PlayerBase itemInHands = PlayerBase.Cast(player.GetGame().GetPlayer().GetHumanInventory().GetEntityInHands());

this needs to be
ItemBase itemInHands = ItemBase.Cast(player.GetGame().GetPlayer().GetHumanInventory().GetEntityInHands());
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50