DayZ
MunghardsItempack
inkihh 19 Oct, 2021 @ 5:35am
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
< >
Showing 1-3 of 3 comments
inkihh 30 Oct, 2021 @ 3:47am 
Hi, I'm still getting loads of these. Do you think you may be able to fix it "in due time"?
inkihh 14 Nov, 2021 @ 2:56am 
:-(
Scarabyte 15 Nov, 2021 @ 12:13pm 
PlayerBase itemInHands = PlayerBase.Cast(player.GetGame().GetPlayer().GetHumanInventory().GetEntityInHands());

this needs to be
ItemBase itemInHands = ItemBase.Cast(player.GetGame().GetPlayer().GetHumanInventory().GetEntityInHands());
< >
Showing 1-3 of 3 comments
Per page: 1530 50