iLLeniumStudios / illenium-appearance

fivem-appearance for qb-core and ESX framework, packed with a lot of features
MIT License
246 stars 219 forks source link

Qb-multicharacter ped spawn #107

Closed IllInuz closed 2 years ago

IllInuz commented 2 years ago

not sure if its me.

But it seems like clientside of the qb-multichar is not allowing the ped to be spawned with the selected clothing on.

data = json.decode(data) TriggerEvent('qb-clothing:client:loadPlayerClothing', data, charPed)

Doesn't seem like the event is declared anywhere.

IllInuz commented 2 years ago
                    data = json.decode(data)
                    exports['fivem-appearance']:setPedAppearance(charPed, data, true)

Should be the fix for it ^

TheiLLeniumStudios commented 2 years ago

@IllInuz The instructions on fixing qb-multicharacter are already in the docs. Please follow the docs properly