DayZ
MunghardsItempack
inkihh Oct 19, 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 Oct 30, 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 Nov 14, 2021 @ 2:56am 
:-(
Scarabyte Nov 15, 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