Bag Usage & Integration
This guide explains how players can use outfit bags and how server admins can integrate them into shops or create default bags at specific locations.
For Players
Getting Started
Managing Outfits
Save Multiple Outfits – Keep several styles in a single bag.
Load Outfits Instantly – Change your appearance in seconds.
Rename Outfits – Keep your collection organized with proper labels.
Delete Outfits – Clean up old or unused styles easily.
Using Default Bags
For Server Administrators
Adding Outfit Bags to Shops
To make outfit bags available for purchase in shops, you can add them as items.
Example for qb-shops
:
{
name = 'outfitbag',
price = 750,
amount = 50,
info = {},
type = 'item',
slot = 15,
}
Last updated