[ESX][QB] vms_clothestore | Clothes Store

:computer: UPDATE 1.1.5

[+] Added Config.PricesForComponentSpecificStores: Works the same as PricesForComponent but you can do it for a specific store (config.prices.lua)
[+] Added Config.PricesForIdsSpecificStores: Works the same as PricesForIds but you can do it for a specific store (config.prices.lua)
[/] The Id of the clothe in Config.PricesForIds & Config.PricesForIdsSpecificStores has been changed from a number value to a string and must be so for the price to be detected correctly
[/] Removed dependency on face values etc. for esx_skin, which means it no longer requires the latest esx_skin & skinchanger

:computer: UPDATE 1.1.6

[+] Added inputs so you can enter custom values to select clothing parts (after entering a value, you must accept it with the ENTER key to prevent any blacklist bugs)
[+] Added warning-print in server console when esx_datastore for esx_skin is misconfigured
[+] Added to Config.PricesForIds, Config.PricesForComponentSpecificStores, Config.PricesForIdsSpecificStores gender value
[+] Added ability to block textures for clothing id

Example usage:

    ['helmet_2'] = {
        ['3'] = {2,5},
        ['12'] = {1, 2, 4},
        ['16'] = {0, 1, 5}
    },

Is there a way to open the “option menu” because i cant find any trigger for the whole menu?

Awesome script, many features good job i love this script :ok_hand:

1 Like

Hello,
This is one of the most beautiful clothing store interfaces I’ve seen so far.

And is it planned in a future update to be able to receive clothes in ITEMS?

1 Like

Hello, thank you very much! :heart_eyes:
clothes on item depends on the inventory you use, currently we only support qs-inventory for clothes on item, if you know of any inventory that have clothes on item, let us know and we will try to introduce compatibility. :smiley:

We use OX_Inventory on ESX