Adaptation (Wardrobe)

You have to organize these adaptation parts yourself. We do not provide support for these parts. Because there are hundreds of scripts on fivem, such as many inventory, clothing shop and garage scripts, and it is not possible to access and support all of them. So you have to edit this part yourself. Do not open a support ticket for this!

How do I edit it?

First open the shared.lua file and find the following section.

    -- This function triggers after enter open stash 
    Housing.WardrobeFunction = function(house, identifier)
        -- house.id = gives house id
        -- house.friends == gives table for house friends
        -- house.owner == gives house owner identifier
        -- identifier == gives who trying open stash
    end

Last updated