⚔️Export and Events
EXPORTS
CLIENT EXPORTS
With this export you can search and control player inventory.(Only nearby players)
SERVER EXPORTS
You can add items with this export.
You can delete items with this export.
With this export, you can get the information of the item with the item name.
With this export, you can pull item information and quantity with item name.
With this export you can retrieve information about the weight of the player's inventories.
The total weight of the player's inventories.
Pulls information according to inventory type and inventory id. (playerid etc.) Types : backpack, pocket, weapon, clothing, others. (id like playerid or string)
This export creates new inventory information with the incoming information. Types : backpack, pocket, weapon, clothing, others. (id like playerid or string)
This export is used to update the existing inventory information. Types : backpack, pocket, weapon, clothing, others. (id like playerid or string)
EVENTS
CLIENT EVENTS
You can close the inventory with this event.
You can change clothes with this event.
Stash
You can open stash with this event.
type : ‘stash’
stashid : ‘example’
other : { maxweight = weight , slot = slot }
items : the first occurrence creates items.
Last updated