Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to be able to specify the components/props that can be displayed and modified. #90

Open
Slayzehh opened this issue Jul 27, 2023 · 0 comments

Comments

@Slayzehh
Copy link

Hello,

Currently it is possible to define if we want to display "components", "props" ect individually.

My request concerns the possibility of being able to define which "components" or "props" can be displayed and modified by the player.

For example :

local config = {
    components = true, 
    componentsIds = {1, 5}, -- FOR EXAMPLE
    props = true,
    propsIds = {3}, -- FOR EXAMPLE
    allowExit = true
}

exports['fivem-appearance']:startPlayerCustomization(function (appearance)
end, config)

What is the point ?

This can make it possible to be able to create stores of earrings, stores of masks without people being able to change everything except what is specified.

Thanking you in advance if someone is kind enough to realize this. I don't think I'm the only one whose life this will save.

@franfdezmorales @pedr0fontoura @dkden7e <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant