Support fivem-appearance and qb-clothing ( for showing the ped )
Developer can set player to have more slots by adding the license.
Ped support scenario and animdict
Dependencies:
qb-core
qb-spawn
qb-apartments
qb-weathersync
qb-clothing or fivem-appearance
Installation:
Just remove other multicharacter you have. and replace:
qb-multicharacter:client:chooseChar with jl-multicharacter:client:chooseChar
Event:
Client Side:
jl-multicharacter:client:chooseChar
Parameter: setwelcome: boolean
Example usage:
TriggerEvent("jl-multicharacter:client:chooseChar", true)-- true : show the message landing page (Welcome to xx Server)
Changing the color:
I used svelte to build the UI so that mean you can't change everything on ui side, except for the color, I've used global variable on css, so it may make it easier.