I'm trying to lock half of the available inventory slots.
I'm able to achieve what i'm trying to do with this:
I'm able to achieve what i'm trying to do with this:
player.inventory.containerMain.ServerInitialize(null, 12);This works, but is very buggy when trying to drag items around in the inventory. Is there a better way to accomplish this?