renzuzu / renzu_clothes

Fivem Advanced Clotheshop and Wardrobe
GNU General Public License v3.0
38 stars 19 forks source link

Exports #22

Closed JusTheDomas closed 2 years ago

JusTheDomas commented 2 years ago

Hey, I love your work Renzu, and I have an idea, could you make that we (clients) get wardrobe export. So this script would be compatable with loaf_housing and allhousing scripts. Once we trigger the export saved clothes menu pops up, thank you and good luck!

JusTheDomas commented 2 years ago

nvm found better solution, I made it work in my server by doing that: (I'm using allhousing btw) opened menus_esx.lua (where all the menus are stored) found wardrobe function in my case it was "ESXWardrobeMenu" Then I added this: ExecuteCommand('wardrobe') And removed all the bs default ESX.UI.Menu code. Works very well! Thank you again Renzu!