[RELEASE] CleanUI (cui) character

I have configured it like this

identity/client/main.lua

cui_character/fxmanifiest.lua
image

cui_character/shared/confg.lua

Strucure table “Users” in database

it is an excellent resource I want it on my server :weary:

It looks correct to me. Wish I could replicate the problem and fix it, but it works for me ;S

Are you using the correct version of esx? Or the old one that still uses steam authentication?

1 Like

I m using V1 final without steam authentification …

maybe it could be that, could you pass me the current esx? Please…

Hey, can you make a version for es_extended 1.1.0? would be nice.

so it does not work for verison ‘1.1.0’?

for me not, no :frowning:

Damm. its a very good script

1 Like

There is no support for bags or masks ?

No you will have to rework kashactor to work with this system

Hey, I read through the post and it says ‘’ * Optional (configurable) map locations where characters can be customzied after creation (barber shops, hospital plastic surgery units, clothes shops)’’ is this a setting I set through the script, or is it another script that works with it?

With investigating the freezing when loading in i found it has something to do with function
AddEventHandler(‘tac:loadingScreenOff’

Possibly not correct when exiting the loading screen. a small fix i found was in
client/main.lua
isPlayerReady = false
setting to true allowed me to walk and not freeze on load in although i cant open the menu still it freezes me when i try to

Did someone know why every time a player connect the caracter creator show up¿

Masks I just forgot and will add them at some point.

Bags is a whole different story. This resource pulls the clothing parts from the game using natives and displays only those that have names. There is no bags in the game that have names.

It’s a setting, you can set it up editing shared/config.lua file

It shows up if you haven’t saved your character data to the database. If your character was saved from the previous session and it still shows up, you might have made a mistake configuring esx_identity integration.

I have developed it using esx 1.2, so it probably doesn’t work with any earlier one.

But before I start working on that I’d really like some clarification (as I am pretty new to FiveM).

Some people refer to it as extended mode or essential mode or “one that still uses essential mode”, is it more or less the same thing or completely different resources that need completely different adapations?

Searching on the Internet I’ve found a bunch of different resources that sort-of match, and I’d rather not spend time working on the wrong thing.

just changed the lines 50 a 54 as it say maybe nor working with last esx_identity?

It does work with the latest version.

Last update to esx_identity was released 5 months ago, I sarted developing this resource not earlier than 2 months ago.

im gonna see if i can figure out whtas wrong ty bdw

Can i use esx_skin with this creator to fix this problem??

You can’t. esx_skin will overwrite/mess up the data this resource uses. If you have other resources that depend on esx_skin, you have to either adapt them to work with this creator instead of esx_skin or stop using them entirely.