[RELEASE] CleanUI (cui) character

hey, the standalone mode is activate but stil ask the es extended… no i remove the dependecis in the fx manifest and i spawn invisible and cant moove

1 Like

Hi i see that many have problems with double models when creating a character.

If u use ESX and followed the installation manuel correctly:

Many scripts will ensure the start of other scripts. This means that you can not only remove the start esx_skin from your server config. You need to remove esx_skin from all fxmanifest that ensures the start or just delet the esx_skin files.

Hope this helps feel free to contact me for support on double models.
@BadBoypl @Jullen @yisheng_110108

Can anyone help me to get that work within codedesign multichar? :confused:

Hey i have a little problem, when i finish the creation of the Char i get at the end the Skin Menu, how i can fix this?

Hi There,
This is lovely and exactly what we’re after for our city!
I’m having trouble getting this to trigger after working through the identity system I’m using (roddy_identity), which is a very simple passport page for adding name, dob etc. Then it triggers a spawn and loads esx_skin.
The line I want to trigger from roddy to cui character with is;
TriggerEvent(‘esx_skin:playerRegistered’)
But cant get my head around it.
I’m very new to scripting and learning a lot as I go along!

All help is appreciated! :slight_smile:

What you want is dpclothing.

did you ever solve this? I’ve got this issue too.

Sure?

100% :slight_smile:

I absolutely love this! Thank you!

Problems with double models when creating a character.
Needs to be changed in client / main in line 1083
SetEntity Alpha (playerPed, 255)
this
SetEntityAlpha (playerPed, 0)

Problems with double models when creating a character.
Needs to be changed in client / main in line 1083
SetEntity Alpha (playerPed, 255)
this
SetEntityAlpha (playerPed, 0)

2 Likes

some know where can i find to change the text from the popups?

@Lilifee here you can edit the popup

1 Like

Hey guys say how do I set cui so that myMultichar starts first? I searched all server files because of an event which cui starts
with code but there is nowhere that it always starts with myMultichar

In the “es_extended” settings
es_extended/config.lua
Config.Multichar = true - Enable support for esx_multicharacter


help :frowning:

3 Likes

i have no errors but im stuck there and i can’t see my character

1 Like

I have a problem where ESX_Identity registration menu pops up in addition to Cui_Character. How can I remove the ESX_Identity registration menu?

esx_identity the fxmanifest
remove or block

– [[
ui_page ‘html / index.html’

files {
‘html / index.html’,
‘html / js / script.js’,
‘html / css / style.css’,
‘html / img / esx_identity.png’
}
]] –