How do i change the clothing items for this ?

exports[āfivem-appearanceā]:setPedComponent(ped,2 , 0 , 0) Is the correct way to remove mask with Export?
pls help i cant deleted qb-clothing menu otherwise the other scripts donāt work like qb-apartmants and qb-houses
This would remove it, yes. Or you can just remove it using the natives because it will be temporary
Remove qb-clothing from the list of dependencies in fxmanifest.lua files of those resources
illenium-appearance v4.0.0 released
Features
- All game code ported to Lua for more customizability
- JSON configs ported to Lua format
- ox_lib for Context menus, notifications and input dialogs
- Global outfit rooms for everyone
- Added support for blacklisting Hair
- Ability to show only nearest shop per shop type
- Allow config to remove props using the toggle clothing menu
Bug Fixes
- Fixed reloadskin usable issue while falling
- Fixed issue with gangs requiring to be on duty
- Players losing Amour on cancelling customization fixed
- Fixed clothing not being put back automatically that you removed using toggles (after saving)
- Removed invalid tattoos that are not available to specific gender
- Prevent false positives for AC
Download: Release v4.0.0 Ā· iLLeniumStudios/illenium-appearance Ā· GitHub
Note: This release introduces breaking changes. Copy pasting old configs will not work. You are required to make changes into the new configs instead
illenium-appearance v4.1.0
Improvements
- Removed PolyZone dependency and use ox_lib zones (Also introduced usePoly variable for explicitly using polyzone points or other zones
- Commands use the ox_lib wrapper
- Added version check
Bug Fixes
- Fixed issues with opacity and face features not showing at max value (1)
illenium-appearance v4.2.0
Features
- Custom ped head variations are now supported and can be used if the ped has any
- Added support for disabling scarf and chains if the player has tracker on so that they cannot remove it
Bug Fixes
- Fix issue with radialmenu not opening when enabled
- Asynchronous data loading issue fixed
- Issue with Head Blend data resetting to 0 if set to max value (1) fixed
Translations
- Italian Translation added (Thanks MrV)
illenium-appearance v4.3.0 released
Features
- Added support for charging players for individual tattoos (Config.ChargePerTattoo = true)
- Added support for changing tattoo opacity
Bug Fixes
- Fixed max health issue and health abuse issue
Preview: Tattoo opacity
Iām still having this issue with that health bug. Iāve perused ambulancejob and illenium-appearance for a solution, but nothing is changing. Any suggestions?
how can we get qb-menu back for illenium not feeling this OX lib
Do you have any version for cfx servers?
can we make it where we can add on tattoos without trying to replace?
Yes you can. Opacity slider too
does this have the options for disabling cloths on character creation ?
Does it have it or no?
Anyone know why saving outfits isnāt working?
did you find a fix for this?
I did make sure the script is in the right order, re read docs