#Item Storage System for Unturned Plugin

24 messages · Page 1 of 1 (latest)

eternal silo
#

I dont get what u are doing with the x,y thing, but u just can use Items.tryaddItem()

silver sable
#

I'll try it now

snow cypress
#

just create a fake 'storage' window, send it to them and then save that data and load

#

pretty much a vault plugin if that's what u are going for

#

plenty of them open source'd to take example from

silver sable
#

I understood correctly, something like this should happen.

silver sable
eternal silo
#

If u try add

#

It’ll be in the storage if there is enough space for it

#

Also i’d advise u to use a db

silver sable
#

I understood what the problem was, thanks a lot, everything worked, I didn't need to save the rotation.

eternal silo
#

U only need to create a model for items

#

Be careful to store the metadata for guns and create the item with the ctor that have metadata parmeter its what stores the ammo, attachements etc

silver sable
#

Thanks for telling me, I'll check it out now.

silver sable
#

As I have determined, the condition of the weapon is now also preserved.

silver sable
eternal silo
#

Depend on what u are doing