🎓Clothing Store Config

There are simple explanations of the settings.

Here you can adjust the base setting

Config.framework = "ESX" ---- QBCORE

This setting is only valid for esx multichar users

Config.haveMultichar = true

Here you can set 5 different skin systems.

Config.skinstyle = "esx_skin" --- "esx_skin", "qb-clothing" , "ownsystem" , "illenium-appearance", "fivem-appearance"
  • esx_skin = > For esx, it registers to users > skin table and esx_skin works with skinchanger.

  • qb-clothing = > Saves to the playerskin table for qbcore and works with qb-clothing.

  • ownsystem = > Saves to the playerallclothing folder in the script.

  • illenium-appearance = > makes extra translations and saves for illenium.

  • fivem-appearance = > makes extra translations and saves for fap.

You can use auto or playerload for automatic work.

Config.control = "auto" --- auto or playerload

This setting automatically writes the description of unspecified clothing items.

Config.standartdest = "You can wear it however you like"

If you are using the bp_charcreate script, set this to true.

Config.usebp_charcreate = true

You can add a market here. Multiple markets can be added from a single setting.

Config.stores = {
    ["1"] = {
        ['name'] = "Clothing Store",
        ['label'] = "Clothing Store [E]",
        ['coords'] = {
            vector3(72.3, -1399.1, 29.4),
            vector3(-703.8, -152.3, 37.4),
            vector3(-167.9, -299.0, 39.7),
            vector3(428.7, -800.1, 28.5),
            vector3(-829.4, -1073.7, 11.3),
            vector3(-1447.8, -242.5, 49.8),
            vector3(11.6, 6514.2, 31.9),
            vector3(123.6, -219.4, 54.6),
            vector3(1696.3, 4829.3, 42.1),
            vector3(618.1, 2759.6, 42.1),
            vector3(1190.6, 2713.4, 38.2),
            vector3(-1193.4, -772.3, 17.3),
            vector3(-3172.5, 1048.1, 20.9),
            vector3(-1108.4, 2708.9, 19.1)
        },
        ['storeblips'] = {['blipshow'] = true, ['blipsprite'] = 73, ['blipcolor'] = 1, ['blipscale'] = 0.7}, 
        ['storemarkers'] = {['markertype'] = 27,['markersize']= 0.7, ['markercolor'] = {['r'] = 255, ['g'] = 0 , ['b'] = 0}},
        ['job'] = {"all"},
        ['factor'] = 2,
        ['wardrobelabel'] = 'Wardrobe' ,
        ['wardrobecoords'] = {
            vector3(429.415405, -809.617554, 28.52)

        },
        ['custom'] = 1

    }
}
  • factor = > This setting shows by how much the price of the items will increase automatically.

  • custom = > integrates the specially assigned items found in clothings.json in sequence.

Last updated