FAQ

Will it work with my addon/replace clothing?

Yes! Our clothing does not rely on the usual IDs of GTA clothes, so every pre-configured clothing will work fine whether you have addons and replaces.

How does it work with replaces and addons?

As you may have noticed, every clothing in the script can be filtered using colors, names etc. This also works with your replaces and addons, because we implemented a pipeline, which detects replaces/addons, takes photos of them and detects colors.

Does the script support clothing as items?

No, it doesn't.

When you buy clothing, it is put on directly on your ped, however everything you buy is also saved to your changing room/wardrobe that you can then go to and change into previously owned clothes for free.

Why doesn't neckwear, earrings, and decals have photos?

Said categories are usually too small to be taken a photo of, so players can choose them using the usual way with IDs.

Why are arms and gloves free in every shop?

Arms and gloves need to change all the time, so we think restricting them to certain places would be limiting to players.

Why are undershirts, decals, and neckwear available everywhere and are the same price in every type of shop?

Due to the specific usage of these categories, we think making them exclusive to certain shops with varying prices would restrain the players creativity.

How do I create a plastic surgery shop?

Plastic surgery shop can be created in few seconds thanks to our powerful shop configs.

All you need to do is choose a shop in config, or create a new one, and assign the plastic surgery alias to it in the Config.ClothingShops list:

{
	label = 'Plastic Surgery',
	type = 'plastic_surgery',
	blip = { title = "Plastic Surgery", colour = 0, id = 71 },
	pos = vector4(-33.64, -154.56, 56.11, 330.0),
	config = SHOP_CONFIG_ALIAS.PLASTIC_SURGEON,
},

To learn more about creating your own shops, read the Shop Configs page where you can see how to remove certain categories from shop or create a shop to sell only specific stuff (like plastic surgery or barbershop).

Last updated