Clothing items events
Quasar Inventory now brings a clothing system that was requested by multiple customers in our community, which is based on turning any clothing store into a clothing store with metadata, the metadata will share information between players and each garment will have its own data, allowing us to use different clothes as items.
Exports for clothing use
To use the clothing integration feature, you may need to make a small modification to your clothing system. Many paid clothing systems already include this modification by default, but if not, you can ask the creator of your clothing system for assistance.
Our asset has a loop that continuously checks the player's clothes, ensuring they are always represented as items within the inventory NUI. When opening a clothing store menu, this loop needs to be temporarily stopped using a specific export from our system. Once the menu is closed, the loop can be resumed.
Example: Stopping the clothing loop when opening the store
When you open the clothing store menu, you need to call the export to stop the loop:
Example: Resuming the clothing loop when closing the store
When the clothing store menu is closed, you must call the export to resume the loop:
How it works
This approach ensures a seamless experience for players while maintaining compatibility between the clothing system and qs-inventory.
Last updated