PainedPsyche / cui_character

An advanced character and clothes editor for esx framework that aims to be comfortable to use, hide complexity and blend in with original GTA V interface elements.
73 stars 47 forks source link

ESX_Legacy, ESX_Multicharacter & ESX_Identity #47

Closed Arnz5050 closed 3 years ago

Arnz5050 commented 3 years ago

I've been trying to replace the current skinchanger with cui_character, however after i load into a new character with multicharacter, either esx_identity still shows up and won't disappear, once information and everything has been entered and you click accept, it leaves you frozen in place and unable to type or do anything over than quit. I managed to hide/remove the esx identity ui or resource itself and i still have the issue of being frozen after character creation.

When loading into a previously made character and going to the barber shop, it all works as expected and accepting changes works as it should, but for now I have reverted to the old skinchanger etc until i can figure out a fix or get help with the issue upon registering a new character

(Dev build)

thelindat commented 3 years ago

This would be an issue with multicharacter. After making a new character you stay at the character selection screen and start designing your character, before getting teleported - this relies on an event callback from esx_skin which would not exist here.

If you remove the loop while waiting for esx_skin to be set then you should spawn in fine, though I cannot say for sure.

Arnz5050 commented 3 years ago

Okay I'll have a look a little later on to see if I can get it working, do you know if this would be in the server or client folder?

Arnz5050 commented 3 years ago

I've started using fivem-appearance, this is no longer relevant to me