[es_extended] [WARNING] Server callback “esx_skin:getPlayerSkin” does not exist. Make sure that the server sided file really is loading, an error in that file might cause it to not load.
[es_extended] [WARNING] Server callback “cui_character:getIdentity” does not exist. Make sure that the server sided file really is loading, an error in that file might cause it to not load.
What is this error with the new update??? Before all worked out really good and now not.
This is the error I’m receiving. It just uses the other UI instead of this one.
I’ve removed the – and made sure true is on the esx identity to make sure it works, I had the error above that Jay had, however I tried to download the newest esx_extended and now I have these errors.
It will not work with the newest es_extended. Newest one is not compatible with any of the old resources as esx framework team decided to rewrite it from scratch with complete architecture rework and no backward compatibility.
You haven’t added all clothes combinations from the EUP. At the beginning you already have EUP Jackets and shirts that are not added. How I can add it on my own?
Edit: nearly nothing is added as a blacklisted outfit…
They aren’t in the same format as in the eup_ui.lua file, because parsing that format in game would be horrible for performance.
I generated this list automatically with a lua script that parsed eup_ui.lua and lua does not guarantee to preserve the order of table indexes. In fact, it never does. This is why ‘the beginning’ of eui_ui.lua is not ‘the beginning’ of blacklist.lua
For example: the {4, 36, 1} pants from ‘Male LSPD Uniform (Long Sleeve)’ is in the group that starts at line 66 then continues on line 87 and ends on line 89 in the blacklist.lua
Find out the combination of component/drawable/texture of the cloth piece you want blacklisted, find the proper table in the blacklist.lua file that depends on whether it’s a prop or a component and whether the cloth piece is for male or female model.
Then just find if there are any existing entries that correspond to you combination, if there are - add the parts that are missing, if none exist, just create as described in this post.
For example, if you want to blacklist {4, 1, 2} and {4, 1, 1} is already blacklisted, you find:
How can we add more clothing that already exists? - How can we prevent users from using /character without going to the blips? Can we add more character customization option such as other server where it will allow two male parents to mix.
You have to edit GetComponentsData and GetPropsData functions inside client/main.lua. Fair warning though - this is far from simple or easy and requires research into how Rockstar stores clothes components.
Unfortunately this kind of research required more time than I could spare on this project. This is why I didn’t do it.
They can’t unless you have some kind of problem with your esx permissions system. You should ask for help elsewhere, for example esx discord. If players can access these on your server, they can access any other esx admin command.
You can if you want to, edit ui/pages/indentity.html and change the values. You can find the name/value pairs on this imgur image.
I outright refuse to do it as a matter of principle. This would be one step further away from order and one step closer to the hacky, ugly character creators there’s plenty of out there.
Just change the language of your game client and they should translate automatically. This system uses the mechanism that Rockstar put in place.
If you want to translate to a language that the game client does not support, you’re out of luck. This is not possible without completely rewriting the clothing part of this creator.
I might do it at some point in the future if I find a way to store large (10MB+) amount of data in a FiveM resource without completely destroying performance. This would also solve the problem in the first question I answered in this post, but as I said, it’s not easy.
First of all, I would like to personally thank you for taking your time on explaining things. Second, I was wondering are you planning to make a little slideable circle just like how it is on parents and character c reation on clothes? So that it will be easier to surf through the clothes? It will help me and my community a lot.
Third, I feel like having two male parents create better customization opportunity but that’s just my opinion.
I am receiving a problem that I am unsure of how to fix. When I load into the server the first time it prompts me the creation menu like normal (esx_identity enabled). But whenever someone relogs or the server gets restarted the menu pops up again upon spawning/loading into the server. I don’t know why it should do this since technically a character has already been made and if you wanted to edit your character/identity you would go to the clothing store. A fix for this would be great thanks!