Snippets

Various snippets for integrating random scripts with this fork of fivem-appearance

esx_property

  • Open esx_property/config.lua

  • Search for: Config.WardrobeInteraction = function(PropertyId, Interaction)

  • Replace the entire function with:

Config.WardrobeInteraction = function(PropertyId, Interaction)
    exports['fivem-appearance']:openWardrobe()
end

Last updated